search for: numtodial

Displaying 4 results from an estimated 4 matches for "numtodial".

2005 Feb 12
0
Outbound calls on a busy Zap/1: BUSY vs. CHANUNAVAIL
...NDME=ANSWER) exten => s,2,Dial(${PSTN}/${ARG1},${ARG2}) exten => s,3,SetGlobalVar(FOUNDME=${DIALSTATUS}) exten => s,4,GotoIf($[${DIALSTATUS} = CHANUNAVAIL]?5:19) ; exten => s,5,GotoIf($[${LEN(${ARG1})} = 10]?7:6) exten => s,6,GotoIf($[${LEN(${ARG1})} = 7]?9:11) exten => s,7,SetVar(NumToDial=1${ARG1}) exten => s,8,Goto(s,12) exten => s,9,SetVar(NumToDial=1908${ARG1}) exten => s,10,Goto(s,12) exten => s,11,SetVar(NumToDial=${ARG1}) ; exten => s,12,SetGlobalVar(FOUNDME=ANSWER) exten => s,13,Dial(${IAXCO1}/${NumToDial},${ARG2}) ; try server 1 exten => s,14,SetGlobalV...
2019 Jan 09
2
Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp)
...and the call then goes into the local context and gets routed. The STDOUT macro is called which does some prep (lots of 1.8 legacy stuff still in here) and this then calls VCCALLOUT, which contains the call to the dial() application. VCCALLOUT calls exten=>s,n(dialNoLimit),Dial(${chantouse}/${numtodial},60,TL(3900000:60000:30000)) ${chantouse} will be something like SIP/sip-trunk-name ${numtodial} will be the target number, e. g. 27825588996 to dial out. --- Detail: My local context (simplified): [local] exten=>_082xxxxxxx,1,Macro(STDOUT,SIP/centra-out,27${EXTEN:1}) and the STDOUT macr...
2007 Feb 09
1
Outbound Call Transfer Problem
...ngestion [from-sip] include => parkedcalls exten => _6XX,1,Dial(SIP/${EXTEN},30,T) exten => _6XX,2,Voicemail(u${EXTEN}) exten => _6XX,102,Voicemail(b${EXTEN}) exten => _6XX,103,Hangup exten => _04.,1,Macro(dial-mobile,${EXTEN}) [macro-dial-mobile] exten => s,1,SetGlobalVar(NumToDial=${ARG1}) exten => s,2,SetGlobalVar(theCHANNEL=ZAP/3) exten => s,3,Dial(${theCHANNEL}/${NumToDial},60,T) exten => s,4,Goto(s-${DIALSTATUS},1) exten => s,104,Goto(s-CHANUNAVAIL,1) exten => s-CHANUNAVAIL,1,SetGlobalVar(theCHANNEL=SIP/iinet) exten => s-CHANUNAVAIL,2,Playback(voip-war...
2005 Jul 11
0
Calls dropped upon 'native bridging' after IAX2 transfer
.../6202-d193", "IAX") in new stack -- Executing NoOp("SIP/6202-d193", "") in new stack -- Executing GotoIf("SIP/6202-d193", "0?4:7") in new stack -- Goto (from-ip-phones,6302,7) -- Executing SetVar("SIP/6202-d193", "NumToDial=6302") in new stack -- Executing Dial("SIP/6202-d193", "IAX2/amd:$password$@$DELL_IP$/6302|300|tTrF") in new stack -- Called amd:$password$@$DELL_IP$/6302 -- Call accepted by $DELL_IP$ (format gsm) -- Format for call is gsm -- IAX2/$DELL_IP$:4569/1 is ri...