search for: faxbitr

Displaying 11 results from an estimated 11 matches for "faxbitr".

Did you mean: arbitr
2008 Nov 27
5
Any 1.6 SendFAX example ?
Hi, Do you have any example showing how to use SendFAX ? I can see several examples of ReceiveFAX but not a single one showing SendFAX. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081127/b41ca08b/attachment.htm
2011 Jun 30
0
SendFax: not setting the fax header
...ILE}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,HangUp() ====== The Verbose() application shows to me that ${FAXOPT(headerinfo)} is correctly set, but the headerinfo is not...
2006 Jan 04
1
RxFax : Change FAX Resolution
...ials/rxfax.html Variables connected with the application LOCALSTATIONID - used by to application to identify itself to the remote end LOCALHEADERINFO - used to generate a header line on each page REMOTESTATIONID - set by the application, the sender CSID FAXPAGES - set the number of pages received FAXBITRATE - set the transmission rate FAXRESOLUTION - set the resolution What is the format of setting FAX resolutions ? Currently when i receive fax's i get the below in the logs. [Jan 4 18:28:20] DEBUG[8206]: ============================================================================== [Jan 4 1...
2005 Aug 31
2
SpanDSP rxfax TSID variable name?
Scott's SpanDSP FAQ mentions that the senders' TSID (20 bytes sent by sending fax machine) is made available, but doesn't mention where or how. Is there a variable or something that's set? I didn't see it in http://www.voip-info.org/tiki-index.php?page=Asterisk+variables Thanks, Woody
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 02
4
Asterisk 1.6.1.13 and T.38 faxing
...; s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}.tif) exten => s,n,NoOp(FAXSTATUS = ${FAXSTATUS}) 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}...
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
2015 Jun 05
0
11.17.1 : ReceiveFax then signal 11 ??
...ming 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 asterisk at asterisk:/home/asterisk/ec2fax/ ) same=n,System(ssh asterisk at asterisk "/home/asterisk/bin/email-ec2fax.sh ${FAXFILE} ${CALLERID(name)} ${CALLERID(num) " ) cli ......... -- Executing [s at FaxIncoming:3] Answer("SIP/...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone, I'm trying to send a received fax with mutt, when I try it from the Linux shel it works, but when trying with Asterisk's System command it doesn't. Successful Linux command: echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif Unsuccessful Asterisk Command: same => n,System(mutt -s "New fax" elder.arohuanca at
2015 Apr 01
0
ReceiveFax() fails over Dial()
...-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
2006 Nov 20
3
Spandsp rxfax txtax fails no errors
I'm using Slackware 11. I unistalled the package that provides libtiff 3.8..... and installed the most current 3.7.... for lib tiff. I downloaded asterisk 1.4 beta3 and the 1.4 beta2 addons and untared them. created a simlink: ln -s asterisk-1.4.0-beta3 asterisk I've compiled spandsp from as follows cd /usr/src wget