Displaying 2 results from an estimated 2 matches for "_1800xxxxxxx".
Did you mean:
_1800nxxxxxx
2003 Nov 09
1
Dialing 800 numbers through FWD or SIPphone?
...atly appreciated.
Barton
---
sip.conf:
[fwd]
type=friend
username=FWD#
secret=secret
host=fwd.pulver.com
[sipphone]
type=friend
username=SIPPHONE#
secret=secret
host=proxy01.sipphone.com
fromuser=SIPPHONE#
fromdomain=proxy01.sipphone.com
extensions.conf:
; 800 Toll Free Numbers
exten => _1800XXXXXXX,1,SetCallerID(${CALLERIDNUM})
exten => _1800XXXXXXX,2,SetCIDName(${CALLERIDNUM})
exten => _1800XXXXXXX,3,Dial(SIP/${EXTEN}@sipphone)
;exten => _1800XXXXXXX,3,Dial(SIP/*${EXTEN}@fwd)
exten => _1800XXXXXXX,4,Hangup
; SIPphone.com
exten => _1747XXXXXXX,1,SetCallerID(${CALLERIDNUM})
ext...
2016 Aug 05
2
Toll free pattern matching
I have this in my config:
exten => _800XXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same => n,Dial(SIP/tollfree/1${EXTEN})
exten => _1800XXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same => n,Dial(SIP/tollfree/${EXTEN})
exten => _NXXNXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same => n,Dial(SIP/trunk/1${EXTEN})
exten => _1NXXNXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same =>...