[asterisk-users] FXO Ignore ring

2009-04-02 Thread Cary Fitch
Is there a way to program an FXO device to totally ignore incoming calls? I want to put an FXO on a Fax line so that 911 calls can be sent via that line, but all other activity on the line is between the Fax machine and the phone company. Perhaps munge the ring tone detect if nothing else? Cary

Re: [asterisk-users] FXO Ignore ring

2009-04-02 Thread Danny Nicholas
-Commercial Discussion' Subject: [asterisk-users] FXO Ignore ring Is there a way to program an FXO device to totally ignore incoming calls? I want to put an FXO on a Fax line so that 911 calls can be sent via that line, but all other activity on the line is between the Fax machine and the phone

Re: [asterisk-users] FXO Ignore ring

2009-04-02 Thread Marc Charbonneau
On Thu, Apr 2, 2009 at 11:37 AM, Cary Fitch ca...@usawide.net wrote: Is there a way to program an FXO device to totally ignore incoming calls? put the port in that context : [incoming-noanswer] exten = s,1,Hangup() hth ___ -- Bandwidth and Colocation

Re: [asterisk-users] FXO Ignore ring

2009-04-02 Thread Tim Nelson
- Cary Fitch ca...@usawide.net wrote: Is there a way to program an FXO device to totally ignore incoming calls? I want to put an FXO on a Fax line so that 911 calls can be sent via that line, but all other activity on the line is between the Fax machine and the phone company.

Re: [asterisk-users] FXO Ignore ring

2009-04-02 Thread Martin
I'd rather put Wait(3600) than Hangup(). Furthermore hangup would probably not work since the line was not taken offhook. Asterisk would do cleanup on the logical zap channel but then the next ring would create another zap channel and so on till the line stops ringing. Martin On Thu, Apr 2,

Re: [asterisk-users] FXO Ignore ring

2009-04-02 Thread Lyle Giese
Cary Fitch wrote: Is there a way to program an FXO device to totally ignore incoming calls? I want to put an FXO on a Fax line so that 911 calls can be sent via that line, but all other activity on the line is between the Fax machine and the phone company. Perhaps munge the ring tone detect