search for: localcontext

Displaying 2 results from an estimated 2 matches for "localcontext".

Did you mean: localcontent
2013 Feb 20
1
Meetme and MEETME_EXIT_CONTEXT
...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 conte...
2006 Jan 26
0
Local Channel Call Looping
...m}."=".$v{callednum}) } return; } $AGI->exec('Set',"__".$callednumber."=1") if ($calltype !~/^Local/); if (callfwd_loop_check($callednumber,$callfwdtonum)) { return; } $AGI->exec('Dial',"Local/+".$callfwdtonum."\@localcontext\&SIP/+".$callfwdtonum."\@sipproxy|180"); I hope this all makes sense! :) Thanks, - Darren