Re: [asterisk-users] Asterisk and Faxing

2009-12-24 Thread Barry Fawthrop
Barry Fawthrop wrote: Hi All I have been looking around and haven not been able to find a working example I have a fresh/new install of Asterisk 1.6.2.0 with dahdi 2.2.1 and libpri 1.4.10.2 I use a sangoma A200 card so I am using wanpipe 3.4.7 If I use zaptel which I read I need for

Re: [asterisk-users] Asterisk and Faxing

2009-12-24 Thread Miguel Molina
Barry Fawthrop escribió: Barry Fawthrop wrote: Hi All I have been looking around and haven not been able to find a working example I have a fresh/new install of Asterisk 1.6.2.0 with dahdi 2.2.1 and libpri 1.4.10.2 I use a sangoma A200 card so I am using wanpipe 3.4.7 If I use zaptel

Re: [asterisk-users] Asterisk and Faxing

2009-12-24 Thread Lee Howard
Miguel Molina wrote: Please correct me if I'm wrong, but AFAIK spandsp based fax applications for asterisk only support a maximum of 9600bps. No. V.17 (speeds up to 14400 bps) are supported. Thanks, Lee. ___ -- Bandwidth and Colocation Provided

[asterisk-users] Asterisk and Faxing

2009-12-23 Thread Barry Fawthrop
Hi All I have been looking around and haven not been able to find a working example I have a fresh/new install of Asterisk 1.6.2.0 with dahdi 2.2.1 and libpri 1.4.10.2 I use a sangoma A200 card so I am using wanpipe 3.4.7 If I use zaptel which I read I need for app_rxfax then asterisk crashes

Re: [asterisk-users] Asterisk and Faxing

2009-12-23 Thread Kevin P. Fleming
Barry Fawthrop wrote: I have been looking around and haven not been able to find a working example I have a fresh/new install of Asterisk 1.6.2.0 with dahdi 2.2.1 and libpri 1.4.10.2 I use a sangoma A200 card so I am using wanpipe 3.4.7 If I use zaptel which I read I need for app_rxfax

Re: [asterisk-users] Asterisk and Faxing

2009-12-23 Thread Tim Nelson
- Barry Fawthrop ba...@isscp.com wrote: I have a teliax provided SIP phone number which will be the fax number to receive all faxes and have them emailed to a central email address, hopefully in PDF format. where they can be printed and/or forwarded. Faxing over VoIP is not likely to

Re: [asterisk-users] Asterisk and Faxing

2009-12-23 Thread Chris Hillman
] On Behalf Of Barry Fawthrop Sent: Wednesday, December 23, 2009 7:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Asterisk and Faxing Hi All I have been looking around and haven not been able to find a working example I have a fresh/new install of Asterisk

Re: [asterisk-users] Asterisk and Faxing

2009-12-23 Thread Travis Elsberry
-boun...@lists.digium.com] On Behalf Of Barry Fawthrop Sent: Wednesday, December 23, 2009 7:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Asterisk and Faxing Hi All I have been looking around and haven not been able to find a working example I have

Re: [asterisk-users] Asterisk and Faxing

2009-12-23 Thread Barry Fawthrop
Kevin P. Fleming wrote: Barry Fawthrop wrote: I have been looking around and haven not been able to find a working example I have a fresh/new install of Asterisk 1.6.2.0 with dahdi 2.2.1 and libpri 1.4.10.2 I use a sangoma A200 card so I am using wanpipe 3.4.7 If I use zaptel which I

Re: [Asterisk-Users] Asterisk spanDSP / Faxing problem

2006-03-26 Thread picciuX
You should put something between answer and dial, to let * have time to get the fax tone: with your dialplan, the call is immediatly bridged to SIP/3000, so no fax detection happen at all. A thing like: exten = s,1,Answer exten = s,2,Playtones(ring) exten = s,3,Wait(3) ; if fax tone comes here, *

Re: [Asterisk-Users] Asterisk spanDSP / Faxing problem

2006-03-26 Thread Juan Jose Comellas
For us it takes about 6 seconds to detect fax tones, so you should change your dialplan to either play and audio while detecting fax tones (NVBackgroundDetect) or Wait for at least 6-7 seconds if using a Zaptel channel. On Sat March 25 2006 08:56, Thys de Wet wrote: Hi There. I have the

[Asterisk-Users] Asterisk spanDSP / Faxing problem

2006-03-25 Thread Thys de Wet
Hi There. I have the following setup : Asterisk 1.2.4 , freePBX 2.0.1, spandsp-0.0.2pre24 My problem is as follows : If I set up a very simple extensions.conf. when I dial from a fax machine, it seems as if no fax is being recognised. If I answer the call, I can hear the fax machine beeping.

[Asterisk-Users] Asterisk and Faxing

2004-02-23 Thread Barry Fawthrop
Greetings Can a dial plan be set so that an * server connected to a T1 can receive a fax and save it as a file in a specific dir or have the fax sent to a specific IP address, that will handle the fax and save it as a file? Thinking along the lines of fax - email, but within an * server,