Displaying 2 results from an estimated 2 matches for "_976xxxx".
Did you mean:
_966xxxx
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)
...ialout-VP-IAXtel,${EXTEN})
exten => _1888NXXXXXX,1,Macro(dialout-VP-IAXtel,${EXTEN})
include => outbound-dial
exten => h,1,Hangup
; rules for outbound dialing
[outbound-dial]
; block 900 numbers
exten => _1900NXXXXXX,1,Congestion
exten => _1976NXXXXXX,1,Congestion
exten => _976XXXX,1,Congestion
; Here is our local dialing plan
;
exten => _1NXXNXXXXXX,1,Macro(dialout-MULTI,${EXTEN})
exten => _407NXXXXXX,1,Macro(dialout-MULTI,1${EXTEN})
exten => _321NXXXXXX,1,Macro(dialout-MULTI,1${EXTEN})
; If I dial a 9 first, the call will go out through Voicepulse
exten =>...