Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Eduardo Goncalves
On Wed, 13 Aug 2003 17:56:46 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: The CNG tones are sent by the sending fax machine, not the receiving fax machine. Those tones are sent from the moment that the fax machines dials and continues until either a timeout or the receiving fax machine

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Martin Pycko
It could work if it would be coming over g711 and you'd have dtmfmode=inband set for that call regards Martin On Thu, 14 Aug 2003, James Golovich wrote: On Thu, 14 Aug 2003, Eduardo Goncalves wrote: I'm using G.711alaw. My extensions.conf: === [globals]

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Tilghman Lesher
On Monday 11 August 2003 02:46 pm, Eduardo Goncalves wrote: On Sun, 10 Aug 2003 01:50:33 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: Are the faxes all being sent by the same fax machine? If not, are the faxes being detected consistently from each source? If the remote fax

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Eduardo Goncalves
On 11 Aug 2003 15:34:38 -0500 Eric Wieling [EMAIL PROTECTED] wrote: Try adding: exten = fax,1,Dial(blah) Where Blah is the zap or SIP port your fax machine is connected to. But I want to send a fax, if I put Dial(blah), and blah is my fax machine, how could I send the fax over

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Eduardo Goncalves
On Thu, 14 Aug 2003 10:24:46 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: How is your fax machine connected to the Asterisk machine? |FAX|---|PBX|---|ATA186|SIP---|Asterisk|E1-em|PSTN| I suspect your problems are with the codec you're using in the SIP connection.

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Tilghman Lesher
On Thursday 14 August 2003 08:30, Eduardo Goncalves wrote: On Wed, 13 Aug 2003 17:56:46 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: The CNG tones are sent by the sending fax machine, not the receiving fax machine. Those tones are sent from the moment that the fax machines dials and

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Eduardo Goncalves
On Mon, 11 Aug 2003 15:48:57 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: extensions.conf === [globals] TRUNK=Zap/g1 [sip] exten = _0.,1,Dial(${TRUNK}/${EXTEN}) exten = _9.,1,Dial(${TRUNK}/${EXTEN}) exten = 710,1,Dial(SIP/client1) exten =

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Tilghman Lesher
On Wednesday 13 August 2003 05:40 pm, Eduardo Goncalves wrote: On Mon, 11 Aug 2003 15:48:57 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: extensions.conf === [globals] TRUNK=Zap/g1 [sip] exten = _0.,1,Dial(${TRUNK}/${EXTEN}) exten =

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Tilghman Lesher
On Friday 08 August 2003 13:30, Eduardo Goncalves wrote: On 08 Aug 2003 11:39:47 -0500 Steven Critchfield [EMAIL PROTECTED] wrote: Fax sometimes goes without problem and sometimes the fax machine can't send the fax. If your SIP link is over a long line, or that has much in the way

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread James Golovich
On Thu, 14 Aug 2003, Eduardo Goncalves wrote: I'm using G.711alaw. My extensions.conf: === [globals] TRUNK=Zap/g1 [sip] exten = s,1,Background(demo-moreinfo) exten = fax,1,Dial(${TRUNK}/${EXTEN}) exten = _0.,1,Dial(${TRUNK}/${EXTEN}) exten =

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Eduardo Goncalves
On Mon, 11 Aug 2003 15:15:08 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: On Monday 11 August 2003 02:46 pm, Eduardo Goncalves wrote: On Sun, 10 Aug 2003 01:50:33 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: Are the faxes all being sent by the same fax machine? If not, are the

RE: [Asterisk-Users] Fax Handled

2003-08-14 Thread Martin Pycko
For PRI-*-fax over FXS It's as simple as having the fax extension the the incoming context associated with the PRI channels. With PRI channels we can hear the fax before we even answer (in most cases) regards Martin On Tue, 12 Aug 2003, Adams, Gavin wrote: From: Martin Pycko [mailto:[EMAIL

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Eric Wieling
Try adding: exten = fax,1,Dial(blah) Where Blah is the zap or SIP port your fax machine is connected to. On Mon, 2003-08-11 at 15:26, Eduardo Goncalves wrote: On Mon, 11 Aug 2003 15:15:08 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: On Monday 11 August 2003 02:46 pm, Eduardo Goncalves

Re: [Asterisk-Users] Fax Handled

2003-08-14 Thread Martin Pycko
On analog ports you need to Answer Ringing Wait,2 and then do something . That should detect faxes. regards Martin On Mon, 11 Aug 2003, Tilghman Lesher wrote: On Monday 11 August 2003 03:26 pm, Eduardo Goncalves wrote: On Mon, 11 Aug 2003 15:15:08 -0500 Tilghman Lesher [EMAIL

Re: [Asterisk-Users] Fax Handled

2003-08-12 Thread Tilghman Lesher
On Monday 11 August 2003 03:26 pm, Eduardo Goncalves wrote: On Mon, 11 Aug 2003 15:15:08 -0500 Tilghman Lesher [EMAIL PROTECTED] wrote: On Monday 11 August 2003 02:46 pm, Eduardo Goncalves wrote: I've tested with 3 diferent machines. Asterisk didn't detect them. What does your

RE: [Asterisk-Users] Fax Handled

2003-08-12 Thread Adams, Gavin
From: Martin Pycko [mailto:[EMAIL PROTECTED] On analog ports you need to Answer Ringing Wait,2 and then do something . That should detect faxes. Martin, Could you show an example of this for an incoming PRI - FXS analog fax? Regards, --- Gavin

Re: [Asterisk-Users] Fax Handled: no config

2003-03-12 Thread TC
I still haven't been able to get fax detection going, but I came across something: when I execute zap show channel 47 one of the parameters shown is Fax Handled: no. I assume that's a reflection of something in zapata.conf, but I don't find anything there. Should it read ...yes in order for

Re: [Asterisk-Users] Fax Handled: no config

2003-03-12 Thread Martin Pycko
It's dynamically changed to Yes when the fax gets detected on this channel. regards Martin On Wed, 12 Mar 2003, Darrell Eldridge wrote: I still haven't been able to get fax detection going, but I came across something: when I execute zap show channel 47 one of the parameters shown is Fax

Re: [Asterisk-Users] Fax Handled: no config

2003-03-12 Thread TC
Tim - can you show us your config as an example ? [inBound] exten = s,1,Answer exten = s,2,setmusiconhold,default exten = s,3,DigitTimeout,5 exten = s,4,responsetimeout,20 exten = s,5,BackGround,officemenu ;/var/lib/asterisk/sounds ;... other exts ;Fax Test exten = fax,1,Dial,Zap/6 -- If you

Re: [Asterisk-Users] Fax Handled: no config

2003-03-12 Thread Mark Spencer
Are you running latest CVS? I think we addressed this issue a few days ago with the hit='f' thing. Mark On Wed, 12 Mar 2003, Darrell Eldridge wrote: I doubt it's a signal loss problem. It's a simple circuit, connected through our local Meridian, so it's fax-to-Meridian [A] Meridian