search for: _20

Displaying 6 results from an estimated 6 matches for "_20".

Did you mean: 20
2009 Jul 17
2
How do I create an IVR/Dial Group that works properly?
...ground(enter-ext-of-person&or) ; Enter extension number if known, or exten => s,n,Background(pls-stay-on-line) ; Trying to connect... exten => s,n,WaitExten(5) exten => s,n,Macro(belllord,${ALANL}&${ALANB},303) exten => _10[1-5],1,Macro(call_extension,SIP/${EXTEN}) exten => _20[1-5],1,Macro(call_extension,IAX2/alanb/${EXTEN}) The Vars ALANL and ALANB are: ALANL=SIP/101 ALANB=IAX2/alanb/202 Here is the Macro belllord: [macro-belllord] exten => s,1,Dial(${ARG1},20,t) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${ARG2}@business,u) ; bu...
2007 Nov 08
0
Polycom IP601 call parking
...; Which context parked calls are in parkcall => ** ; Park call (one step parking) - put Kk in Dial options - extensions.conf dialing context contains: include => parkedcalls exten => 10,hint,park:10 at parkedcalls exten => 11,hint,park:11 at parkedcalls [..] exten = _20[1-7],1,Dial(SIP/${EXTEN},30,Kk) Two buttons on the phones show "Park 10" and "Park 11", and flash nicely when a call is parked there. A typical phone specific file (mac)-directory.xml (e.g.: 0004f123456-directory.xml) looks like: <?xml version="1.0" standalone=&q...
2009 Jul 16
0
Struggling with Macros and "s" Extension
...round(enter-ext-of-person&or) ; Enter extension number if known, or exten => s,n,Background(pls-stay-on-line) ; Trying to connect... exten => s,n,WaitExten(5) exten => s,n,Macro(belllord,${ALANL}&${ALANB},303) exten => _10[1-5],1,Macro(call_extension,SIP/${EXTEN}) exten => _20[1-5],1,Macro(call_extension,IAX2/alanb/${EXTEN}) . . . Hopefully you'll see that the caller can either enter an extension number or wait. If they wait, we use macro-belllord: [macro-belllord] exten => s,1,Dial(${ARG1},20,t) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,...
2004 Jan 14
0
Re: Proposed solution for exit code priority jumps
...results that might allow the administrator to >take actions without having to set variables and create labyrinths >of GotoIf's upon an application's exit. > >Syntax: >exten => extension,[priority[/pattern|priority[...]],Application > >Example: >exten => 1234,1/_20.|cont/_40.|fail,Dial(SIP/1234) >exten => fail,1,Hangup >exten => cont,1,Playback(continuing_call) > >In the above example, Dial would exit with something like "200 >Completed" and the priority would match against the "200" part of >that string and jump to...
2007 Apr 02
5
simplify
hello friends, is there any way to simplify that extensions.conf file? [miprimerejemplo] exten => 20000,1,Dial(SIP/20000,30,Ttm) exten => 20000,2,Hangup exten => 20000,102,Voicemail(20000) exten => 20000,103,Hangup exten => 20100,1,Dial(SIP/20100,30,Ttm) exten => 20100,2,Hangup exten => 20100,102,Voicemail(20100) exten => 20100,103,Hangup exten =>
2004 Jan 13
3
Re: Proposed solution for exit code priority jumps
...esults that might allow the administrator to >take actions without having to set variables and create labyrinths >of GotoIf's upon an application's exit. > >Syntax: >exten => extension,[priority[/pattern|priority[...]],Application > >Example: >exten => 1234,1/_20.|cont/_40.|fail,Dial(SIP/1234) >exten => fail,1,Hangup >exten => cont,1,Playback(continuing_call) > >In the above example, Dial would exit with something like "200 >Completed" and the priority would match against the "200" part of >that string and jump...