Mason Loring Bliss
2005-Aug-26 10:23 UTC
[Asterisk-Users] ignorepat not working - what might I have done?
Hey, all. I have the following, and ignorepat => 9 ; Testing - access to telco1/FXO ; XXX exten => _9.,1,Dial(SIP/outboundfxo/${EXTEN:1},20) exten => _9.,2,Hangup Unfortunately, once I hit "9" on a connected phone, I do *not* get a dial tone back. Can someone suggest what I might have done wrong? Thanks! -- Mason Loring Bliss mason@blisses.org http://blisses.org/ "I am a brother of jackals, and a companion of ostriches." (Job 30 : 29)
Eric Wieling aka ManxPower
2005-Aug-26 10:31 UTC
[Asterisk-Users] ignorepat not working - what might I have done?
Mason Loring Bliss wrote:> Hey, all. I have the following, and > > ignorepat => 9 > > ; Testing - access to telco1/FXO > ; XXX > exten => _9.,1,Dial(SIP/outboundfxo/${EXTEN:1},20) > exten => _9.,2,Hangup > > Unfortunately, once I hit "9" on a connected phone, I do *not* get a dial > tone back.ignorepat does not work for SIP since the dialtone is coming from the SIP device, not from Asterisk. You would need to set the phone up to continue dialtone after dialing 9. Not all phones support that.
Steve Maroney
2005-Aug-26 12:54 UTC
[Asterisk-Users] ignorepat not working - what might I have done?
ignorepat only works for analong phones connected to FXS modules. Steve Maroney On Fri, 26 Aug 2005, Mason Loring Bliss wrote:> Hey, all. I have the following, and > > ignorepat => 9 > > ; Testing - access to telco1/FXO > ; XXX > exten => _9.,1,Dial(SIP/outboundfxo/${EXTEN:1},20) > exten => _9.,2,Hangup > > Unfortunately, once I hit "9" on a connected phone, I do *not* get a dial > tone back. > > Can someone suggest what I might have done wrong? > > Thanks! > > -- > Mason Loring Bliss mason@blisses.org http://blisses.org/ > "I am a brother of jackals, and a companion of ostriches." (Job 30 : 29) > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Eric Wieling aka ManxPower
2005-Aug-26 14:37 UTC
[Asterisk-Users] ignorepat not working - what might I have done?
Steve Maroney wrote:> > ignorepat only works for analong phones connected to FXS modules.It also works for the IAXy and might work for MGCP and SCCP devices, since dialtone is controled by the PBX for those protocols.