[Home]

Summary:ASTERISK-07782: [patch] app_meetme causes channel to hangup on last marked user exit
Reporter:Matthew Nicholson (mnicholson)Labels:
Date Opened:2006-09-20 22:24:48Date Closed:2006-10-18 17:20:38
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme_marked_exit_svn43314.diff
Description:When the last marked user ('X' flag) exits a conference, all of the other users in that conference are disconnected because their app_meetme invocations return -1.  This patch changes the return value in this case to 0 so that execution continues in the dialplan.

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

Perhaps it would be a good idea to have some sort of MEETME_EXIT_STATUS variable that is set when a user exits a meetme conference so that you can determine why they left.
Comments:By: Joshua C. Colp (jcolp) 2006-10-18 17:20:38

Put into trunk as the 'C' option as of revision 45610. Peace and thanks Matt!