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.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to