Displaying 10 results from an estimated 10 matches for "analog_fax".
2005 Mar 22
2
asterisk@home print incoming fax
*@home has this for it's incoming fax macro
--- start snip ---
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf
--...
2004 Dec 21
5
AMP - Fax Detections
...its a ring group
exten => s,10,Goto(ext-group,${INCOMING:4},1)
exten => s,11,Goto(${INCOMING},s,1) ; not EXT or GR1
- it's an auto attendant
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => h,1,Hangup
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
- ${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf
--type ap...
2005 Feb 28
2
Fax Failing
...9;en')
-- Redirecting Zap/2-1 to fax extension
== Spawn extension (aa_1, fax, 0) exited non-zero on 'Zap/2-1'
-- Executing Goto("Zap/2-1", "ext-fax|in_fax|1") in new stack
-- Goto (ext-fax,in_fax,1)
-- Executing GotoIf("Zap/2-1", "1?2:analog_fax|1") in new stack
-- Goto (ext-fax,in_fax,2)
-- Executing Macro("Zap/2-1", "faxreceive") in new stack
-- Executing SetVar("Zap/2-1",
"FAXFILE=/var/spool/asterisk/fax/1109597736.32.tif") in new stack
-- Executing SetVar("Zap/2-1",...
2005 Jan 26
1
Inbound analog Telco line not answered
...; _8XXX,5,MeetMe(${EXTEN}|asM)
exten => _8XXXX,1,Answer
exten => _8XXXX,2,Wait(1)
exten => _8XXXX,3,GotoIf($[${CALLERIDNUM} = ${EXTEN:1}]?5:4)
exten => _8XXXX,4,MeetMe(${EXTEN}|sM)
exten => _8XXXX,5,MeetMe(${EXTEN}|asM)
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf -
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf --type
ap...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...Answer
exten => _8XXXX,2,Wait(1)
exten => _8XXXX,3,GotoIf($[${CALLERIDNUM} = ${EXTEN:1}]?5:4)
exten => _8XXXX,4,MeetMe(${EXTEN}|sM)
exten => _8XXXX,5,MeetMe(${EXTEN}|asM)
[ext-fax]
exten => s,1,Answer
exten => s,2,Goto(in_fax,1)
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf -
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax from
${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf --type
ap...
2005 Oct 17
1
fax - conversion problem
I am having a strange problem.
On one * box I setup the fax recive, via spandsp -app_rxfax
I have no problem here.
On a second box I did the same. The resulting PDF appear "corrupt".
If I transmit the same fax to both * box, the tiff files received are the
same.
A deeper analysis shows the only problem is the width and heigth of the
document
In the first PDF, I see
2005 Sep 06
2
Going crazy with FAX :-(
...750]: -- Executing Goto("Zap/1-1", "ext-fax|
in_fax|1") in new stack
Sep 6 11:05:22 VERBOSE[10750]: -- Goto (ext-fax,in_fax,1)
Sep 6 11:05:22 DEBUG[10750]: Expression is '1'
Sep 6 11:05:22 VERBOSE[10750]: -- Executing GotoIf("Zap/1-1",
"1?2:analog_fax|1") in new stack
Sep 6 11:05:22 VERBOSE[10750]: -- Goto (ext-fax,in_fax,2)
Sep 6 11:05:22 VERBOSE[10750]: -- Executing Macro("Zap/1-1",
"faxreceive") in new stack
Sep 6 11:05:22 VERBOSE[10750]: -- Executing SetVar("Zap/1-1",
"FAXFILE=/var/spo...
2005 Sep 28
0
Trying to cut out the paper work...
...709]: -- Executing Goto("Zap/1-1",
"ext-fax|in_fax|1") in new stack
Sep 28 13:31:59 VERBOSE[14709]: -- Goto (ext-fax,in_fax,1)
Sep 28 13:31:59 DEBUG[14709]: Expression is '1'
Sep 28 13:31:59 VERBOSE[14709]: -- Executing GotoIf("Zap/1-1",
"1?2:analog_fax|1") in new stack
Sep 28 13:31:59 VERBOSE[14709]: -- Goto (ext-fax,in_fax,2)
Sep 28 13:31:59 VERBOSE[14709]: -- Executing Macro("Zap/1-1",
"faxreceive") in new stack
Sep 28 13:31:59 VERBOSE[14709]: -- Executing SetVar("Zap/1-1",
"FAXFILE=/var/spo...
2010 Jan 19
0
Detecting incoming faxes and forwarding to phone fax machine
...-- Goto
(ext-fax,in_fax,1)
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: -- Executing
[in_fax at ext-fax:1] StopPlayTones("DAHDI/7-1", "") in new stack
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: -- Executing
[in_fax at ext-fax:2] GotoIf("DAHDI/7-1", "0?3:analog_fax,1") in new stack
[2010-01-19 10:29:25] VERBOSE[14688] pbx.c: -- Executing
[s at ext-did:2] ExecIf("DAHDI/7-1", "1 ?Set(CALLERID(name)=8009806858)")
in new stack
[2010-01-19 10:29:25] VERBOSE[14688] pbx.c: -- Executing
[s at ext-did:3] Set("DAHDI/7-1", &quo...
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