FrHackNight022
From Hackerspace Brussels
|
Hack-sterisk number 2 ?
for people interested, the simple test and follow up of our experimentations see
- connecting 2 servers asterisks
http://www.voip-info.org/wiki/view/Asterisk+-+dual+servers : seems more coherent than in the book
- phone conferencing - meetme.conf - ! needs a timer -> we have to load a module ztdummy (for a debian lenny) dahdi or whatever (not tested) on squeeze (asterisk 1.6)
Benwa : sorry, not possible for me this Friday.
ok first test with meetme - tele conference
- 1) simplification
- simplification du fichier meetme.conf
[rooms]
conf => 666
- simplification of the context conference configuration (ds extensions.conf)
[conference]
exten => 666,1,Playback(conf-thereare)
exten => 666,n,MeetMe(666)
- 2) solve the problem of missing device
need the timer : in asterisk 1.6 it's not anymore zaptel but dahdi so
- #apt-get update # to be in the safe side
- # apt-get install dahdi-sources
- # module-assistant prepare
- # module-assistant a-i dahdi # auto-install
=> it installed linux-header... gcc et other stuff needed !!
- # modprobe dahdi # charger le module
test from a softphone ::: twinkle after connexion to the asterisk server, dial 666
it works !!!