Displaying 2 results from an estimated 2 matches for "_1855nxxxxxx".
Did you mean:
_1800nxxxxxx
2015 Apr 13
1
dial out with channel variable; sub-string usage
On 15-04-09 12:06 PM, Chad Wallace wrote:
>> but don't know where to put those lines. I have BABY defined as
>> >channel variable:
>> >
>> >BABY = SIP/babytel_out
>> >
>> >but that seems circular, somehow.
> You put them in the context for your clients... From what you show
> below, I'd say they go in the "local_200"
2004 Jun 15
0
making * more like a normal pbx (ciscoata-186)
...554141,1,Macro(dialout-VP,${EXTEN})
; IAXtel numbers (i.e. other 1700 numbers)
exten => _1700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel)
; toll free numbers are routed first through VP then through IAXtel
exten => _1800NXXXXXX,1,Macro(dialout-VP-IAXtel,${EXTEN})
exten => _1855NXXXXXX,1,Macro(dialout-VP-IAXtel,${EXTEN})
exten => _1866NXXXXXX,1,Macro(dialout-VP-IAXtel,${EXTEN})
exten => _1877NXXXXXX,1,Macro(dialout-VP-IAXtel,${EXTEN})
exten => _1888NXXXXXX,1,Macro(dialout-VP-IAXtel,${EXTEN})
include => outbound-dial
exten => h,1,Hangup
; rules for outbound dia...