Displaying 1 result from an estimated 1 matches for "nway1".
Did you mean:
nway
2013 Feb 20
1
Meetme and MEETME_EXIT_CONTEXT
...,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,
Jo...