Displaying 2 results from an estimated 2 matches for "_nxxx".
Did you mean:
_1xxx
2008 Jun 17
1
looking for help / input with Blind transfer from asterisk to zap
...0071iv) answers.
Zaptel -> Asterisk -> SIP extension
SIP extension then blind transfers [from-sip]
---
SIP extension -> Asterisk -> Zaptel
During this whole process, the original channel off the trunk
(lineside T1) is used for the blind transfer (hookflash)
---
[from-sip]
exten => _NXXX,1,Flash()
exten => _NXXX,n,SendDTMF(${EXTEN})
exten => _NXXX,n,Hangup()
[from-zap]
exten => s,1,Dial(SIP/sv0071iv)
exten => s,n,Dial(SIP/sv0072iv)
exten => s,n,Goto(AA,s,1)
[AA]
exten => s,1,Wait(.5)
exten => s,n,Background(vm-whichbox)
exten => s,n,WaitExten
exten =>...
2003 Apr 19
0
ATA-186 Dialplans
Does anyone have experience with ATA-186 Dialplans?
If I was doing this in Asterisk I would use the following patterns:
911
_9NXXXXXX
_91XXXXXXXXXX
_NXXX
_*XX
I tried the following in my ATA-186, but it doesn't seem to work:
911S|9.r6S|91.r9S|^1.r2S|*..S
Does any one have any ideas/suggestions?
Thanks in advance,
--Eric