[Asterisk-Users] MeetMe Application - Empty Conference room
problem
niles at atheos.net
niles at atheos.net
Tue Sep 27 19:11:03 MST 2005
>
> 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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050927/ffbe3a93/attachment.htm
More information about the asterisk-users
mailing list