[Home]

Summary:ASTERISK-07235: Meetme Crashing
Reporter:dovid (dovid)Labels:
Date Opened:2006-06-26 12:44:04Date Closed:2006-06-26 13:06:20
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I am using meetme dynamicly and when ever some one enters a room that is not valid, instead of it going to the next prioroty it just says confrence room invalid and dumps the call. I also tried n+101.

Here is the code:
 Exten => _*5XXX,1,MeetMe(${EXTEN:1},D)
 Exten => _5XXX,1,MeetMe(${EXTEN},cMrpsq)
 Exten => _5XXX,2,Goto(MainIVR,s,1)
 I also tried addding the following which didnt work:
 Exten => _5XXX,102,Goto(MainIVR,s,1)
 


****** ADDITIONAL INFORMATION ******

Cent OS 3.3
Comments:By: Serge Vecher (serge-v) 2006-06-26 13:06:07

the latest Asterisk release is 1.2.9.1 . Please update; if you can still reproduce the issue, please reopen the bug with a console debug showing what happens the problem occurs.