Hi I have the following configuration at home one ZAPTEL interface connecting to an FXO card and two SIP UAs connecting to asterisk locally. I have configured extensions.conf such that dialing 9 on the SIP phones allows me to dial an outbound number via the FXO interface . Works fine. What's not working is that pressing 9 should causes either GS BT-100 phone to reacquire a dialtone since I have placed ignorepat => 9 in the config file. Any ideas? rgds burak
When I run the asterisk System command my asterisk crashes. When I monitor the console this is the error I get. Any suggestions? exten => 1,1,System(ls) this is the error I get: oot@localhost asterisk]# Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe
Sip phones generate their own dialtone. The ignore pat option is meaningless with regard to SIP phones. I would check the Qrandstream's dialplan and see if you can program it to ignore the dialtone after a '9' is pressed. I had to do something similar for my Sipura SPA-2000. Steve. On Sunday 14 December 2003 12:18, Burak Balasaygun wrote:> Hi > > I have the following configuration at home one ZAPTEL interface > connecting to an FXO card and two SIP UAs connecting to asterisk locally. I > have configured extensions.conf such that dialing 9 on the SIP phones > allows me to dial an outbound number via the FXO interface . Works fine. > > > What's not working is that pressing 9 should causes either GS BT-100 > phone to reacquire a dialtone since I have placed ignorepat => 9 in the > config file. > > Any ideas? > > > > > rgds > > burak > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
When I run the asterisk System command my asterisk crashes. When I monitor the console this is the error I get. Any suggestions? exten => 1,1,System(ls) this is the error I get: oot@localhost asterisk]# Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe