search for: faxmod

Displaying 15 results from an estimated 15 matches for "faxmod".

Did you mean: faxmode
2010 May 02
1
working example of t38 fax w/ 1.6.2?
...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}) Channel:SIP/side-sip-fax Context:fax-tx-test Extension:s Priority:1 Set:FaxFile=/var/spool/asterisk/fax/20091113_1455 receive side: [incoming-fax] exten => s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)}) exten => s,n,Receiv...
2010 Mar 20
1
1.6.1.18 -> 1.6.2.6 T38 Fax: call drops
..."SIP/side-sip-00000009", "") in new stack == Spawn extension (fax-tx-test, s, 4) exited non-zero on 'SIP/side-sip-00000009' -- Executing [h at fax-tx-test:1] NoOp("SIP/side-sip-00000009", "FAXSTATUS: FAILED FAXERROR: The call dropped prematurely FAXMODE: T38") On the receive side: -- Executing [s at incoming-fax:2] ReceiveFAX("SIP/side-sip-00000002", "/var/spool/asterisk/fax/20100320_1705.tif") in new stack [Mar 20 17:05:34] WARNING[21512]: app_fax.c:223 phase_e_handler: Error transmitting fax. result=48: Disconn...
2011 Jun 30
0
SendFax: not setting the fax header
...calstationid)} ${FAXOPT(headerinfo)}) exten => 100,n,Verbose(${BOUNDARY} ${FAXFILE}) exten => 100,n,SendFAX(${FAXFILE}converted) exten => 100,n,Verbose(1,### FAXSTATUS: ${FAXSTATUS}) exten => 100,n,Verbose(1,### FAXERROR: ${FAXERROR}) exten => 100,n,Verbose(1,### FAXMODE: ${FAXMODE}) exten => 100,n,Verbose(1,### FAXPAGES: ${FAXPAGES}) exten => 100,n,Verbose(1,### FAXBITRATE: ${FAXBITRATE}) exten => 100,n,Verbose(1,### FAXRESOLUTION: ${FAXRESOLUTION}) exten => 100,n,Verbose(1,### REMOTESTATIONID: ${REMOTESTATIONID}) exten => 100,n,HangU...
2010 Jan 24
2
ReceiveFAX and SendFAX questions
Morning, Have some questions regarding receiving and sending faxes... 1:st example: exten => 101,1,Answer() exten => 101,2,Wait(3) exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff > /var/spool/asterisk/tmp/fax.pdf) exten => 101,5,System(mutt -s 'New FAX for you sir' -a
2010 Feb 05
6
Still on spandsp/app_fax and T.38
This message is pointed directly to Steve Underwood. I tought it would not be nice to directly email him with a question that interests a good part of the Asterisk community, so here it is. :) Steve, remember a few days ago when we discussed about issues on Asterisk 1.6.1.13 and T.38 fax reception? Well I opened an issue on Mantis (https://issues.asterisk.org/view.php?id=16756) and turns out it
2009 Mar 16
2
t38 iax trunk
Hi all, I have a question regarding using T38 for fax sending and here is my scenario: fax -> SIP ATA (T38 enabled) -> Asterisk #1 -> IAX TRUNK -> Asterisk #2 -> SIP ATA (T38 enabled) -> fax My question is, how can I know if I'm really using T38? is T38 information coming to the other side (because of SIP to IAX conversion) or just plain g711a data? I'm using Linksys
2015 Apr 01
0
ReceiveFax() fails over Dial()
...extension (fax, 0XXXXXX40, 11) exited non-zero on 'Local/0XXXXXX40 at x-xxx-companyXXXXX-00000001;2' [Apr 1 11:13:16] -- Executing [h at fax:1] NoOp("Local/0XXXXXX40 at x-xxx-companyXXXXX-00000001;2", "FAXSTATUS: FAILED, FAXERROR: Timed out waiting for the first message,FAXMODE: , REMOTESTATIONID: , FAXPAGES:0, FAXBITRATE: 14400, FAXRESOLUTION:0x0") in new stack [...] Thank you for your hints! Greetings Dominique
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
...exten => s,n,NoOp(FAXERROR = ${FAXERROR}) exten => s,n,NoOp(CALLID = ${CALLERID(name)} ${CALLERID(num)} ${REMOTESTATIONID}) exten => s,n,NoOp(FAXPAGES = ${FAXPAGES}) exten => s,n,NoOp(FAXBITRATE = ${FAXBITRATE}) exten => s,n,NoOp(FAXRESOLUTION = ${FAXRESOLUTION}) exten => s,n,NoOp(FAXMODE = ${FAXMODE}) exten => h,1,System(tiff2pdf -o /var/spool/asterisk/fax/${FAXFILE}.pdf -p A4 /var/spool/asterisk/fax/${FAXFILE}.tif) exten => h,n,System(rm /var/spool/asterisk/fax/${FAXFILE}.tif) exten => h,n,System(echo "Fax recebido." > /tmp/${FAXFILE}.txt) exten => h,n,S...
2016 Oct 25
0
Asterisk 13.12.0 Now Available
...--------------------------------- * ASTERISK-26409 - codec_opus: Update Asterisk to support the translation codec. (Reported by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.12.0 Thank you for your continued support of Asterisk!
2016 Oct 25
0
Asterisk 14.1.0 Now Available
...--------------------------------- * ASTERISK-26409 - codec_opus: Update Asterisk to support the translation codec. (Reported by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.1.0 Thank you for your continued support of Asterisk!
2009 Mar 10
5
Sending faxes with T.38 problem. Asterisk - 1.6.0.6
Hello, I'm having difficulties to make Asterisk (1.6.0.6) interoperate correctly with a CISCO mediaGW in order to send faxes to the PSTN using T.38. When Asterisk sends the initial INVITE containing the T.38 media offer in the SDP, the CISCO answers with a 488 Not Acceptable Media. Apparently, it looks like a configuration problem in the CISCO, but I have tested the CISCO with the Zoiper
2017 Feb 13
0
Certified Asterisk 13.13-cert1 Now Available
...Reported by Michael Walton) * ASTERISK-26409 - codec_opus: Update Asterisk to support the translation codec. (Reported by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) * ASTERISK-26220 - Add support for noreturn function attributes. (Reported by Corey Farrell) * ASTERISK-22131 - Update the make dependencies script to pull, build, and install the cor...
2017 Oct 03
0
Asterisk 15.0.0 Now Available
...rted by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-26321 - ARI : Add reason answered_elsewhere to channel hangup (Reported by Jean Aunis - Prescom) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) * ASTERISK-26218 - [patch] iLBC 20 (Reported by Alexander Traud) * ASTERISK-26190 - [patch] SRTP: Enable AES-256 and AES-GCM. (Reported by Alexander Traud) * ASTERISK-...
2017 Aug 02
2
Asterisk 15.0.0-beta1 Now Available
...rted by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-26321 - ARI : Add reason answered_elsewhere to channel hangup (Reported by Jean Aunis - Prescom) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) * ASTERISK-26218 - [patch] iLBC 20 (Reported by Alexander Traud) * ASTERISK-26190 - [patch] SRTP: Enable AES-256 and AES-GCM. (Reported by Alexander Traud) * ASTERISK-...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...elson) - [ASTERISK-26321 <https://issues.asterisk.org/jira/browse/ASTERISK-26321>] - ARI : Add reason answered_elsewhere to channel hangup (Reported by Jean Aunis - Prescom) - [ASTERISK-25980 <https://issues.asterisk.org/jira/browse/ASTERISK-25980>] - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) - [ASTERISK-26229 <https://issues.asterisk.org/jira/browse/ASTERISK-26229>] - [patch] app_voicemail: Add taskprocessor alert level options. (Reported by Alexei Gradinari) - [ASTERISK-26218...