[Home]

Summary:ASTERISK-17402: No error, if meetme conference number is not in meetme.conf
Reporter:cybermanx (wallnerm)Labels:
Date Opened:2011-02-14 12:44:35.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Applications/app_meetme
Versions:1.8.2 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If the meetme conference number (in my example "conf => 1234") is not existing in meetme.conf and the conference number is called directly from the dialplan like:
{noformat}
exten => _XX.,1,MeetMe(1234,rMqt)
{noformat}
the call will immediat hanged up with no error in verbose or debug


*ADDITIONAL INFORMATION*

{noformat}
   -- Executing [012345678@Konferenz:2] Set("SIP/qsc-00000001", "MEETME_RECORDINGFILE=/var/lib/asterisk/sounds/rec_conferences/conf-20002-1297708699.2") in new stack
   -- Executing [012345678@Konferenz:3] Set("SIP/qsc-00000001", "MEETME_RECORDINGFORMAT=gsm") in new stack
   -- Executing [07062659020002@Konferenz:4] MeetMe("SIP/qsc-00000001", "1234,Mqm") in new stack
 == Parsing '/etc/asterisk/meetme.conf':   == Found
 == Spawn extension (Konferenz, 07062659020002, 4) exited non-zero on 'SIP/qsc-00000001'
{noformat}
Comments:By: Leif Madsen (lmadsen) 2011-02-16 15:34:33.000-0600

Ya I just reproduced. There is no dialplan execution or error message.