VoIP: Astrisk MeetMe Audio Conference

From OnnoWiki
Jump to navigation Jump to search

sumber: http://projects.kmi.open.ac.uk/era/vowlan/2009/10/12/set-up-asterisk-conference-calling-with-meetme/


meetme.conf

vi /etc/asterisk/meetme.conf

isi minimal

[general]
audiobuffers=32

[rooms]
;
; Usage is conf => confno[,pin][,adminpin]
;
conf => 1234

extensions.conf

vi /etc/asterisk/extensions.conf

isi

exten => 1234,1,MeetMe(1234)

Reference Clodk

MeetMe needs a reference clock to work properly, and it doesn’t have one by default. There’s a software clock in the package zaptel-source called ztdummy which needs compiling

svn checkout http://svn.digium.com/svn/zaptel/branches/1.4 zaptel
Install kernel source (assuming you've got build-essential)
sudo apt-get install linux-headers-`uname -r`
cd zaptel
./configure
make
sudo make install
sudo modprobe ztdummy

Atau yang lebih cepat

apt-get source zaptel
sudo apt-get install module-assistant
sudo m-a a-i zaptel

sudo apt-get install module-assistant


Jika ztdummy sudah di compile / install

modprobe ztdummy


Referensi