[Home]

Summary:ASTERISK-16104: MeetMe destroy the conference if X option is included and MeetMeAdmin can no longer find the last conference room
Reporter:Ronald Chan (loloski)Labels:
Date Opened:2010-05-16 09:07:44Date Closed:2011-06-07 14:04:57
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug2.txt
Description:using a meetme there was an option X, If you set this option you are allowed to press a single digit and exit meetme and it will go to a context where you specify and it will do whatever you want it to do, in my particular setup if I press 9 it will go to confexit context to kick all user by using meetmeadmin, now the problem is MeetMeAdmin is complaining that the conference number is no longer exist. please don't hesitate to ask if you need more information on me.



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

[confroom]

exten => _2XX,1,UserEvent("Custom ",${EXTEN})
same => n,Set(MEETME_EXIT_CONTEXT=confexit)
same => n,Set(lastconfno=${EXTEN})
same => n,Meetme(${EXTEN},M(default)XqF)
same => n,Hangup

[confexit]

exten => 9,1,MeetMeAdmin(${lastconfno},K)
same => n,goto(confroom,${lastconfno},3)
Comments:By: Paul Belanger (pabelanger) 2010-05-16 10:07:14

Like your previous issue, if your having a problem, please upload a debug log should the steps to reproduce it.
--
We require a complete debug log to help triage the issue.

This document will provide instructions on how to collect debugging logs from an Asterisk machine for the purpose of helping bug marshals troubleshoot an issue:

http://svn.digium.com/svn/asterisk/trun/doc/HOWTO_collect_debug_information.txt

By: Ronald Chan (loloski) 2010-05-16 13:17:11

i found the root cause of this, dialplan reload sometimes it doesn't pick up the changes you have made on your dialplan, once i restart the server. i was able to do what i had to do... I'm really sorry please close this.