search for: txfax_nam

Displaying 8 results from an estimated 8 matches for "txfax_nam".

Did you mean: txfax_name
2005 Mar 22
2
asterisk@home print incoming fax
...ystem(rm ${FAXFILE} ${FAXFILE}.pdf) exten => in_fax,6,Hangup exten => analog_fax,1,GotoIf($[${FAX_RX} = disabled]?3:2) ;if fax is disabled, just hang up exten => analog_fax,2,Dial(${FAX_RX},20,d) exten => analog_fax,3,Hangup ;exten => out_fax,1,wait(7) exten => out_fax,1,txfax(${TXFAX_NAME}|caller) exten => out_fax,2,Hangup exten => h,1,Hangup() --- end snip --- If I just want it to print to my printer I should be able to setup a printer and the use exten => in_fax,3,system(lpr 11 ${FAXFILE}) and then renumber 5 & 6 to 4 & 5 or is this not possible?
2004 Mar 30
0
SoftFAX/spandsp - release 0.0.1i - txfax fin dings
...to send faxes to services supporting fax, i.e. J2 or our UC platform. The receiving side doesn't recognize fax. To send a fax we drop into /var/spool/asterisk/outgoing: Channel: Zap/g1/<fax number> MaxRetries: 0 WaitTime: 20 Context: webley_txfax Extension: txfax_ext Priority: 1 SetVar: TXFAX_NAME=<fax name> and extensions.conf contains: [webley_txfax] exten => txfax_ext,1,txfax(${TXFAX_NAME}|caller) exten => txfax_ext,2,Hangup Two questions: 1. Sounds like txfax sends just one CNG tone. Can we have a parameter making txfax issue periodic CNGs until it gets CED back? This mig...
2004 Dec 21
5
AMP - Fax Detections
...system(rm ${FAXFILE} ${FAXFILE}.pdf) exten => in_fax,6,Hangup exten => analog_fax,1,GotoIf($[${FAX_RX} = disabled]?3:2) ;if fax is disabled, just hang up exten => analog_fax,2,Dial(${FAX_RX},20,d) exten => analog_fax,3,Hangup ;exten => out_fax,1,wait(7) exten => out_fax,1,txfax(${TXFAX_NAME}|caller) exten => out_fax,2,Hangup exten => h,1,Hangup()
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 May 03
0
txfax: "Trainability test failed"
...quot; message on the * console (full console log below). I'm OK with being unable to fax to Mac, as I'm just using it to test. For future reference, I'd like to know what causes this problem, and what steps (if any) I can take to correct it. Thanks Ryan exten => out_fax,1,txfax(${TXFAX_NAME}|caller) ---SNIP--- -- Attempting call on Zap/g1/2442790 for out_fax@ext-fax:1 (Retry 1) > Channel Zap/1-1 was answered. -- Executing Wait("Zap/1-1", "7") in new stack -- Executing TxFAX("Zap/1-1", "/var/spool/asterisk/fax/test.tif|caller&q...
2005 Jan 26
1
Inbound analog Telco line not answered
...system(rm ${FAXFILE} ${FAXFILE}.pdf) exten => in_fax,6,Hangup exten => analog_fax,1,GotoIf($[${FAX_RX} = disabled]?3:2) ;if fax is disabled, just hang up exten => analog_fax,2,Dial(${FAX_RX},20,d) exten => analog_fax,3,Hangup ;exten => out_fax,1,wait(7) exten => out_fax,1,txfax(${TXFAX_NAME}|caller) exten => out_fax,2,Hangup exten => h,1,Hangup() [ext-record] exten => *77,1,Wait(2) exten => *77,2,Record(ivrrecording:wav) exten => *77,3,Wait(2) exten => *77,4,Hangup exten => *99,1,Playback(ivrrecording) exten => *99,2,Wait(2) exten => *99,3,Hangup ;this is...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...,system(rm ${FAXFILE} ${FAXFILE}.pdf) exten => in_fax,6,Hangup exten => analog_fax,1,GotoIf($[${FAX_RX} = disabled]?3:2) ;if fax is disabled, just hang up exten => analog_fax,2,Dial(${FAX_RX},20,d) exten => analog_fax,3,Hangup ;exten => out_fax,1,wait(7) exten => out_fax,1,txfax(${TXFAX_NAME}|caller) exten => out_fax,2,Hangup exten => h,1,Hangup() [ext-record] exten => *77,1,Wait(2) exten => *77,2,Record(${CALLERIDNUM}ivrrecording:wav) exten => *77,3,Wait(2) exten => *77,4,Hangup exten => *99,1,Playback(${CALLERIDNUM}ivrrecording) exten => *99,2,Wait(2) exten...
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every single thing I do No matter what I get busy extensions. I am willing to pay someone to help here. Anybody got a clue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm