[asterisk-users] Meetme and MEETME_EXIT_CONTEXT

Jonas Kellens jonas.kellens at telenet.be
Wed Feb 20 07:54:37 CST 2013


Hello,

using Asterisk 1.8.12.2

I am having trouble with exiting the conference room by entering a 
single digit.

option X of the Meetme()-application should do this.

I have following in extensions.conf :


/exten => _1000X,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)//
//exten => _1000X,n,MeetMe(${CONFNO},dMX)//
//
//
//[dynamic-nway-invite]//
//exten => 0,1,NoOp(confno = ${CONFNO})//
//exten => 0,n,Read(DEST,dial,,i)//
//exten => 0,n,Set(DYNAMIC_FEATURES=nway-inv#nway-noinv)//
//exten => 0,n,Dial(Local/${DEST}@${LocalContext},,g)//
//exten => 0,n,Set(DYNAMIC_FEATURES=)//
//exten => 0,n,NoOp(tralalala)//
//exten => 0,n,Goto(dynamic-nway1,${CONFNO},1)//
//exten => i,1,Goto(dynamic-nway1,${CONFNO},1)//
/


So by pressing 0 (zero) while in the conference room, I should be able 
to exit and continue in the context [dynamic-nway-invite] . Correct ?

But nothing happens when pressing 0 (zero).

What am I missing ??



Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130220/d4a7e6a3/attachment.htm>


More information about the asterisk-users mailing list