similar to: Asterisk & Faxing

Displaying 20 results from an estimated 4000 matches similar to: "Asterisk & Faxing"

2005 Sep 27
1
Re: [Asterisk-biz] Problem with sending fax from a SIP extension
1. Search the archives 2. Search again 3. Now search the internet 4. The fact is that faxing over VoIP without T.38 doesnt really work. Because it works 60% of the time it doesn't mean that it works, until it works 99% of the time. Since Asterisk does NOT support T.38 it doens't support faxing over VoIP other solutions are available, search the wiki. On 9/26/05, Mark Armstrong
2005 Sep 29
1
Re: [Asterisk-biz] Problem with sending fax froma SIP extension
Why is what he is doing different than having the fax machine on a Sipura ATA? Just because both those ports are on the pci card that doesn't make them not Voice in between....if I'm wrong....eh...oh well.... -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of C F Sent: Wednesday, September 28, 2005 9:45
2005 Aug 08
1
Setup faxing with latest CVS/STABLE
I have been trying to get faxing working with stable but I have had no luck since cvs 1.0.4. I've tried 3 versions of SpanDSP and the system answers the fax but looks like it isn't training properly. Lee -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bob Goddard Sent: 06 August 2005 23:44 To:
2006 Feb 18
2
Application Faxing using SIP
I have a specific business problem that I'm hoping someone has ideas and/or has already worked out a solution. My application needs to be able to automatically create and issue faxes to many different fax machines. The volume is going to be very high. And it is only about sending faxes and not receiving them. My application is hosted by an ASP but the Linux (Fedora 2) server is
2007 Feb 05
5
Asterisk Faxing Support
Asterisk 1.2 has no support of t.38 whatsoever, the call will drop before t.38 is ever utilised, not even pass-thru. 1.4 Adds support for T.38 pass through only and no other sort of faxing, the endpoint must support T.38 and you must send your call to a T.38 gateway and you must not use NAT anywhere in your network and you must enable re-invites which could cause CDRs not to reflect the true
2004 Aug 30
1
Faxing with an IAXy
Hi, Has anyone got faxing working via an IAXy? I'm having trouble getting it working with a fax machine here. The IAXy works fine, I can make incoming/outgoing calls via it, however our PDQ takes a few redials to get data over to the dialled party, and faxing doesn't seem to work at all. I have turned off all the echo cancellation stuff, just in case that was an issue. Anything I
2007 Jan 21
1
ISDN30 and TDM400P + FAXing ...
>> So it sounds like it should "just work". I'll let you know in a few >> weeks time :) > TDM400P to E1/T1 card faxing fails by design. The lack of > synchronisation between cards means it can *never* work with any > reliability. The hardware will not permit it. >> >> (And I know I've asked this before, but any recommendations for a >>
2004 Jul 28
3
faxing
What are your experiences with faxing through Asterisk to the PSTN? We are using g.711u as a codec, and are originating/terminating with Broadvox as well as through our own PSTN gateways. We have had some luck with incoming faxes coming into our network from Broadvox DIDs. They work 50% of the time. Not sure yet on PSTN incoming since nobody that is using FAX is in our local rate centers.
2004 Dec 07
7
Faxing..not 100%
Here is the setup: POTS -> PRI -> Asterisk -> ATA (Fax) The ATA is set to only 711. Asterisk's sip.conf sets this device to only 711. Yet, faxing works less than 50% of the time. I cannot possibly be the only person with this problem. I can't even get app_rxfax to work. It answers but rxfax drops the call 5 seconds into it. If anyone out there has near 100% success with
2006 Apr 16
1
Faxing and PCI (was Re: Digium cards, sodisappointing !)
On Saturday, April 15, 2006 3:17 PM Remco Barende wrote: > I heard that Junghanns is working on such an interconnection. It is > already possible to connect their PRI cards, and they are working on > BRI<->PRI. Correct. The next driver generation is supposed to support this fully. > I ise their bristuff for an HFC-S BRI card and am not happy at all > with the way they
2007 Mar 09
1
Another Faxing Question
This probably came up before, but I have a faxing question for everyone. I have a simple extension setup to use rxfax to receive faxes sent to asterisk. It is: exten => s,1,Answer() exten => s,n,AbsoluteTimeout(300) exten => s,n,Set(FAXFILE=/var/spool/asterisk/fax/${ARG1}_${CALLERIDNUM}_${UNIQUEID}.tif) exten => s,n,rxfax(${FAXFILE}) exten => s,n,System(/usr/bin/mailfax
2007 Jul 20
2
Any plans for proper faxing support
I have already tried to contact to persons from Digium and I did not receive a response. I was wondering if there is any plan to support fully faxing in Asterisk, I.E.: A "T38 Gateway" of sorts.
2005 Sep 28
4
T.38 Faxing
Before I go ahead and spend $40.000 on a Cisco 5400, just because my clients need T.38 faxing, I want to ask the community if there is any chance of having Asterisk receive G729+T.38 and sending the call via Zaptel to its final destination. Any answer will be appreciated. Federico
2008 Jun 01
5
New faxing protocol. Good/Bad ?
Hi List, I was thinking the other day that even with T.38 there are still some issues with faxing. I was thinking of a protocol that instead of just sending down the fax tones an ATA or "VOIP fax machine" would get the entire fax convert it into some sort of image and pass it down the line to the receiving end. I got the idea from RFC2833. Yes I know that fax machines send bit by bit and
2004 Aug 17
1
Faxing over ulaw
Are there any considerations to take in account when faxing from analog to SIP using ULAW? The problem we're having is faxes are only making it halfway, getting cut off. Neither fax machine seems to report an error. Pretty diagram: FXS --> SIP --> PSTN Provider --> FAX ^ULAW
2004 Sep 21
1
Faxing thru freshtel
Hi, I'm looking at connecting an analog fax to asterisk via an FXO card. The plan is to send faxes thru freshtel. Has anyone done faxing with freshtel? Cheers, -Shaun
2005 Aug 06
1
Setup faxing with latest CVS
I have been trying to setup faxing with a recent CVS-HEAD. I have downloaded and compiled spandsp-0.0.2pre18 and gotten apps_makefile.patch, app_txfax.c and app_rxfax.c I'm not suprised that the patch failed. Does anyone know what changes need to be made for this to work? I have very little Fedora experience and no experience in changing make files so this is all new to me. Thanks,
2009 Mar 04
1
faxing via linksys SPA3102 half page goes through
I'm faxing from stand alone fax machine via linksys SPA3102 but most of the time only half or quarter page goes through. Did anybody have any experience like this? -- #Joseph
2009 Jul 31
1
Faxing over Carrier SIP trunk/g711 ?
Anyone have a customer sending/receiving multi-page faxes over Verizon Business SIP trunk/g711 ? Verizon Business indicates they don't support it, and I have 2 recent customers that it doesn't work for, and 1 current large customer telling me he's going to make it work <grin>. The issues is the latency/jitter on fax/g711 over Verizon Business seems to spit out only 11
2011 May 20
2
Faxing with Asterisk 1.8.4 & T.38
Hi - I am looking for suggestions for ITSPs for faxing with asterisk 1.8. We are based in the US, so would need an ITSP with US DIDs. #1) We would like to use Fax For Asterisk with asterisk 1.8.4 in order to receive faxes via T.38. Sending faxes is not a requirement. Does anyone have a working asterisk 1.8.4 configuration and ITSP provider that they can recommend? We have been trying T.38