Displaying 4 results from an estimated 4 matches for "ingnorepat".
Did you mean:
ignorepat
2005 Apr 22
5
IAX help
...> 7199,1,VoicemailMain(${CALLERIDNUM})
[from-telx-nyc]
exten => _7XXX,1,Dial(SIP/7101,20)
exten => _7XXX,2,Voicemail(u7101)
exten => _7XXX,102,Voicemail(b7101)
exten => _7XXX,103,Hangup
[macro-telx-nyc]
exten => s,1,Noop()
exten => s,2,Dial(IAX2/telx-nyc/${ARG1})
[outgoing]
;ingnorepat => 9
exten => _9NXXNXXXXXX,1,Noop()
exten => _9NXXNXXXXXX,2,Macro(telx-nyc,${EXTEN})
exten => _9NXXNXXXXXX,3,Playback(invalid) exten => _9NXXNXXXXXX.4,Hangup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4. iax.conf (telx-nys17s)
cat iax.conf
[general]
al...
2004 May 27
3
generate dial tone
The way I have my dialplan configured, an internal extension is routed
to a different context (with Goto()) on pretty much the first button
press.
2 -> internal extensions
0 -> operator
5 -> VM
9 -> outside line
etc.
So a "201" will go to the internal extensions context, s,1, do some
setup and then match on "01".
The thing is that when the 9 is entered, I
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...swer()
exten => 88,2,Dial(Sip/88,30,t)
exten => 88,3,VoiceMail(u88)
exten => 88,103,VoiceMail(b88)
include => music
include => mailbox
[fax]
exten => fax,1,Dial(Zap/2,40)
exten => fax,2,Congestion
exten => fax,102,Congestion
include => outgoing-pstn
[outgoing-pstn]
ingnorepat => 0
exten => _0XXXX,1,ChanIsAvail(Zap/g1, j)
exten => _0XXXX,2,Dial(Zap/g1/${EXTEN:1})
exten => _0XXXX,102,Playback(busy)
exten => _0XXXX,103,Hangup
exten => _0XXXX.,1,Dial(Zap/g1/${EXTEN:1})
[mailbox]
exten => 700,1,Answer()
exten => 700,2,VoiceMailMain()
[music]
exten...
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...swer()
exten => 88,2,Dial(Sip/88,30,t)
exten => 88,3,VoiceMail(u88)
exten => 88,103,VoiceMail(b88)
include => music
include => mailbox
[fax]
exten => fax,1,Dial(Zap/2,40)
exten => fax,2,Congestion
exten => fax,102,Congestion
include => outgoing-pstn
[outgoing-pstn]
ingnorepat => 0
exten => _0XXXX,1,ChanIsAvail(Zap/g1, j)
exten => _0XXXX,2,Dial(Zap/g1/${EXTEN:1})
exten => _0XXXX,102,Playback(busy)
exten => _0XXXX,103,Hangup
exten => _0XXXX.,1,Dial(Zap/g1/${EXTEN:1})
[mailbox]
exten => 700,1,Answer()
exten => 700,2,VoiceMailMain()
[music]
exten...