I have MeetMe setup to pick an empty conference room, and it works great.

conf,10,MeetMe(,aMXq)

However, I also set the flag (X) to exit the conference room with any key, but I need a way
to get back to the room with the user having to key in the extension numbers.
I'm familiar with this MeetMe variable:${MEETMESECS}
I've dug this up in app_meetme.c
                pbx_builtin_setvar_helper(chan, "MEETMESECS", meetmesecs);
Can I define another variable to match the conference room, and use to return the user?
like, pbx_builtin_setvar_helper(chan,"MEETMEROOM", ???)

I got no reply on this question, but I ended up finding a solution (In case anyone else needs to do the same)
by modifying app_meetme.c

Simple as this:
meetme.patch
881d880
<         pbx_builtin_setvar_helper(chan, "MEETMECHANNEL", conf->confno);



_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to