[Home]

Summary:ASTERISK-21828: [patch] app_meetme.so hints load as Unavailable instead of Idle on start up
Reporter:Leif Madsen (lmadsen)Labels:patch
Date Opened:2013-05-28 13:11:54Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Applications/app_meetme
Versions:1.8.18.0 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.c-invalid_to_inuse_state.patch
Description:By default when Asterisk 1.8 starts up, the meetme device state status is set as Unavailable, instead of Idle.

I believe this has been an issue since 1.4, and while I unfortunately can't test this on Asterisk 11, it should be pretty straight forward to check in the code for app_meetme.

I'm providing a patch that "worked for me".
Comments:By: Leif Madsen (lmadsen) 2013-05-28 13:20:42.799-0500

Also of note, is that we're using dynamic conference rooms:

{noformat}
exten => 100,1,MeetMe(fancyroom,1dqM)
{noformat}

Even adding the room to {{meetme.conf}} didn't allow the room to be set to Idle on startup.