search for: remotestationid

Displaying 20 results from an estimated 27 matches for "remotestationid".

2016 Dec 17
2
Asterisk Fax Receive - how to get the remoteheader?
...terisk 11.8 in combination with spandsp to send and receive T38 Faxes. All works fine, but I do not know how to get the remoteheader from the fax I receive. When I send a fax, there are Faxopts to set the localstationid and the headerinfo, but for receiving, there seems to only exist the Faxopts remotestationid but for sure on any fax I receive there is a remoteheaderinfo besides the remotestationid... it is on the tiff-file, but I need this info in a channel-variable... Does anybody know how to get the remoteheaderinfo for a received fax? thanks yves
2016 Dec 18
2
Asterisk Fax Receive - how to get the remoteheader?
...fax (which will then in turn be inserted via asterisk on top of the transferred "image") , while it seems to not be possible to get the Header from a received fax (only the id), although it is present in the faxdocument. The ID is also present in the faxdocument and there does a Faxopt(remotestationid) exist... so I thought, this info must be transferred not only binary within the "image", but also within the "meta-data" / protocol-data of the fax (within the TSI).... otherwise asterisk must do some kind of ocr to get the ID, what it definitely does not... btw... when usi...
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 04
1
Free FaxForAsterisk ReceiveFAX not working
...T(locastationid) : ${FAXOPT(localstationid)}) exten => h,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten => h,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten => h,n,NoOp(FAXOPT(pages) : ${FAXOPT(pages)}) exten => h,n,NoOp(FAXOPT(rate) : ${FAXOPT(rate)}) exten => h,n,NoOp(FAXOPT(remotestationid): ${FAXOPT(remotestationid)}) exten => h,n,NoOp(FAXOPT(resolution) : ${FAXOPT(resolution)}) exten => h,n,NoOp(FAXOPT(status) : ${FAXOPT(status)}) exten => h,n,NoOp(FAXOPT(statusstr) : ${FAXOPT(statusstr)}) exten => h,n,NoOp(FAXOPT(err) : ${FAXOPT(error)}) and my asterisk cli informati...
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
2011 Jun 30
0
SendFax: not setting the fax header
...${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 appearing on the fax itself... It's not important if I set FAXOPT(headerinfo) or LOCALHEADERINFO, the result is always the same: n...
2009 Dec 23
4
fax problem
Hello, I need to send a tiff via fax with my asterisk 1.6.1.0. I tried in the dialplan [default] exten => _X.,1,SendFax(/root/test.tiff) but I have: salledeconf1*CLI> console dial 111 at default [Dec 23 16:24:22] WARNING[31739]: chan_oss.c:492 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory -- Executing [111 at default:1]
2010 Jan 29
1
Digium fax - sending fax call file vs manager originate
...lstationid) : ${FAXOPT(localstationid)}) exten => h,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten => h,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten => h,n,NoOp(FAXOPT(pages) : ${FAXOPT(pages)}) exten => h,n,NoOp(FAXOPT(rate) : ${FAXOPT(rate)}) exten => h,n,NoOp(FAXOPT(remotestationid) : ${FAXOPT(remotestationid)}) exten => h,n,NoOp(FAXOPT(resolution) : ${FAXOPT(resolution)}) exten => h,n,NoOp(FAXOPT(status) : ${FAXOPT(status)}) exten => h,n,NoOp(FAXOPT(statusstr) : ${FAXOPT(statusstr)}) exten => h,n,NoOp(FAXOPT(error) : ${FAXOPT(error)}) -----------------------...
2007 Feb 09
7
Dialplan checkup
Hi All Curious will this work Std. PSTN line ---x------ X100p | ------ Fax Machine Using a standard "home phone" pstn line with a splitter connecting a fax machine and X100 Asterisk Box Incoming Line: Can I have in the dial Plan [incoming] exten => s,1,Wait(1) exten => s,2,IfFax continue to ring, so that the Fax Machine gets it exten
2008 Apr 16
1
Hangup conundrum with RxFAX
...ts now are to actually do a hangup at the end of the RxFAX and rely on a 'h' extension to pick it up and carry on with the 2nd half (which is PDFing and emailling the fax), but I'm concerned I'm going to lose the channel variables as it suggests on the wiki, so I'll lose the REMOTESTATIONID string and caller ID... Anyone with any experience of this, or suggestions otherwise? Thanks, Gordon
2006 Jan 04
1
RxFax : Change FAX Resolution
...able 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's i get the below in the logs. [Jan 4 18:28:20] DEBUG[8...
2009 May 15
1
Fax t38 capability
...lstationid) : ${FAXOPT(localstationid)}) exten => h,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten => h,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten => h,n,NoOp(FAXOPT(pages) : ${FAXOPT(pages)}) exten => h,n,NoOp(FAXOPT(rate) : ${FAXOPT(rate)}) exten => h,n,NoOp(FAXOPT(remotestationid) : ${FAXOPT(remotestationid)}) exten => h,n,NoOp(FAXOPT(resolution) : ${FAXOPT(resolution)}) exten => h,n,NoOp(FAXOPT(status) : ${FAXOPT(status)}) exten => h,n,NoOp(FAXOPT(statusstr) : ${FAXOPT(statusstr)}) exten => h,n,NoOp(FAXOPT(error) : ${FAXOPT(error)}) ************...
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
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
2018 May 21
5
Looking for better fax handling
...rbose(0,FAX ${faxfile} to ${destination}) same => n,Set(FAXOPT(headerinfo)=${sender_name}) same => n,Set(FAXOPT(localstationid)=${sender_num}) same => n,SendFax(${faxfile},d) same => n,Set(STATUS=Status: ${FAXOPT(status)}) same => n,Set(STATUS=${STATUS}\nRemote ID: ${FAXOPT(remotestationid)}) same => n,Set(STATUS=${STATUS}\nMaxrate: ${FAXOPT(maxrate)}) same => n,Set(STATUS=${STATUS}\nMinrate: ${FAXOPT(minrate)}) same => n,Set(STATUS=${STATUS}\nECM: ${FAXOPT(ecm)}) same => n,Set(STATUS=${STATUS}\nnumber of pages: ${FAXOPT(pages)}) same => n,Set(STATUS=${STATUS...
2011 Jan 24
6
ReceiveFAX issue.
...d-%H%M)}_${RAN D(1)}.tiff) exten => ProcessFax,n,ReceiveFAX(${TIFF},d) exten => ProcessFax,n,NoOp(Error = ${FAXOPT(error)}) exten => ProcessFax,n,NoOp(Status = ${FAXOPT(status)}) exten => ProcessFax,n,NoOp(Header = ${FAXOPT(headerinfo)}) exten => ProcessFax,n,NoOp(RemoteID = ${FAXOPT(remotestationid)}) exten => ProcessFax,n,NoOp(Result = ${FAXOPT(statusstr)}) I can't figure out how to turn on any debuging for this nor can I understand why this should be failing. I am using the spandsp version that Steve recommended (0.0.6pre18) Any ideas or feedback would be appreciated. Thank...
2009 Sep 27
1
digium fax: failed to queue document
...t;) in new stack -- Channel 'DAHDI/1-1' sending fax '/var/spool/asterisk/fax/20090922_1301.tif' -- Channel 'DAHDI/1-1' fax session '0' started ......... And that works. Then I try to send the confirm: 'h' => 1. Set(RID=${FAXOPT(remotestationid)}) [pbx_config] 2. Set(DateTime=${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)}) [pbx_config] 3. Set(GLOBAL(StatusFile)=/var/spool/asterisk/fax-tx-status-${DateTime}) [pbx_config] 4. System(env echo -e "${FAXOPT(page...
2009 Sep 27
0
Is channel local what I need?
...uot;Channel:DAHDI/g0/........\\nContext:fax-tx\\nExtension: s\\nPriority: 1\\n" >${UniqueFile}) [pbx_config] [ Context 'fax-tx' created by 'pbx_config' ] 's' => 1. SendFAX(${FaxFile}.tif) [pbx_config] 'h' => 1. Set(RID=${REMOTESTATIONID}) [pbx_config] .................. 7. Set(GLOBAL(StatusFile)=${StatusFile}) [pbx_config] 8. Set(UniqueFile=/var/spool/asterisk/outgoing/call-${UNIQUEID}0) [pbx_config] 9. System(env echo -e "Channel:DAHDI/g0...
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
2014 Feb 03
1
Incoming Fax Issue with Asterisk 11.7 and Digium Fax
...(localstationid) : ${FAXOPT(localstationid)}) exten => h,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten => h,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten => h,n,NoOp(FAXOPT(pages) : ${FAXOPT(pages)}) exten => h,n,NoOp(FAXOPT(rate) : ${FAXOPT(rate)}) exten => h,n,NoOp(FAXOPT(remotestationid) : ${FAXOPT(remotestationid)}) exten => h,n,NoOp(FAXOPT(resolution) : ${FAXOPT(resolution)}) exten => h,n,NoOp(FAXOPT(status) : ${FAXOPT(status)}) exten => h,n,NoOp(FAXOPT(statusstr) : ${FAXOPT(statusstr)}) exten => h,n,NoOp(FAXOPT(error) : ${FAXOPT(error)}) udptl.conf [general] udptls...