similar to: Unable to receive faxes

Displaying 20 results from an estimated 1100 matches similar to: "Unable to receive faxes"

2006 Apr 19
0
Receiving Faxes...
Hello, I think you should handle the fax in the h (for Hangup) extension (which is, after your fax was received), instead of using the priorities following the fax reception (as in your example). Have a look at the different examples in the wiki, like http://www.voip-info.org/wiki-Asterisk+fax: [fax] exten => 666,1,Macro(faxreceive) exten => h,1,system(/usr/sbin/mailfax ${FAXFILE}
2004 Jul 21
1
roblems with Junghanns QuadBri
I installed the QuadBri card in my * server. I'm installing * on a RedHat 9 server I run the install.sh file. So far no problems. If I try to start /sbin/ztcfg -v -c /etc/zaptel.conf I will see the following error: Zaptel Configuration ====================== SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1) SPAN 2: CCS/ AMI Build-out: 399-533 feet (DSX-1) SPAN 3: CCS/ AMI Build-out:
2004 Jul 20
1
quadBRI
Hello Asterisk users. We have a quadBRI card installed and have the following problem. When starting Asterisk, the card is up and works perfect. But if no one uses it for 2-3 hours, the card seems to change status. If I try making a call from my sip phone to an extarnal telephone then asterisk registers that I'm trying to call, i.e. it's not a bridged but a show channels gives this
2006 Jun 16
2
Receiving faxes and then sending them on
Hi, I'm trying to setup a system where incoming faxes are received using SpanDSP and then send on to another (remote) fax machine. The SpanDSP part is working excellently, however I dont seem to be able to get the forwarding part to work. Heres what I put into my extensions.conf: exten => s,4,Answer() exten => s,5,Set(FAXFILE=/tmp/fax-${UNIQUEID}.tif) exten =>
2005 Jun 08
1
EuroISDN Italy - quadbri - zaptel.conf - what settings work ?
Hi, I'm pulling my hair out, cause cannot connect to EuroISDN BRI in Italy with octobri card from Beronet. I use bristuff and have following zaptel.conf... # # This file is parsed by the Zaptel Configurator, ztcfg # # # First come the span definitions, in the format # span=<span num>,<timing>,<line build out (LBO)>,<framing>,<coding>[,yellow] # # The timing
2004 Jun 17
1
Blank faxes with RxFAX
Hello All, I have downloaded and installed spandsp and downloaded rxfax, etc and rebuilt asterisk with app_rxfax. I have added the following to my extensions.conf: [macro-faxreceive] ; ${ARG1} - sendto e-mail exten => s,1,Wait(2) exten => s,2,Answer exten => s,3,SetVar(FAXFILE=/var/spool/asterisk-fax/fax-${MACRO_EXTEN}-${TIMESTAMP}) exten => s,4,SetVar(EMAILADDR=${ARG1}) exten =>
2004 Aug 12
1
BRI and E1 in same system
Hi- Anyone using the Junghann's quad BRI card and the Digium E100P in the same system? I'm having a configuration problem where I can configure the cards one at a time (with the appropriate drivers loaded) in a system, but when I try them both together, neither will work. They both work fine one at a time. Probably has something to do with the channel numbering. I've tried
2019 Dec 03
2
Faxes stopped working - AMI issue?
On 12/2/19 11:52 AM, Joshua C. Colp wrote: > So I know that AMI is listening and I can talk to it.  Here is the > main log" > > [Nov 27 06:16:00] VERBOSE[101155] asterisk.c: Remote UNIX connection > [Nov 27 06:16:00] VERBOSE[101245] asterisk.c: Remote UNIX connection > disconnected > [Nov 27 06:16:01] VERBOSE[101244] manager.c: Manager
2019 Nov 27
2
Faxes stopped working - AMI issue?
I recently upgraded from Asterisk 13.19 to 16.6.1. Everything is working fine with a few minor tweaks except outgoinf fax. Incoming works fine. I do outgoing faxing through an AMI call. Here is the output from the security log: [Nov 27 06:16:05] SECURITY[101222] res_security_log.c:
2005 Feb 06
4
Autodetecting faxes
I have managed to get spandsp working, and if I dial a specific extension I can receive faxes. WhooHoo. However, I was wanting to use the "fax detect" option in order to allow individuals to receive faxes, but can't get that to work. Given the following extensions (mainly copied from examples on the wiki), why is the call simply passed onto the sip device rather than being
2006 Feb 01
6
Receiving faxes with spandsp - strange problem
Hello, I'm trying to receive faxes with asterisk. My configuration is like this: PSTN fax -> ISDN -> Cisco router with VoIP module -> Asterisk When I try to send a fax from PSTN fax I got the standard fax signal, Asterisk starts rxfax application and then call ends and there is no tif anywhere. On the fax display there is still one message: Calling... Part of my extensions.conf:
2019 Dec 03
2
Faxes stopped working - AMI issue?
On 12/3/19 3:04 PM, Joshua C. Colp wrote: > >     The AMI command, after the login, looks like this: > > > >     Action: Originate > >     Channel: SIP/outgoing/%%(destination)s > >     Context: LocalSets > >     CallerID: Vybe Consulting Inc Fax Service <5555551212> > >     Exten: sendfax > >   
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
I am testing Fax for Asterisk. But, I meet a problem. I try to Send a Fax (.tiff) from the first asterisk (Asterisk1) to the second asterisk (Asterisk2). Asterisk1 initiates an INVITE with audio G.711. Asterisk2 accepts this INVITE. Immediately, Asterisk2 sends an re-INVITE with T.38 to Asterisk1. But, Asterisk1 responds with "488 not acceptable here". I double check t38pt_udptl = yes in
2005 Mar 11
0
Receiving faxes via SIP
Hello All, I am looking to receive faxes via my inbound SIP, but I can get it to answer the fax. Now I did test the SIP inbound to a phone and that does work it is just the fax part I am having issues with any help would be great. This is the error I am getting Mar 11 15:08:49 NOTICE[14322]: rtp.c:430 ast_rtp_read: RTP: Received packet with bad UDP checksum Mar 11 15:08:49 WARNING[14322]:
2005 Jan 17
1
quadBRI asterisk error message message: "not able to open Zap channel"
Hello, I cannot make any call with my new quadBRI card from Junghanns.net in my asterisk box. My asterisk box is built on Fedora Core 3 linux system. After compiling drivers from junghanns.net the card driver was loaded correctly with - modprobe zaptel - insmod qozap.ko ( as FC3 is running a 2.6 linux kernel) - ztcfg -vvv ( shows 12 channels correctly configured and the 4 leds on the card were
2005 Jul 22
0
R: Quadbri trouble
I got the same problem, and what i change it was point-to-point to point-to-multi-point, and I used normal patch cable to connect the ISDN card to ISDN connector, and I used TE mode. In italy work like that I hope that will help you, I used also bristuff. Good luck ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
2005 Jul 25
3
Should this work?
Hello I am using a Junghans quadBRI ISDN card and it is loaded and working. In Asterisk if I connect to ISDN line it is detected and tells me so. In my zapata.conf I have (abbreviated): [channels] switchtype=euroisdn signalling = bri_cpe context=default group=1 channel => 1-2 ;plus group 2 - 4 zaptel.conf: loadzone=uk defaultzone=uk # qozap span definitions # most of the values should
2005 Mar 21
6
Fax receive issues and NVFaxDetect
Hello All, I am looking to get asterisk to receive faxes but I really don't know where to go from here, any help pointing me in the right direction would be great. What I would really like is for this second line to answer faxes, but if a user typing in an extension it goes to that extension but I need to get the fax working first. Error I get when I turn on Fax conf... pbx.c:1945
2006 Jun 17
0
Zap problem when calling out
Hi, I have installed a quadBri card, with Asterisk-1.0.10 and the bristuff-0.2.0-RC8s (* 1.0.10) When calling 0207654321 the following happens: -- Executing Goto("Zap/1-1 ", " salsa-helpdesk-day|s|1 ") in new stack -- Goto (salsa-helpdesk-day,s,1) -- Executing Dial ("Zap/1-1 ", "Zap/g1/0201234567|30 ") in new stack -- Requested transfer capability:
2006 Mar 20
2
ISDN Protocol Unknom Error with Junghanns OctoBRI
Hello, I recently bought a Junghanns Octobri Card. I have some problems with this card to make outbound calls but I can receive calls. I have 3 lines to PSTN and 3 lines to my existing PBX FRANCE TELECOM <-- OctoBRI --> Asterisk 1.2.4-BRIstuffed-0.3.0-PRE-1h <-- OctoBRI --> PABX e-Generis <----> ISDN Phones |