<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BLOCKQUOTE type="cite"><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I have MeetMe setup to pick an empty conference room, and it works great.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>conf,10,MeetMe(,aMXq)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>However, I also set the flag (X) to exit the conference room with any key, but I need a way</DIV><DIV>to get back to the room with the user having to key in the extension numbers.</DIV><DIV>I'm familiar with this MeetMe variable:${MEETMESECS}</DIV><DIV>I've dug this up in app_meetme.c</DIV><DIV>                pbx_builtin_setvar_helper(chan, "MEETMESECS", meetmesecs);</DIV><DIV>Can I define another variable to match the conference room, and use to return the user?</DIV><DIV>like, pbx_builtin_setvar_helper(chan,"MEETMEROOM", ???)</DIV></BLOCKQUOTE><BR></DIV><DIV>I got no reply on this question, but I ended up finding a solution (In case anyone else needs to do the same)</DIV><DIV>by modifying app_meetme.c</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Simple as this:</DIV><DIV>meetme.patch</DIV><DIV>881d880</DIV><DIV>&lt;         pbx_builtin_setvar_helper(chan, "MEETMECHANNEL", conf-&gt;confno);</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" color="#0000DD"></FONT></DIV></BODY></HTML>