search for: 2eaz

Displaying 12 results from an estimated 12 matches for "2eaz".

Did you mean: 2eau
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 --type application/pdf --file ${FAXFILE}.pdf) exten => in_fax,5,system(rm ${FAXFILE...
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
2004 Dec 21
5
AMP - Fax Detections
...{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 application/pdf --file ${FAXFILE}.pdf) exten => in_fax,5,system(rm ${FAXFILE} ${FAX...
2005 Oct 18
8
Fax2Mail
Hello, Is there or can anyone provide a comprehensive guide (designed for Linux/Asterisk novices) to installing/setting up Asterisk in order to support Fax2Mail service? In my case, I would like Asterisk to receive fax calls to predefined numbers (ranges) and to associate each of these numbers to email addresses. Thank you in advance. David --------------------------------- Yahoo!
2005 Sep 06
2
Going crazy with FAX :-(
...BUG[10750]: Image resolution: 7700 x 3850 Sep 6 11:06:13 DEBUG[10750]: Transfer Rate: 9600 Sep 6 11:06:13 DEBUG[10750]: ============================================================================== Sep 6 11:06:13 VERBOSE[10750]: -- Executing System("Zap/1-1", "tiff2ps -2eaz -w 8.5 -h 11 /var/spool/asterisk/fax/1125997512.2.tif | ps2pdf - /var/spool/asterisk/fax/1125997512.2.tif.pdf") in new stack Sep 6 11:06:13 VERBOSE[10750]: -- Executing System("Zap/1-1", "mime-construct --to fax@asb.unisi.it --subject "Fax from " --attachment...
2006 Apr 19
0
Receiving Faxes...
...Behalf Of Christian Gr?ger Sent: mardi 18 avril 2006 21:08 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Receiving Faxes... Hi, I am experimenting with receiving faxes in asterisk: exten => in_fax,1,Macro(faxreceive) exten => in_fax,2,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf - ${FAXFILE}.pdf) exten => in_fax,3,system(cp ${FAXFILE}.pdf /var/www/faxes/${CALLERID(number)}.pdf) exten => in_fax,4,system(mime-construct --to mail@server --subject "Fax from ${CALLERID(number)} ${CALLERID(name)}" --attachment ${CALLERID(numbe...
2005 May 17
1
spandsp + HFC poor fax quality?
...ion 2 Coarse carrier frequency 1699.84 (66) Training error 0.339757 Training succeeded (constellation mismatch 0.509557) EOP with final frame tag In state 5 DCN with final frame tag In state 8 Sometimes it ends with ghostscript errors: -- Executing System("Zap/1-1", "tiff2ps -2eaz -w 8.5 -h 11 /var/spool/asterisk/fax/asterisk-3834-1116329874.0.tif | ps2pdf - /var/spool/asterisk/fax/asterisk-3834-1116329874.0.tif.pdf") in new stack Error: /limitcheck in --setpagedevice-- Operand stack: --dict:1/1(L)-- Execution stack: %interp_exit .runexec2 --nostringval--...
2006 Apr 18
6
T1 to cross connect remote PBX and asterisk
Looking for someone with a successful experience similar to this; I have a need to cross connect a 3COM NBX PBX PRI interface to asterisk, but over a long distance. We do not need any IP connectivity and the solution requires G.711u audio so there is no benefit to using IP. Has anyone here successfully cross connected any PBX PRI interface expecting NI2 PRI signaling B8ZS/ESF with an
2005 Oct 17
0
RxFax dropping line
...was hung up Oct 17 11:11:07 DEBUG[3088] pbx.c: Extension in_fax, priority 3 returned normally even though call was hung up Oct 17 11:11:07 DEBUG[3088] pbx.c: Launching 'System' Oct 17 11:11:07 VERBOSE[3088] logger.c: -- Executing System("SIP/6969021653-dc67", "tiff2ps -2eaz -w 8.5 -h 11 /var/spool/asterisk/fax/1129540223.28.tif | ps2pdf - /var/spool/asterisk/fax/1129540223.28.tif.pdf") in new stack Oct 17 11:11:07 DEBUG[3088] pbx.c: Launching 'System' Oct 17 11:11:07 VERBOSE[3088] logger.c: -- Executing System("SIP/6969021653-dc67", &quot...
2005 Jan 26
1
Inbound analog Telco line not answered
...xten => _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 application/pdf --file ${FAXFILE}.pdf) exten => in_fax,5,system(rm ${FAXFILE} ${FAX...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...: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 application/pdf --file ${FAXFILE}.pdf) exten => in_fax,5,system(rm ${FAXFILE} ${FAX...
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