Hi . I hope someone could help me on this.
I have not been able to use the Meetme app. aparently Asterisk crashes as soon as the second user tries to log in in the conference. I read in the wiki that I need a Zap interface for the Meetme app to work. I have 1 FXS and 1 FXO ports, both configured and up. My first user logs in from a Zap channel, and the second tries to log in from a SIP phone.
This is what I get on the console :
– Starting simple switch on ‘Zap/1-1’
– Executing Answer(“Zap/1-1”, “”) in new stack
– Executing Wait(“Zap/1-1”, “1”) in new stack
– Executing Authenticate(“Zap/1-1”, “997”) in new stack
– Playing ‘agent-pass’ (language ‘en’)
– Playing ‘auth-thankyou’ (language ‘en’)
– Executing MeetMe(“Zap/1-1”, “18|Mpci”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: Found
– Created MeetMe conference 1023 for conference ‘18’
– Playing ‘conf-getpin’ (language ‘en’)
– Recording
– Playing ‘vm-rec-name’ (language ‘en’)
– Playing ‘beep’ (language ‘en’)
– x=0, open writing: /var/spool/asterisk/meetme/meetme-username-18-1 format: sln, 0x9a52d98
– User ended message by pressing #
– Playing ‘auth-thankyou’ (language ‘en’)
– Playing ‘vm-review’ (language ‘en’)
– Reviewing the recording
– Playing ‘/var/spool/asterisk/meetme/meetme-username-18-1’ (language ‘en’)
– Playing ‘vm-review’ (language ‘en’)
– Playing ‘vm-msgsaved’ (language ‘en’)
– Playing ‘conf-onlyperson’ (language ‘en’)
– Started music on hold, class ‘default’, on Zap/1-1
– Executing Answer(“SIP/xlite-f53b”, “”) in new stack
– Executing Wait(“SIP/xlite-f53b”, “1”) in new stack
– Executing Authenticate(“SIP/xlite-f53b”, “997”) in new stack
– Playing ‘agent-pass’ (language ‘en’)
– Playing ‘auth-thankyou’ (language ‘en’)
– Hungup ‘Zap/pseudo-1768001693’
– Executing Playback(“Zap/1-1”, “vm-goodbye”) in new stack
Segmentation fault
and this is my extensions. conf:
exten => 997,1,Answer
exten => 997,2,Wait(1)
exten => 997,3,Authenticate(${EXTEN})
exten => 997,4,MeetMe(18|Mpci)
exten => 997,5,Playback(vm-goodbye)
exten => 997,6,Hangup
Is this a real bug or Im missing something:?:
Thanks in advance
Juan