hi ,guys!
I am newbie to asterisk. When using Xlite to test asterisk-v1.6.0-beta1, it seems that the meetme module cannot work while client to client calls can be made successfully.
related content in extensions.conf:
exten => 1111,1,Answer()
exten => 1111,2,Wait(2)
exten => 1111,3,Authenticate(123)
exten => 1111,4,MeetMe(1111||a)
exten => 1111,5,Playback(vm-goodbye)
exten => 1111,6,Hangup()
With the “lsmod” command, I can see the module ztdummy is normally loaded.
messages in asterisk CLI:
*CLI> == Using SIP RTP CoS mark 5
– Executing [1111@default:1] Answer(“SIP/20000-09acfeb8”, “”) in new stack
– Executing [1111@default:2] Wait(“SIP/20000-09acfeb8”, “2”) in new stack
– Executing [1111@default:3] Authenticate(“SIP/20000-09acfeb8”, “123”) in new stack
– <SIP/20000-09acfeb8> Playing ‘agent-pass.gsm’ (language ‘en’)
– <SIP/20000-09acfeb8> Playing ‘auth-thankyou.gsm’ (language ‘en’)
– Executing [1111@default:4] MeetMe(“SIP/20000-09acfeb8”, “1111||a”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: == Found
== Spawn extension (default, 1111, 4) exited non-zero on ‘SIP/20000-09acfeb8’
After parsing ‘/etc/asterisk/meetme.conf’, there is not the message like this: creating coference xxx for conference xxx
when I enter the password “123” followed by “#” ,and hearing “thank you” which means the password is correct , the phone was hungup by asterisk automatically.
Why is this?
pls give me some help…