Re: [asterisk-users] Fax faling on PJSip

2017-01-03 Thread Joshua Colp
On Tue, Dec 20, 2016, at 12:21 PM, Bryant Zimmerman wrote: > I am working on moving from version 11 to version 13 for my fax > applications. > We are bumping into an issue where the bulk of the T38 faxes are > failing. > > The sending test switch is reporting COMREC_ERR_TRANSMIT_PHASE > > T

Re: [asterisk-users] FAX CNG detected but no fax extension

2016-11-29 Thread Harel
From: kevin.lar...@pioneerballoon.com [mailto:kevin.lar...@pioneerballoon.com] Sent: Tuesday, 29 November, 2016 5:24 PM To: ha...@mayorcom.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] FAX CNG detected but no fax extension > Hello, > I hav

Re: [asterisk-users] FAX CNG detected but no fax extension

2016-11-29 Thread Tech Support
Just an FYI, in the dialplan below, The ReceiveFax() application receives the fax document and then automatically hangs up the call when it is finished. That means Asterisk will then jump to the hangup extension in the same context (if it exists) without executing any lines of code after the Re

Re: [asterisk-users] FAX CNG detected but no fax extension

2016-11-29 Thread kevin . larsen
> Hello, > I have a question regarding incoming fax to local file (on the > Asterisk server). > While the fax is received properly (I have the tiff file generated > as expected) I get the warning 'FAX CNG detected but no fax > extension' on the consol. > > If the fax is received ok then what 'f

Re: [asterisk-users] FAX Detection.

2016-02-24 Thread Carlos Chavez
On 2/24/16 12:10 PM, Aziz TestAccount wrote: Hi All, I'm looking for a PSTN Card that I can use with my Asterisk Server to achieve the following goal : 1. Detect FAX signal and route it to a specific extension. 2. Detect an incoming call from the same PSTN line and route it to IVR. Do openvo

Re: [asterisk-users] FAX Detection.

2016-02-24 Thread Telium Technical Support
Perhaps use T38 instead? Would make your life a lot easier. (And you can use a T38modem software). -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory w

Re: [asterisk-users] FAX Detection.

2016-02-24 Thread Carlos Rojas
Hi I have used sangoma cards, but I know that openvox, is shipper than Sangoma. On Wed, Feb 24, 2016 at 1:10 PM, Aziz TestAccount wrote: > Hi All, > > I'm looking for a PSTN Card that I can use with my Asterisk Server to > achieve the following goal : > > 1. Detect FAX signal and route it to a

Re: [asterisk-users] Fax buffer overflow detected

2014-02-06 Thread Larry Moore
On 7/02/2014 3:38 AM, Tech Support wrote: All; I’m running Asterisk 1.8.15-cert3 with the newest version of spandsp. I’ve even tried unloading that and using Digium’s FFA module but I receive the same error on an outbound transmission: [2014-02-06 14:35:14] ERROR[19066]: udptl.c:294 encode_open

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Doug Lytle
Joseph wrote: Can you please share more details, is it done via dial plan? We use extension 2000. You'll need to added the 'check_blacklist' sub-routine to the inbound parts of your dial plan. [tele_torture] exten => 2000,1,GotoIf($["${CALLERID(number)}" = "0"]?7:2) exten => 2000,n,Gosu

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Joseph
On 04/05/13 00:58, Patrick Lists wrote: On 04/04/2013 09:54 PM, Joseph wrote: +1.7044972383 If that number is his actual number, maybe create a script that calls him 10 times an hour, every hour between 00:00 - 07:00am and plays screaming monkeys every time he picks up (or his voicemail kicks

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Patrick Lists
On 04/04/2013 09:54 PM, Joseph wrote: +1.7044972383 If that number is his actual number, maybe create a script that calls him 10 times an hour, every hour between 00:00 - 07:00am and plays screaming monkeys every time he picks up (or his voicemail kicks in). Regards, Patrick --

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Steve Edwards
On Thu, 4 Apr 2013, Joseph wrote: I receive several calls from this scamer:... Does asterisk have a "fax" sound tone? If I block their number and play "fax" tone/sound maybe they will remove me from their calling list. The fax CNG may work. How about SIT? http://en.wikipedia.org/wiki/Specia

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Doug Lytle
>> Can you please share more details, is it done via dial plan? I'll post a portion of my dial plan when I get home from work. It's currently for Asterisk 1.4 using the mysql command, I'm in the process of moving it to Asterisk 11 and func_odbc. Doug -- Ben Franklin quote: "Those who would

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Joseph
On 04/04/13 16:21, Doug Lytle wrote: It is an automated call and they keep rotating their caller ID so it is harder to block them. Automate it. We have an extension that the operators forward calls to that add the number to the black list database. Doug Can you please share more details,

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Doug Lytle
>> It is an automated call and they keep rotating their caller ID so it is >> harder to block them. Automate it. We have an extension that the operators forward calls to that add the number to the black list database. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Joseph
On 04/05/13 01:29, Mitul Limbani wrote: Why dont u run a reverse dialer on the admin contacts phone number. Leave him clueless as well. Mitul Reverse dialer on 7044972383 ? What is going to do? -- Joseph On Apr 5, 2013 1:25 AM, "Joseph" <[1]syscon...@gmail.com> wrote: I rec

Re: [asterisk-users] fax - sound/tone - dealing with SPAM

2013-04-04 Thread Mitul Limbani
Why dont u run a reverse dialer on the admin contacts phone number. Leave him clueless as well. Mitul On Apr 5, 2013 1:25 AM, "Joseph" wrote: > I receive several calls from this scamer: Senior SafeAlert > It is an automated call and they keep rotating their caller ID so it is > harder to block t

Re: [asterisk-users] Fax Configuration

2012-11-06 Thread Vladimir Mikhelson
Roy, Congratulations! One comment and one question. 1. I would consider increasing Wait from 2 to 3 or maybe even 4 seconds for more reliable CED detection. Some fax machines produce CED tones not that frequently. 2. What kind of error dd you receive with faxdetect=yes in sip.conf? I

Re: [asterisk-users] Fax Configuration

2012-11-06 Thread Roy Abshire
I got it working so thought I'd follow up! Here is what I had to do... I'm using Actuate 11 and had res_fax support already I had to download, compile, and install res_fax_digium I had to order a Free Fax License from digium for 1 channel I had to change faxdetect=yes to faxdetect=cng in sip.conf

Re: [asterisk-users] Fax Configuration

2012-11-06 Thread Chris Nighswonger
On Mon, Nov 5, 2012 at 10:43 PM, Vladimir Mikhelson wrote: > > My practical experience shows otherwise. I am able to receive faxes on > SIP lines pretty reliably with no T.38 support. The biggest issue for > me is CED tones detection. If CED is detected then fax reception goes > on with no prob

Re: [asterisk-users] Fax Configuration

2012-11-05 Thread Vladimir Mikhelson
Roy, Many will say that it all depends on your provider supporting T.38, and that you should forget it otherwise. My practical experience shows otherwise. I am able to receive faxes on SIP lines pretty reliably with no T.38 support. The biggest issue for me is CED tones detection. If CED is de

Re: [asterisk-users] Fax Configuration

2012-11-05 Thread Lee Howard
On 11/05/2012 04:18 PM, Roy Abshire wrote: What is the best way for me to setup Fax Capability with VOIP only. You can use T.38, perhaps, if your VoIP provider supports it and you can get it working. But unless you need faxes to go through the telephony system (i.e. you have fax machines hoo

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-09 Thread sean darcy
On 10/09/2012 07:40 AM, Steve Underwood wrote: On 10/09/2012 12:28 AM, Brett Lehrer wrote: How many fax and voice calls (which codecs for tha latter ones ?) are on average using your DSL line ? 1. Previously, I experienced failures during the process of converting incoming PDF documents into rea

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-09 Thread Steve Underwood
On 10/09/2012 12:28 AM, Brett Lehrer wrote: How many fax and voice calls (which codecs for tha latter ones ?) are on average using your DSL line ? 1. Previously, I experienced failures during the process of converting incoming PDF documents into ready-to-send fax image files while the reverse pro

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-08 Thread Brett Lehrer
>How many fax and voice calls (which codecs for tha latter ones ?) are on >average using your DSL line ? >1. Previously, I experienced failures during the process of converting >incoming PDF documents into ready-to-send fax image files while the reverse >process (from a fax file into a PDF or what

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Olivier
2012/10/4 Brett Lehrer > >What is the setup you're talking about ? > >Is it something like this ? > >PSTN nexVortex T.38 gateway - Internet - DSL modem --- > >Asterisk Fax machine > Olivier, > > Sorry, I did a poor job explaining that. That's basically correct, with > the recei

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Bryant Zimmerman
From: "Carlos Alvarez" Sent: Thursday, October 04, 2012 1:18 PM To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subject: Re: [asterisk-users] Fax for Asterisk success rates? On Thu, Oct 4, 2012 at 10:06 AM, Le

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Carlos Alvarez
On Thu, Oct 4, 2012 at 10:06 AM, Lee Howard wrote: > I recognize that you're being a bit facetious in this latter comment > No, not really. I stand by it. Useless and *should* be dead. It's dead and people just don't know it. > There is no adequate replacement for fax. E-mail doesn't do it

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Brett Lehrer
>What is the setup you're talking about ? >Is it something like this ? >PSTN nexVortex T.38 gateway - Internet - DSL modem --- >Asterisk Fax machine Olivier, Sorry, I did a poor job explaining that. That's basically correct, with the receiving end first and our originating end

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Lee Howard
On 10/04/2012 09:27 AM, Carlos Alvarez wrote: However I'd just suggest that you look at the business case for screwing around with fax at all. As a society, if we had decided to stop supporting this dead technology years ago, with all the time and money we've collectively wasted we could have

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Carlos Alvarez
On Thu, Oct 4, 2012 at 6:29 AM, Brett Lehrer wrote: > I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking > service over a DSL line solely dedicated to VoIP usage. For both incoming > and outgoing faxes, I'm getting a failure rate of just over 25%, and over a > handful of rea

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Olivier
2012/10/4 Brett Lehrer > I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking > service over a DSL line solely dedicated to VoIP usage. For both incoming > and outgoing faxes, I'm getting a failure rate of just over 25%, and over a > handful of reasons. > > Is it natural to h

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Steve Underwood
On 10/04/2012 09:29 PM, Brett Lehrer wrote: I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking service over a DSL line solely dedicated to VoIP usage. For both incoming and outgoing faxes, I'm getting a failure rate of just over 25%, and over a handful of reasons. Is it

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Joshua Colp
Brett Lehrer wrote: Hola, I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking service over a DSL line solely dedicated to VoIP usage. For both incoming and outgoing faxes, I'm getting a failure rate of just over 25%, and over a handful of reasons. I've never heard of

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Logan Bibby
I had the same problem for a while. I found replacing fax machines with a scanner and either an email-to-fax program or just web-based faxing had better results. I don't want to tell you the gateway I used because they turned out pretty badly in the end. But there is hope! - Logan On Oct 4, 2012 8

Re: [asterisk-users] FAX via Asterisk

2012-09-27 Thread Patrick Lists
On 09/27/2012 08:15 AM, Shanavaz E A wrote: [snip] Patrick, can you please give the steps to configure fax with iaxmodem and hylafax. Is it free to use? It's been years since I set it up so I don't know exactly how to configure it anymore. But I do remember that I found some howto/docs via Go

Re: [asterisk-users] FAX via Asterisk

2012-09-27 Thread Markus
Am 27.09.2012 08:15, schrieb Shanavaz E A: Patrick, can you please give the steps to configure fax with iaxmodem and hylafax. Is it free to use? I'm not Patrick, but here's a good how-to that worked perfectly for me. In German, but it's basically enough just to type the commands :) And yes,

Re: [asterisk-users] FAX via Asterisk

2012-09-26 Thread Shanavaz E A
: Re: [asterisk-users] FAX via Asterisk To: asterisk-users@lists.digium.com Date: Wednesday, September 26, 2012, 11:49 PM On 09/26/2012 05:53 PM, Mark Robinson wrote: > Hello. > I have asterisk 1.8.18 which connects to ISDN PRI. All phones are sip, > Aastra 6757i. Everything works as expected. &

Re: [asterisk-users] FAX via Asterisk

2012-09-26 Thread Patrick Lists
On 09/26/2012 05:53 PM, Mark Robinson wrote: Hello. I have asterisk 1.8.18 which connects to ISDN PRI. All phones are sip, Aastra 6757i. Everything works as expected. We also have a FAX machine. We need to be able to use that FAX machine to send or receive faxes. We are planning to have a dedicat

Re: [asterisk-users] FAX via Asterisk

2012-09-26 Thread Markus
Am 26.09.2012 17:53, schrieb Mark Robinson: I have asterisk 1.8.18 which connects to ISDN PRI. All phones are sip, Aastra 6757i. Everything works as expected. We also have a FAX machine. We need to be able to use that FAX machine to send or receive faxes. We are planning to have a dedicated did f

Re: [asterisk-users] Fax Detect on Demand

2012-09-14 Thread Eric Wieling
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Olivier Sent: Friday, September 14, 2012 10:19 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Fax Detect on Demand 2012/9/13 Eric Wieling Yes

Re: [asterisk-users] Fax Detect on Demand

2012-09-14 Thread Olivier
arameter ? As a side note, if I tweak FXS port setting to detect fax, it works. > > > -Original Message- > From: asterisk-users-boun...@lists.digium.com [mailto: > asterisk-users-boun...@lists.digium.com] On Behalf Of Olivier > Sent: Thursday, September 13, 2012 6:20 AM > T

Re: [asterisk-users] Fax Detect on Demand

2012-09-13 Thread Eric Wieling
t - Non-Commercial Discussion Subject: Re: [asterisk-users] Fax Detect on Demand 2012/8/16 Eric Wieling Using Asterisk 1.8.mumble. We would like to use fax detect on demand. Both chan_dahdi and chan_sip support setting fax detetect on a static basis, For curiosity

Re: [asterisk-users] FAX detection in chan_dahdi 1.8.15

2012-09-13 Thread Jeff LaCoursiere
On 09/13/2012 03:20 AM, Olivier wrote: 2012/8/31 Jeff LaCoursiere mailto:j...@sunfone.com>> > -Original Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Fax Detect on Demand

2012-09-13 Thread Olivier
2012/8/16 Eric Wieling > Using Asterisk 1.8.mumble. We would like to use fax detect on demand. > > Both chan_dahdi and chan_sip support setting fax detetect on a static > basis, For curiosity's sake, could you make it work first using static settings ? but no way I've been able to find to en

Re: [asterisk-users] FAX detection in chan_dahdi 1.8.15

2012-09-13 Thread Olivier
2012/8/31 Jeff LaCoursiere > > -Original Message- > > From: asterisk-users-boun...@lists.digium.com > > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff > > LaCoursiere > > Sent: Tuesday, August 28, 2012 3:24 PM > > To: asterisk-users@lists.digium.com > > Subject: [aster

Re: [asterisk-users] Fax and sending to mail

2012-09-13 Thread Olivier
2012/9/13 bilal ghayyad > Hi All; > > Is there a module (addon or already built in) that enable us to receive > the fax on the telephony card and save it as image (or any other format) > and sent it to email? > have a look at receivefax (core show application ReceiveFAX) > > Regards > Bilal >

Re: [asterisk-users] Fax and sending to mail

2012-09-12 Thread Danny Nicholas
FFA (Free Fax Asterisk) saves the incoming fax as a TIFF which you can email. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal ghayyad Sent: Wednesday, September 12, 2012 5:01 PM To: asterisk-users@lists.di

Re: [asterisk-users] FAX detection in chan_dahdi 1.8.15

2012-08-31 Thread Jeff LaCoursiere
> -Original Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff > LaCoursiere > Sent: Tuesday, August 28, 2012 3:24 PM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] FAX detection in chan_dahdi 1.8.

Re: [asterisk-users] FAX detection in chan_dahdi 1.8.15

2012-08-28 Thread Danny Nicholas
IIRC correctly this is sort of like the "s" extension; you set up your fax handler in [default,fax,1]. Not sure how that is done in FreePBX. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere Sent

Re: [asterisk-users] Fax setup T.38 Help needed

2012-06-21 Thread Matthew Jordan
- Original Message - > From: "Thorben Jensen" > To: "asterisk-users" > Sent: Wednesday, June 20, 2012 8:25:28 PM > Subject: [asterisk-users] Fax setup T.38 Help needed > Hi, > I'm looking for someone who can help us setup Fax with T. 38 on > asterisk 10.x.x - We need to be able to d

Re: [asterisk-users] Fax over IP ?

2012-06-05 Thread Ahmed Munir
On Tue, Jun 5, 2012 at 12:47 PM, Ahmed Munir wrote: > I figured out the problem. Actually the sending fax machine speed was set > as 33000 bps, later I set to 14400 bps and in my dial plan, I forcefully > set to use T.38 protocol. After that I was able to receive fax. > > Thanks Tim for assisting

Re: [asterisk-users] Fax over IP?

2012-06-04 Thread Tim Nelson
- Original Message - > Hi Tim, > ... > While the fax machine starts to send the fax after a while it gives > the message, 'Fax failed' with error code: '388'. Is it the end > point fax machine issue or else? Please assist me out to resolve > this issue at earliest. Please do not email

Re: [asterisk-users] Fax over IP?

2012-06-04 Thread Tim Nelson
- Original Message - > Hi Tim, > I'm using Asterisk 10 and on Cisco GW the protocol is set for FAX is > T.38 and when I try to send the fax from a fax machine i.e. HP 3180, > I'm getting some warnings as listed below; > -- Executing [4112345678@default:1] Goto("SIP/192.168.1.69-0005

Re: [asterisk-users] Fax over IP?

2012-06-04 Thread Ahmed Munir
Hi Tim, I'm using Asterisk 10 and on Cisco GW the protocol is set for FAX is T.38 and when I try to send the fax from a fax machine i.e. HP 3180, I'm getting some warnings as listed below; -- Executing [4112345678@default:1] Goto("SIP/192.168.1.69-0005", "fax-detect,fax,1") in new stack

Re: [asterisk-users] Fax over IP?

2012-06-01 Thread Tim Nelson
- Original Message - > Hi Tim, > Thanks for your response. Here is my topology as listing down below; > PSTN Line --> Cisco Voice GW --> IP Cloud --> Asterisk > Will Asterisk able to receive the fax (as in topology above) using > its' fax module? In sip.conf I enabled fax detection and

Re: [asterisk-users] Fax over IP?

2012-06-01 Thread Ahmed Munir
advice. > > > -- > Regards, > > Ahmed Munir Chohan > -- next part -- > An HTML attachment was scrubbed... > URL: < > http://lists.digium.com/pipermail/asterisk-users/attachments/20120601/3c861c56/attachment-0001.htm > > > > --

Re: [asterisk-users] Fax Server for Asterisk

2012-06-01 Thread Tim Nelson
- Original Message - > Hi Tim, > Unfortunately i can't reproduce the scenario because it was a long > time ago. But it would be nice to hear from you, what things can be > verified within fax and Asterisk? Any TIP on wireshark monitoring? Within Asterisk, the debug logs can be helpful for

Re: [asterisk-users] Fax over IP ?

2012-06-01 Thread Tim Nelson
- Original Message - > Hi all, > Couple of things I would like ask, does Asterisk provides free > license for FoIP (for 1 channel) or need to purchase it? Couple of > years back, I was able to send and receive the fax using Digium T1 > card, in term of FoIP how can I able to receive fax fr

Re: [asterisk-users] Fax Server for Asterisk

2012-05-31 Thread Danny Dias
Hi Tim, Unfortunately i can't reproduce the scenario because it was a long time ago. But it would be nice to hear from you, what things can be verified within fax and Asterisk? Any TIP on wireshark monitoring? El 31/05/2012 03:08, "Tim Nelson" escribió: > - Original Message - > > I've us

Re: [asterisk-users] Fax Server for Asterisk

2012-05-30 Thread Tim Nelson
- Original Message - > I've used Asterisk 1.4.22 with hylafax and iaxmodem and it wasn't > reliable at all; sometimes the fax reach the destination, sometimes > not, and even worse, asterisk got froozen...(here using analog lines > over Sangoma B600 and Digium TDM400P, same behavior with b

Re: [asterisk-users] Fax Server for Asterisk

2012-05-30 Thread Duncan Turnbull
I had Hylafax sending 1000s of faxes a day twice a week connected to analogue lines using asterisk and iaxmodem for about 4 years. People don't use fax much anymore though No problems whatsoever Cheers Duncan On 31/05/2012, at 6:49 AM, Danny Dias wrote: > Just to clarify, i were using fax ma

Re: [asterisk-users] Fax Server for Asterisk

2012-05-30 Thread Danny Dias
Just to clarify, i were using fax machines connected to fxs ports El 30/05/2012 20:31, "Danny Dias" escribió: > I've used Asterisk 1.4.22 with hylafax and iaxmodem and it wasn't reliable > at all; sometimes the fax reach the destination, sometimes not, and even > worse, asterisk got froozen...(he

Re: [asterisk-users] Fax Server for Asterisk

2012-05-30 Thread Danny Dias
I've used Asterisk 1.4.22 with hylafax and iaxmodem and it wasn't reliable at all; sometimes the fax reach the destination, sometimes not, and even worse, asterisk got froozen...(here using analog lines over Sangoma B600 and Digium TDM400P, same behavior with both. Other history with same asterisk

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Randall
On 05/30/2012 12:02 AM, Danny Dias wrote: Hi all, Does Hylafax and IAXmodem works with analog lines? or only with E1? I've been checking some commercial solutions (in case Asterisk is not on site, and the customer wants a Fax Server as standalone), i saw FaxBack and Linkcom e-fax But again,

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Duncan Turnbull
On 30/05/2012, at 10:02 AM, Danny Dias wrote: > Hi all, > > Does Hylafax and IAXmodem works with analog lines? or only with E1? > Hylafax can use any fax modems: available E1 or analogue, ISDN as long as it can talk to it to send the commands If you add asterisk and iaxmodem then hylafax can

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Danny Dias
Hi all, Does Hylafax and IAXmodem works with analog lines? or only with E1? I've been checking some commercial solutions (in case Asterisk is not on site, and the customer wants a Fax Server as standalone), i saw FaxBack and Linkcom e-fax But again, if Hylafax and iaxmodem works also with analog

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Carlos Alvarez
On Tue, May 29, 2012 at 8:03 AM, Warren Selby wrote: > On Tue, May 29, 2012 at 3:10 AM, Danny Dias wrote: > >> Hello, >> >> For those customers with only analog lines, who ask for fax2email and >> email2fax, whats the most reliable solution available and tested with >> Asterisk? >> >> Thanks >> >

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Tim Nelson
- Original Message - > On Tue, May 29, 2012 at 3:10 AM, Danny Dias < ing.diasda...@gmail.com > > wrote: > > Hello, > > > For those customers with only analog lines, who ask for fax2email > > and > > email2fax, whats the most reliable solution available and tested > > with Asterisk? > > >

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Warren Selby
On Tue, May 29, 2012 at 10:06 AM, Bakko wrote: > Any hint about email2fax? > > Thank you > > This can be handled natively by the HylaFax+ server. -- Thanks, --Warren Selby, dCAP http://www.SelbyTech.com -- _

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Bakko
Any hint about email2fax? Thank you El 29/05/2012 17:03, Warren Selby escribió: On Tue, May 29, 2012 at 3:10 AM, Danny Dias > wrote: Hello, For those customers with only analog lines, who ask for fax2email and email2fax, whats the most reliable solu

Re: [asterisk-users] Fax Server for Asterisk

2012-05-29 Thread Warren Selby
On Tue, May 29, 2012 at 3:10 AM, Danny Dias wrote: > Hello, > > For those customers with only analog lines, who ask for fax2email and > email2fax, whats the most reliable solution available and tested with > Asterisk? > > Thanks > > I've been real happy with using HylaFax+ and Iaxmodem implementa

Re: [asterisk-users] Fax Problem on direct FXO port

2012-05-18 Thread Lee Howard
On 05/18/2012 04:45 AM, Sebastian Gutierrez wrote: with FFA I may get 70% of faxes ok. Nobody that I work with would consider that acceptable. Lee. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Ne

Re: [asterisk-users] Fax Problem on direct FXO port

2012-05-18 Thread Sebastian Gutierrez
Hi Steve, Thanks for the reply, I didn't change anything else, just changed spandsp version to de FFA, I use the spandsp version with more success in other places, but in this particular case, sending faxes works ok with both versions but with spandsp I couldn't receive any fax, with FFA I may

Re: [asterisk-users] Fax Problem on direct FXO port

2012-05-17 Thread Steve Underwood
Hi Sebastian, "has still some issues that not all faxes pass ok, but does the work" == still badly broken Your log doesn't seem to show a spandsp error. It looks more like a bad signal. Did you change anything else when you installed FFA? Usually people move the other way to improve their re

Re: [asterisk-users] Fax Problem on direct FXO port

2012-05-17 Thread Sebastian Gutierrez
Rusty, thanks for the reply, the issue seems a spandsp issue, I changed to digium free asterisk fax and works much better, has still some issues that not all faxes pass ok, but does the work. thanks! On May 17, 2012, at 1:06 PM, Rusty Newton wrote: > Sebastian, > > Seeing as this an issue

Re: [asterisk-users] Fax Problem on direct FXO port

2012-05-17 Thread Rusty Newton
Sebastian, Seeing as this an issue related to faxing using the SpanDSP library; if you do not get an answer leading to a solution here, then you may try asking on the SpanDSP mailing list http://lists.soft-switch.org/mailman/listinfo It's likely that the Asterisk users, specifically using S

Re: [asterisk-users] Fax .pdf from Asterisk

2012-05-04 Thread James Sharp
On 5/4/12 1:57 AM, Bruce B wrote: James, That is amazing details. I can use all of this. Thank you for sharing. I am assuming you installed res_fax from repository? *yum install asterisk18-res_fax_digium.i386* No. I built Asterisk 10 from source. Once I installed spandsp, the menuconfig ha

Re: [asterisk-users] Fax .pdf from Asterisk

2012-05-03 Thread Bruce B
James, That is amazing details. I can use all of this. Thank you for sharing. I am assuming you installed res_fax from repository? *yum install asterisk18-res_fax_digium.i386* And how did you install SpanDSP? Is there a guide you used? I am aiming for multi-channels fax so the digium one won't

Re: [asterisk-users] Fax .pdf from Asterisk

2012-05-03 Thread James Sharp
On 5/3/12 9:16 PM, Bruce B wrote: Lee, Much appreciated for the input. I am running all VoIP. SIP and IAX2 to our ITSPs. Please elaborate on HylaFax and IAXmodems. Is there a guide posted on to get it running, or is it part of the repository? Once installed how would one send .pdf as fax? You

Re: [asterisk-users] Fax .pdf from Asterisk

2012-05-03 Thread Bruce B
Lee, Much appreciated for the input. I am running all VoIP. SIP and IAX2 to our ITSPs. Please elaborate on HylaFax and IAXmodems. Is there a guide posted on to get it running, or is it part of the repository? Once installed how would one send .pdf as fax? Thanks, Bruce On Thu, May 3, 2012 at 7:

Re: [asterisk-users] Fax .pdf from Asterisk

2012-05-03 Thread Lee Howard
On 05/03/2012 01:28 PM, Bruce B wrote: I want to send out 1000 faxes. I have an excel sheet of numbers and I have Asterisk 1.8 installed from repository. I don't want to use a fax machine or any ATAs or analogue equipment. How would Asterisk help me with faxing these? and what add-ons do I need

Re: [asterisk-users] fax tone testing

2012-04-03 Thread Kevin P. Fleming
On 04/02/2012 03:18 AM, Anita Hall wrote: Hi I suspect that my telco set-up is acting funny and I want to use spectral analysis to confirm the culprit :) What is the best way to generate Fax tones from a dialplan and then record them at the other end? Also, where can I get a list of the all the

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-13 Thread mahesh katta
Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 222, Arunvihar,Sector-28, Noida 201301 GSM +91.3 45699 | Phone +91.12.0431.0581 Web http://www.buzzworks.com On Fri, Jan 13, 2012 at 6:27 PM, Steve Underwood wrote: >

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-13 Thread Steve Underwood
On 01/13/2012 05:17 PM, mahesh katta wrote: On Fri, Jan 13, 2012 at 1:58 PM, Ruben Rögels > wrote: Am 12.01.2012 18:50, schrieb mahesh katta: > I was search for free license but for this Digium require purchase any > Hardware then they

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-13 Thread mahesh katta
On Fri, Jan 13, 2012 at 1:58 PM, Ruben Rögels < ruben.roeg...@jumping-frog.org> wrote: > Am 12.01.2012 18:50, schrieb mahesh katta: > > I was search for free license but for this Digium require purchase any > > Hardware then they can provide Free License. > > But I have no Digium Device , I am usi

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-13 Thread Ruben Rögels
Am 12.01.2012 18:50, schrieb mahesh katta: > I was search for free license but for this Digium require purchase any > Hardware then they can provide Free License. > But I have no Digium Device , I am using Grand stream FXO Gateway and > Asterisk.1.8.XX . > I was connected like > PSTN==>FXOGateway==

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread mahesh katta
sir, Can you explain me At a time no.of fax Recieve is possible ? Best Regards, Mahesh Katta ** On Thu, Jan 12, 2012 at 11:27 PM, Ioan Indreias wrote: > On Thu, Jan 12, 2012 at 7:50 PM, mahesh katta > wrote: > > I was search for free license but for this Digium require purchase any > > Hardw

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread Ioan Indreias
On Thu, Jan 12, 2012 at 7:50 PM, mahesh katta wrote: > I was search for free license but for this Digium require purchase any > Hardware then they can provide Free License. > But I have no Digium Device , I am using Grand stream FXO Gateway and > Asterisk.1.8.XX . > I was connected like > PSTN==>F

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread mahesh katta
I was search for free license but for this Digium require purchase any Hardware then they can provide Free License. But I have no Digium Device , I am using Grand stream FXO Gateway and Asterisk.1.8.XX . I was connected like PSTN==>FXOGateway==>Asterisk(FXO configure through IP) If anything wrong

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread Ruben Rögels
Am 12.01.2012 14:09, schrieb mahesh katta: > WARNING[6982]: pbx.c:1851 pbx_extension_helper: No application > 'ReceiveFAX' for extension (macro-faxin, s, > 12) > [Jan 12 18:36:00] == Spawn extension (macro-faxin, s, 12) exited > non-zero on 'SIP/gxw-000b

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread mahesh katta
WARNING[6982]: pbx.c:1851 pbx_extension_helper: No application 'ReceiveFAX' for extension (macro-faxin, s, 12) [Jan 12 18:36:00] == Spawn extension (macro-faxin, s, 12) exited non-zero on 'SIP/gxw-000b' Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CH

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread mahesh katta
Thank you for reply. Can I know which version of Asterisk and what supporting applications are you currently using. Best Regards, Mahesh Katta * * On Thu, Jan 12, 2012 at 6:15 PM, Ruben Rögels < ruben.roeg...@jumping-frog.org> wrote: > Am 12.01.2012 12:44, schrieb mahesh katta: > > Hi, > > > >

Re: [asterisk-users] FAX Installation in Asterisk

2012-01-12 Thread Ruben Rögels
Am 12.01.2012 12:44, schrieb mahesh katta: > Hi, > > Any one give me about FAX in Asterisk. > > PSTN>FXO GATEWAY>ASTERISK-1.4.27(OR)ASTERISK-1.8.X.X > > whenever some one is Fax to PSTN its convert into pdf format > > Help me any links or pdf .. for setup this. ? > > > Best Regar

Re: [asterisk-users] Fax not detected by Asterisk

2011-11-18 Thread Danny Nicholas
Maybe a progress() command would help? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of ik Sent: Friday, November 18, 2011 1:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Fax not

Re: [asterisk-users] Fax not detected by Asterisk

2011-11-18 Thread ik
On Fri, Nov 18, 2011 at 04:01, Edwin Lam wrote: > On 11/17/11 3:30 AM, ik wrote: > >> >> I have an Elastix 2 machine with digium fax modules (with license). >> When I try to create an extension that also works with FAX, Asterisk does >> not >> detect any incoming fax. Even when I use 'fax set debu

Re: [asterisk-users] Fax not detected by Asterisk

2011-11-17 Thread Edwin Lam
On 11/17/11 3:30 AM, ik wrote: I have an Elastix 2 machine with digium fax modules (with license). When I try to create an extension that also works with FAX, Asterisk does not detect any incoming fax. Even when I use 'fax set debug', it does not display anything. It's Asterisk 6.2.x . Any ideas

Re: [asterisk-users] Fax not detected by Asterisk

2011-11-17 Thread ik
On Thu, Nov 17, 2011 at 16:31, Danny Nicholas wrote: > Fax is detected at ring/start level. Check chan_dahdi.conf. > The chan_dahdi.conf contain faxdetect=both > > > ** ** > > *From:* asterisk-users-boun...@lists.digium.com [mailto: > asterisk-users-boun...@lists.digium.com] *On Behalf O

Re: [asterisk-users] Fax not detected by Asterisk

2011-11-17 Thread Danny Nicholas
Fax is detected at ring/start level. Check chan_dahdi.conf. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of ik Sent: Thursday, November 17, 2011 5:30 AM To: Asterisk Users Mailing List Subject: [asterisk-users] Fax not detected by As

Re: [asterisk-users] Fax from FXS to PRI

2011-09-22 Thread Kevin P. Fleming
On 09/20/2011 09:57 PM, Jeff LaCoursiere wrote: Like most faxing issues, at it's root it is a timing problem IMO. Sangoma makes a special timing cable to link their cards so you can do exactly what you are asking to do. I've never purchased it, but last I looked into the issue, that is what the

  1   2   3   4   5   6   7   8   9   10   >