search for: localheaderinfo

Displaying 12 results from an estimated 12 matches for "localheaderinfo".

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
2015 Jun 18
0
Fax Header
Hi, I am trying to add header to fax while sending fax. I can add some information to header but some information added automatically (date and page count). I want to format this information. Header => Date | ${LOCALHEADERINFO} | ${FAXOPT(localstationid)} | Page Count I can set LOCALHEADERINFO and FAXOPT(localstationid) but i cant find any variable for "Page Count" and "Date". How can i change this information. Dialplan: [asteriskgw_fax_live_with_header] exten => s,1,Set(LOCALHEADERINFO=Sender ${...
2005 Oct 07
0
txfax (app_txfax) sending issue
...beeping noises until tx_fax times out and hangs up. This could quite possibly be a PEBKAC or n00b problem since I'm relatively new to Asterisk. --------- snippet: extensions.conf --------- exten => _8NXXXXXX,1,Set(FAXFILE=/var/spool/asterisk/fax/sendfax.tif) exten => _8NXXXXXX,2,Set(LOCALHEADERINFO=Company name and department) exten => _8NXXXXXX,3,Set(LOCALSTATIONID=Company name) exten => _8NXXXXXX,4,TXFAX(${FAXFILE}|caller) --------- // extensions.conf --------- --------- snippet: * console --------- *CLI> -- Executing Set("SIP/rec1pub1-af67", "FAXFILE=/var/s...
2011 Jun 30
0
SendFax: not setting the fax header
...."Set: FAXFILE=$file_dst\n" ."Set: FAXOPT(localstationid)=$_POST[mynumber]\n" ."Set: FAXOPT(headerinfo)=$_POST[mynumber] $_POST[myname] $_POST[myemail]\n" .""; ====== As you can see, I set the LOCALHEADERINFO to string I got from a web form. My fax extension for sending fax looks like that: ====== [fax] exten => 100,1,System(/usr/local/bin/pdf2fax.sh ${FAXFILE}) exten => 100,n,Wait(1) exten => 100,n,Verbose(${BOUNDARY} ${FAXOPT(localstationid)} ${FAXOPT(headerinfo)}) exten => 100,n,Verbos...
2006 Jan 04
1
RxFax : Change FAX Resolution
Hello all, Can this be done ? Would setting the variable FAXRESOLUTION to a appropriate value affect this change ? > http://www.asteriskguru.com/tutorials/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...
2009 Mar 10
5
Sending faxes with T.38 problem. Asterisk - 1.6.0.6
...8 media. Is it possible to make Asterisk work like this? or is this a problem in the configuration of the CISCO? Any ideas? Thanks in advance. Regards, Santi **The call-file I'm using is: Channel: SIP/080999999999 at outbound-calls MaxRetries: 3 WaitTime: 30 Set: LOCALSTATIONID=22222 Set: LOCALHEADERINFO=T38 fax Set: T38CALL=1 Set: T38TXDETECT=yes CallerID: 22222 Context: fax-out Extension: 22222 priority:1 My sip.conf file is: sip.conf [general] bindport=5060 ; UDP Port to bind to (SIP standard port is 5060) bindaddr=192.168.222.160 ; IP address to bind to (0.0.0.0 bind...
2006 Oct 25
0
spandsp bug
Hi, I 'm using spandsp-0.0.2pre26<http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.2pre26/>, and thereis a bug adding headers: LOCALHEADERINFO and LOCALSTATIONID (I can't see them ). But faxes goes using rxfax and txfax fine. I also have tried development versions, the bug is fixed, but I get bad faxes (I get one page, but my tiff consists of three pages, and I get just half of page). Maybe somebody knows how to fix the spandsp-0....
2008 Dec 22
0
txfax/rxfax fun
...8819_faxout.pdf convert -compress group4 -monochrome -negate -units pixelsperinch -page 1758x1075 /srv/www/htdocs/faxout/1229978819_fin.pdf /srv/www/htdocs/faxout/1229978819_out.tif Call file Channel: Zap/2/ww205xxxxxxx,60 CallerID: SIP/108 MaxRetries: 1 WaitTime: 60 retryTime: 5 SetVar: LOCALHEADERINFO=Asterisk Fax Application: txfax Data: /srv/www/htdocs/faxout/1229978108_out.tif|caller|debug|ecm The problems I'm having are: 1. RXFax won't receive the fax 2. I can't change the page resolution or TXFax will fail to send the fax. Any Ideas? -------------- next part -------...
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
...DSP is 0.0.2pre18. Here is context for sending faxes in asterisk: [ Context 'fax-out' created by 'pbx_config' ] '750' => 1. AbsoluteTimeout(300) [pbx_config] 2. DBGet(LOCALSTATIONID=faxlsid/199) [pbx_config] 3. DBGet(LOCALHEADERINFO=faxhinfo/199) [pbx_config] 4. Wait(5) [pbx_config] 5. txfax(${FAX_FILE}|caller|debug) [pbx_config] 6. Hangup() [pbx_config] 'T' => 1. SoftHangup(Zap/32|a) [pbx_config] here is .call file: Channel:Zap/32/xxxxx...
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
...10*CLDigium Fax T.38 Driver: 1.6.1_1.0.9 (optimized for i686_32) dev10*CLDigium Fax G.711 Driver: 1.6.1_1.0.9 (optimized for i686_32) ---------------------------------------------------------- .call file Channel: SIP/1905 at outbound-calls MaxRetries: 3 WaitTime: 30 Set: LOCALSTATIONID=22222 Set: LOCALHEADERINFO=T38 fax Set: T38CALL=1 Set: T38TXDETECT=yes CallerID: 123456 Context: fax-tx Extension: send priority:1 ----------------------------------------------------------- sip.conf [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=no tcpbindaddr=0...
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
2004 Jan 01
10
help
[This email is either empty or too large to be displayed at this time]