[Asterisk-Users] meetme public
Pablo Allietti
pablo at lacnic.net
Wed Jun 7 07:53:35 MST 2006
hi all i have an asterisk working and i need to add a mettme public
service.
for example i need to download a soft (sjphone) and without any
configuration call to 509 at asterisk.mydomain.com (meetme) and join a conference but when i do that i
received an error saying nomber do not exist. but if i call a extension
is work propperly.
in the extensions.conf have
exten => 411,1,Answer
exten => 411,2,Wait(1)
exten =>
411,3,SetVar(CALLFILENAME=/var/spool/asterisk/monitor/${TIMESTAMP})
exten => 411,4,Monitor(wav,${TIMESTAMP},m)
exten => 411,5,Meetme(4001,qM)
exten => 411,6,Hangup
4001 is the room number
in the mmetme conf have
conf => 4001
any comments?
--
More information about the asterisk-users
mailing list