Displaying 20 results from an estimated 4000 matches similar to: "Cannot handle frames in 2 format"
2009 Jan 15
1
how to debug mime-construct with fax2mail?
I'm trying to capture faxes on 1.6.1-beta4. AFAICT, app_fax is working
OK. I'm then using fax2mail to send the fax. That wasn't working, so i
posted for help using the System() cmd, since fax2mail did work from the
command line. But now I realize it's fax2mail and mime-construct itself.
I set up a fax-test context:
[fax-test]
exten=>666,1,NoOp( fax-test )
2015 Jun 05
0
11.17.1 : ReceiveFax then signal 11 ??
dialplan
[FaxIncoming]
exten=s,1,NoOp(Incoming fax on 46-va)
same=n,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)})
same=n,Answer()
same=n,ReceiveFAX(${FAXFILE}.tif,df)
same=n,Hangup()
exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR}
FAXPAGES: ${FAXPAGES} @ bitrate ${FAXBITRATE})
same=n,System(scp ${FAXFILE}.tif
2005 Jul 13
0
AW: SpanDSP rxfax, no tiff.
is /usr/local/sbin/mailfax flagged to 755?
________________________________
Von: asterisk-users-bounces@lists.digium.com im Auftrag von Rob Danz
Gesendet: Mi 13.07.2005 17:17
An: asterisk-users@lists.digium.com
Betreff: [Asterisk-Users] SpanDSP rxfax, no tiff.
Hello,
Let me start by saying I have checked the wiki and the archives and did find some relative information. I tried the
2006 Jan 22
1
macro-faxreceive
How should be the macro rewritten?
[macro-faxreceive]
exten => s,1,Set(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif)
exten => s,2,DBGet(EMAILADDR=extensionemail/${MACRO_EXTEN})
exten => s,3,rxfax(${FAXFILE})
exten => s,103,Set(EMAILADDR=ronald@elmit.com)
exten => s,104,Goto(3)
...
[Jan 23 10:43:38] -- Executing Macro("Zap/3-1", "faxreceive") in new
2008 Apr 04
1
rxfax issue
Hi all,
Here's our setup:
Asterisk 1.4.18
Agx-ast-addons 1.4.5
Problem:
When accepting a fax, the fax itself comes through just fine, and it
does successfully create a tiff file. However, the dialplan should be
executing a system command right after that completes, but isn't due to
hanging up early. I'm getting a cause 16 hangup, which I believe is a
"Normal Hangup", but
2005 Jul 13
2
SpanDSP rxfax, no tiff.
Hello,
Let me start by saying I have checked the wiki and the archives and did find
some relative information. I tried the suggestions in those threads, but
still have the same problem.
I'm using the CVS Asterisk from July 11, 2005.
Redhat FC2
SpanDSP 0.0.2pre18
Libtiff 3.5.7
Digium PCI card 1 FXO, 1FXS.
I have a single POTS line coming, but I have 2 numbers and am using
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:
2010 May 02
1
working example of t38 fax w/ 1.6.2?
I can't get a test T.38 fax between 2 1.6.2 machines, using app
_fax and spandsp pre17 and 20100501. The machines can't seem to get
connected.
send side extensions.conf:
[fax-tx-test]
exten=>s,1,NoOp(Context fax-tx-test)
exten=>s,n,SendFAX(${FaxFile}.tif)
exten=>s,n,HangUp()
exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXMODE:
${FAXMODE})
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 Sep 05
1
rxfax() problem - fax signal seems to be ignored
Hello,
my configuration is the following:
a TDM400P board with an fxs and fxo daughter boards on it.
I thus connect a fax to my FXS port, after having verified that this port
was correctly functioning. For this, I had tried before with a simple phone,
and with some basic voicemail exten scripts.
Here is my simple dialplan for my fax reception:
exten => 300,1,Ringing()
exten =>
2009 Mar 18
1
Unable to receive faxes
Hi,
I'm experiencing a quite strange behavior while trying to receive faxes
through Asterisk (either directly through app_rxfax or with spandsp +
hylafax).
Config:
HFC quad BRI card (3 T0 connected to the card)
Asterisk 1.4.21
asterisk-app-fax 0.0.20070624-2
hylafax 2:4.4.4-10.1
libpri 1.4.2
libspandsp3 0.0.4pre16
/etc/zaptel.conf
loadzone=fr
defaultzone=fr
span=1,0,3,ccs,ami
2011 Apr 22
0
WARNING T.30 ECM carrier not found
We have two asterisk back to back connected over PRI T1 and i am testing FAX over T1 line. Its working fine and i am getting fax file as well but i got "WARNING T.30 ECM carrier not found" is it safe to ignore this WARNING ?
spandsp-0.0.6pre18
Asterisk-1.8.3.3
[from-pstn]
;Fax testing
exten => 8000,1,Set(FAXFILE=/var/spool/asterisk/fax/${CALLERID(num).tif)
exten =>
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
Hi all,
I have problem for receiving fax from multiple page fax that sent from fax
machine (analog).
The error is : WARNING T.30 Page did not end cleanly
This is my dialplan
[inboundfax]
exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)}
${STRFTIME(${EPOCH},,%c)} ****)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten =>
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 =>
2006 Jan 19
0
Incoming fax on voipbuster
Hello,
I'm trying to receive a fax to my inbound number from voipbuster.
Asterisk receives the call and starts the rxfax application successful,
but then nothing happens. The calling party is still hearing a ringing
tone, or sometimes nothing. Voicecalls are working correct and without
problems.
For testing I've add a local number (300) to the dialplan. When I call
this number
2004 Sep 15
4
Fax and Asterisk
Hi all,
I have problems with rxfax application. It seems to be ok but I don't receive the fax in my directory.
My extension.conf is as follow:
[macro-fax]
exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/incoming/${UNIQUEID}.tif)
exten => s,2,rxfax(${FAXFILE})
[fax]
exten => 100,1,macro(fax)
[reception]
exten =>s,1,Answer()
exten =>s,2,Background(00)
exten
2005 Feb 15
1
"System" command causes core dump Warning: Newbie help :)
With the following program:
#!/bin/sh
# mailfax: program to email received fax as pdf
FAXFILE=$1
RECIPIENT=$2
FAXSENDER=$3
FAXID=`basename $1|cut -d "." -f1,2`.pdf
FAXTXT=`basename $1|cut -d "." -f1,2`.txt
tiff2pdf $FAXFILE > $FAXID
sendfax.pl $FAXID $RECIPIENT $FAXSENDER $FAXFILE
#end of program
If I execute the following from the command line:
mailfax
2004 Nov 22
3
Zap - 256 format frames
Any ideas on this warning? If I call this number, sometimes I get this error
and sometimes the call goes thru fine. Why would it work sometimes?
-- Executing Goto("SIP/3044-8d49", "cytel-outgoing|915124512424|1") in
new stack
-- Goto (cytel-outgoing,915124512424,1)
-- Executing SetCIDNum("SIP/3044-8d49", "2814494000") in new stack
--
2005 Jun 05
0
RXFax and Hangup context Question.
Hello:
I have been using the asterisk system now for almost 5 months. I'm very
happy with it's performance, however I have been using the RXFAX on and
off for the last month or so. I gave up after a while and just had it
route to my analog fax machine in the fax context.
However, I have always had the implementation that it would go to a
macro.. macro-faxreceive, and to the rxfax of the
2005 Oct 07
0
txfax (app_txfax) sending issue
Hi All,
With spandsp.0.0.2 pre20 installed I can't seem to send faxes with
tx_fax over a Zap channel (POTS). rx_fax works just fine so no issues
with libtiff and (presumably) libxml2.
Basically I get 'slow carrier up' and 'slow carrier down' together with
accompanying beeping noises until tx_fax times out and hangs up. This
could quite possibly be a PEBKAC or n00b