VoIP: Astrisk MeetMe Audio Conference: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 28: Line 28:


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
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


Jika ztdummy sudah di compile / install
Jika ztdummy sudah di compile / install

Revision as of 11:49, 13 June 2017

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

Jika ztdummy sudah di compile / install

modprobe ztdummy


Referensi