Meetme crashes

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

Segmentation faults are always bugs, as software should always be able to handle errors. What versions are you running?

Im running asterisk-1.2.0-beta1

To make things a little more complicated, I continued trying and asterisk continue crashing, but not allways at the same point.

It sometimes crashes when the first registered person of the conference wants to abandon (presses #) when he is hearing music on hold. The situaion is very repetitive, so definitely is a bug :arrow_right:

-- Executing Answer("SIP/xlite-f6d3", "") in new stack
-- Executing Wait("SIP/xlite-f6d3", "1") in new stack
-- Executing Authenticate("SIP/xlite-f6d3", "997") in new stack
-- Playing 'agent-pass' (language 'en')
-- Playing 'auth-thankyou' (language 'en')
-- Executing MeetMe("SIP/xlite-f6d3", "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, 0x9412138
– User ended message by pressing #
– Playing ‘auth-thankyou’ (language ‘en’)
– Playing ‘vm-review’ (language ‘en’)
– Playing ‘vm-msgsaved’ (language ‘en’)
– Playing ‘conf-onlyperson’ (language ‘en’)
– Started music on hold, class ‘default’, on SIP/xlite-f6d3
– Hungup ‘Zap/pseudo-1998751611’
– Executing Playback(“SIP/xlite-f6d3”, “vm-goodbye”) in new stack :exclamation: (I never heard this)
cumbia*CLI>
Disconnected from Asterisk server

So , if its a bug, how can I report it ?

Before reporting, I would recommend upgrading to the recently released v1.2beta2:

asterisk.org/download

If the crash continues, then you may report bugs (after searching to see if something similar is not already there) here:

voip-info.org/wiki/view/Asterisk+bug+tracker