Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Amaru Netapshaak
Eric, So what is practical for a PRI then? Thank you!!! ++Amaru --- On Fri, 9/5/08, Eric ManxPower Wieling [EMAIL PROTECTED] wrote: From: Eric ManxPower Wieling [EMAIL PROTECTED] Subject: Re: [asterisk-users] FAX over T1 Question To: [EMAIL PROTECTED], Asterisk Users Mailing List - Non

Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Steve Totaro
/5/08, Eric ManxPower Wieling [EMAIL PROTECTED] wrote: From: Eric ManxPower Wieling [EMAIL PROTECTED] Subject: Re: [asterisk-users] FAX over T1 Question To: [EMAIL PROTECTED], Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Date: Friday, September 5, 2008

Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Eric ManxPower Wieling
ManxPower Wieling [EMAIL PROTECTED] wrote: From: Eric ManxPower Wieling [EMAIL PROTECTED] Subject: Re: [asterisk-users] FAX over T1 Question To: [EMAIL PROTECTED], Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Date: Friday, September 5, 2008, 10:04 PM

Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Jay R. Ashworth
On Mon, Sep 08, 2008 at 10:54:12AM -0500, Eric ManxPower Wieling wrote: On a PRI calls come in on ANY B-channel. Therefore you cannot just disable EC on the Fax channels, because there are no dedicated channels for fax. On a Channelized T-1 you can dedicate channels for fax or any other

Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Jeremy Mann
context from-pri { _8505 = { Wait(1); Answer(); SetTransferCapability(3K1AUDIO); Set(GROUP(ZAP)=incoming); Set(CDR(accountcode)=fax); Set(CDR(userfield)=bedford);

Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Amaru Netapshaak
How does that look? Thanks for your response! ++Amaru --- On Fri, 9/5/08, Bryce Chidester [EMAIL PROTECTED] wrote: From: Bryce Chidester [EMAIL PROTECTED] Subject: Re: [asterisk-users] FAX over T1 Question To: [EMAIL PROTECTED], Asterisk Users Mailing List - Non-Commercial Discussion asterisk

Re: [asterisk-users] FAX over T1 Question

2008-09-08 Thread Amaru Netapshaak
assistance! I apprecaite it very much! ++Amaru --- On Mon, 9/8/08, Eric ManxPower Wieling [EMAIL PROTECTED] wrote: From: Eric ManxPower Wieling [EMAIL PROTECTED] Subject: Re: [asterisk-users] FAX over T1 Question To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com

[asterisk-users] FAX over T1 Question

2008-09-05 Thread Amaru Netapshaak
Hello, I have a Sangoma A104d T1 card, a Rhino 24-port FXS box, and am running Asterisk 1.4.21.2 FAXing works, but not so reliably. I'm wondering what I might have to do in order to make this work. I have my FAX machines connected to individial FXS ports on my Rhino FXS channel bank, and that

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Bob Pierce
On Fri, 2008-09-05 at 09:19 -0700, Amaru Netapshaak wrote: I have a Sangoma A104d T1 card, a Rhino 24-port FXS box, and am running Asterisk 1.4.21.2 I think you're mostly right on this setup, but I wonder if your A104d is doing some hardware echo cancellation on these calls. If I'm not

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Steve Totaro
On Fri, Sep 5, 2008 at 12:43 PM, Bob Pierce [EMAIL PROTECTED] wrote: On Fri, 2008-09-05 at 09:19 -0700, Amaru Netapshaak wrote: I have a Sangoma A104d T1 card, a Rhino 24-port FXS box, and am running Asterisk 1.4.21.2 I think you're mostly right on this setup, but I wonder if your A104d is

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Tim Nelson
Yep... your A104d has HWEC onboard (as signified by the 'd' on your model). It is necessary to set echocancel=no and probably echocancelwhenbridged=no in your zapata.conf to get reliable faxing to work. Tim Nelson Systems/Network Engineer Rockbochs Inc. (218)727-4332 x105 - Bob Pierce

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Eric ManxPower Wieling
If I am not mistaken every single echo canceler out there will disable itself if it detects a fax tone. Echo Cancelers do not screw up faxes, people screw up faxes. 8-) Bob Pierce wrote: On Fri, 2008-09-05 at 09:19 -0700, Amaru Netapshaak wrote: I have a Sangoma A104d T1 card, a Rhino 24-port

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Steve Totaro
I would not bother with fax detection with fax DIDs and on T1s/PRIs. The fewer the modules that you need to rely on and load, the better. Thanks, Steve Totaro 1.888.777.1888 On Fri, Sep 5, 2008 at 1:58 PM, Eric ManxPower Wieling [EMAIL PROTECTED] wrote: If I am not mistaken every single echo

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Alex Balashov
Eric ManxPower Wieling wrote: If I am not mistaken every single echo canceler out there will disable itself if it detects a fax tone. Echo Cancelers do not screw up faxes, people screw up faxes. 8-) Never underestimate how ghetto an echo canceller can be. :-) -- Alex Balashov Evariste

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Vinícius Fontes
I'm having problems exactly with that tone detection. I even submitted a bug report (http://bugs.digium.com/view.php?id=13286) but it still has not been viewed yet, I guess. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Amaru Netapshaak
: [asterisk-users] FAX over T1 Question To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Date: Friday, September 5, 2008, 4:43 PM On Fri, 2008-09-05 at 09:19 -0700, Amaru Netapshaak wrote: I have a Sangoma A104d T1 card, a Rhino 24-port FXS box, and am

Re: [asterisk-users] FAX over T1 Question

2008-09-05 Thread Eric ManxPower Wieling
: [asterisk-users] FAX over T1 Question To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Date: Friday, September 5, 2008, 4:43 PM On Fri, 2008-09-05 at 09:19 -0700, Amaru Netapshaak wrote: I have a Sangoma A104d T1 card, a Rhino 24-port FXS box, and am

Re: [asterisk-users] FAX over T1

2007-06-29 Thread Steve Totaro
-Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Andres Paglayan Sent: Friday, June 29, 2007 12:46 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] FAX over T1 On Jun 22, 2007, at 3:43

Re: [asterisk-users] FAX over T1

2007-06-29 Thread Andres Paglayan
-Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Andres Paglayan Sent: Friday, June 29, 2007 12:46 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] FAX over T1 On Jun 22, 2007, at 3:43

Re: [asterisk-users] FAX over T1

2007-06-28 Thread Andres Paglayan
On Jun 22, 2007, at 3:43 PM, Joe acquisto wrote: I have an existing Hylafax system using a mainpine 4 port board, 4 POTS lines. Have a recently installed Asterisk system, with a dedicated T1 line. (Well, it's really a fonality system). What would I need to do, or where is the reading

Re: [asterisk-users] FAX over T1

2007-06-23 Thread Doug Lytle
Joe acquisto wrote: What would I need to do, or where is the reading material, for what I need to do, to convert the Hylafax server to use the T1 line? Reliably. Preferably to use DID's as well. Joe, Since the users list is taking up to 2 days for messages to come though, I included

Re: [asterisk-users] FAX over T1

2007-06-23 Thread Marco Mouta
Hello, You need to setup the following architecture: Asterisk --IAXModemHylafax Then route inboud Fax calls to IAXModem extension outgoing faxes, are sent from user as pdf attachment to Hylafax as email with Destination number in subject, then there is a script hylafax2email pooling

[asterisk-users] FAX over T1

2007-06-22 Thread Joe acquisto
I have an existing Hylafax system using a mainpine 4 port board, 4 POTS lines. Have a recently installed Asterisk system, with a dedicated T1 line. (Well, it's really a fonality system). What would I need to do, or where is the reading material, for what I need to do, to convert the Hylafax

Re: [asterisk-users] FAX over T1

2007-06-22 Thread Carlos Chavez
On Fri, 2007-06-22 at 17:43 -0400, Joe acquisto wrote: I have an existing Hylafax system using a mainpine 4 port board, 4 POTS lines. Have a recently installed Asterisk system, with a dedicated T1 line. (Well, it's really a fonality system). What would I need to do, or where is the

Re: [asterisk-users] FAX over T1

2007-06-22 Thread C F
Thats exactly what i would do. install a channel bank on asterisk with an fxs card in it and using option D of the dial app you could do DID routing On 6/22/07, Joe acquisto [EMAIL PROTECTED] wrote: I have an existing Hylafax system using a mainpine 4 port board, 4 POTS lines. Have a recently