search for: _407nxxxxxx

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

2006 Nov 08
1
Auto record a call?
I have a debugging scenario where I wish to record the entire call. The call is establish via a .call file. I can't seem to get Monitor to do anything. My dialplan looks like this: [dialout] exten => s,1,DigitTimeout,1 exten => s,n,ResponseTimeout,10 exten => s,n,Answer exten => s,n,Monitor(wav,/tmp/test) . . . The file test.wav never shows up. Am I doing something wrong, or
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
...tensions.conf [incoming-calls] exten => _4078698350,1,Goto,bpns-external|${EXTEN}|1 exten => _4078698353,1,Goto,demo1-external|${EXTEN}|1 exten => _4078698359,1,Goto,demo2-external|${EXTEN}|1 exten => _4078698360,1,Goto,demo3-external|${EXTEN}|1 [outgoing-calls] exten => _407NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60) exten => _321NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60) exten => _1800NXXXXXX,1,DIal(ZAP/g1/${EXTEN},60) exten => _1866NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60) exten => _1877NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60) exten => _1888NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60) exten =...
2004 Jun 15
0
making * more like a normal pbx (ciscoata-186)
...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 => _91NXXNXXXXXX,1,Macro(dialout-VP,${EXTEN:1}) exten => _9NXXNXXXXXX,1,Macro(dialout-VP,1${EXTEN:1}) exten => _9407NXXXXXX,1,Mac...
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of 11 for local calls. Can someone post there extensions.conf part that is relavent?