Displaying 2 results from an estimated 2 matches for "_1976nxxxxxx".
Did you mean:
_91976nxxxxxx
2004 Jun 15
0
making * more like a normal pbx (ciscoata-186)
...N})
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 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...
2005 Jan 31
5
RE: Answering Machine Function?
-----Original Message-----
<snip>
Is this possible with asterisk? Anyone have a sample dialplan?
-other than the problem outlined below I would try something like
S,1,wait(20)
S,2,voicemail(uwhatever)
S,3,hangup
That should ignore the call for 20 seconds and then leave a message in the
unavailable greeting for 'whatever' then hangup
That leaves another problem -