[asterisk-users] Sending Fax Dialplan with Retry Attempt

2011-12-19 Thread Zoel Hairi
Hello All, I have a problem with Fax For Asterisk, the Successful Rate when sending Fax are very Low especially when we send the Fax just once. Now I’m trying to modify the dialplan so it will keep trying to send the fax for maximum 5 times at once and it only retry if the Sending Status

Re: [asterisk-users] Sending Fax Dialplan with Retry Attempt

2011-12-19 Thread Stefan Schmidt
Am 19.12.11 14:26, schrieb Zoel Hairi: Hello All, I have a problem with Fax For Asterisk, the Successful Rate when sending Fax are very Low especially when we send the Fax just once. Now I’m trying to modify the dialplan so it will keep trying to send the fax for maximum 5 times at

Re: [asterisk-users] Sending Fax Dialplan with Retry Attempt

2011-12-19 Thread Zoelhairi
sorry. i put the wrong the dialplan. it already RetryAttempt2 in it.  exten = s,n(RetryAttempt3),Wait(6) exten = s,n,NoOp( SENDING FAX RETRY ATTEMPT 2 : ${FAXFILE} : ${FAXOPT(error)} ) exten = s,n,SendFAX(${FAXFILE}) ;zoel : Add Retry Attempt 3 exten = s,n,GotoIf($[${FAXOPT(error)} =

Re: [asterisk-users] Sending Fax Dialplan with Retry Attempt

2011-12-19 Thread Zoel Hairi
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Stefan Schmidt Sent: Monday, December 19, 2011 8:32 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Sending Fax

Re: [asterisk-users] Sending Fax Dialplan with Retry Attempt

2011-12-19 Thread Zoel Hairi
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Zoel Hairi Sent: Monday, December 19, 2011 11:21 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Sending Fax

[asterisk-users] sending fax using chan_capi

2011-09-23 Thread Ahmed Munir
Hi, I tried to sendfax a text file, it was received successfully and the context were in ascii format (readable form). As I tried to send a fax in .tiff format (converted from pdf format using ghostscript), the context I received in fax is in binary form. The dial plan is listed below; exten =

[asterisk-users] sending fax with chan-capi

2006-10-11 Thread Klaus Darilion
Hi! Has someone ever used the sendfax option of new chan-capi to send fax? I need some help regarding the sff format: How can I generate sff format? I found sfftobmp, not nothing the other way round. Is there a nice way to get the sff out of an Windows application (like virtual printers

Re: [asterisk-users] sending fax with chan-capi

2006-10-11 Thread Jens Vagelpohl
How can I generate sff format? I found sfftobmp, not nothing the other way round. You can use ghostscript: gs -dNOPAUSE -dBATCH -sDEVICE=cfax -sOutputFile=output.sff input.ps Is there a nice way to get the sff out of an Windows application (like virtual printers for hylafax) or at least

Re: [asterisk-users] sending fax with chan-capi

2006-10-11 Thread Klaus Darilion
Hi Jens! Thanks for the script. Do you generate and notifications (succeeded, failed) or retransmit in case of failed sending? Or does that CAPI internally? regards klaus Jens Vagelpohl wrote: How can I generate sff format? I found sfftobmp, not nothing the other way round. You can use

Re: [asterisk-users] sending fax with chan-capi

2006-10-11 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Klaus, The incoming fax script will generate an email with the fax attached, and there is another script, sendfax_status.py, which is run as a DeadAGI after the outgoing fax has been sent, it retrieves status information and sends it to a

[Asterisk-Users] Sending Fax on local host using IAXmodem

2006-06-08 Thread sanchal . singh
Hi, I am in a problem. Can anybody help me out. I have established connection using hyperterminal through IAXsoft modem using asterisk PBX. I have done the following settings in the configuraion files of asterisk. 1) iax.conf file: [iaxmodem] type=friend

Re: [Asterisk-Users] sending fax

2005-09-09 Thread Tzafrir Cohen
On Thu, Sep 08, 2005 at 06:42:49PM -0500, Chris Shipman wrote: I started working on a program using Ghostscript and Redmon to generate the tif in windows by a printer. So far I am using FTP to transfer the tiff and call file. At least until I figure something better out. Why don't you

Re: [Asterisk-Users] sending fax

2005-09-09 Thread Il Neofita
HI Chris I am interested, I would like to know how I can have the opportunity to test your program. On 9/9/05, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Thu, Sep 08, 2005 at 06:42:49PM -0500, Chris Shipman wrote: I started working on a program using Ghostscript and Redmon to generate the tif in

Re: [Asterisk-Users] sending fax

2005-09-09 Thread Chris
I'm not writing a printer driver so I probably couldn't use the idea. I've always disabled CUPS. Regards, Chris - Original Message - From: Tzafrir Cohen [EMAIL PROTECTED] To: asterisk-users@lists.digium.com Sent: Friday, September 09, 2005 1:04 AM Subject: Re: [Asterisk-Users

[Asterisk-Users] sending fax

2005-09-09 Thread Chris
It seems that using AstFax would mean that you would have to have a dedicated email server for faxing. AstFax expects the number in the email address.So all emails would have to be piped to the program. Which maybe fine in some circumstances. Am I wrong? regards,

[Asterisk-Users] sending fax....i'm in trouble !

2005-09-08 Thread Michele \O-Zone\ Pinassi
hi all, i've this problem with app_txfax. Here's the log of the error: Sep 8 13:28:55 VERBOSE[10750]: -- Attempting call on Zap/g1/2430 for application txfax(/var/tmp/ast_fax-1126178934.10240.1804289383.0|caller) (Retry 1) Sep 8 13:28:55 DEBUG[10750]: Using channel 3 Sep 8 13:28:55

Re: [Asterisk-Users] sending fax

2005-09-08 Thread Chris Shipman
] To: asterisk-users@lists.digium.com Sent: Monday, September 05, 2005 2:04 PM Subject: Re: [Asterisk-Users] sending fax Hi Chris, Hi Arne, Am 5.9.2005 schrieb Chris Shipman [EMAIL PROTECTED]: I've seen some programs that install as a printer and create an image. However this would

Re: [Asterisk-Users] sending fax

2005-09-08 Thread Chris Shipman
Thanks, but I can't read Spanish. Chris - Original Message - From: Il Neofita To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Monday, September 05, 2005 2:14 PM Subject: Re: [Asterisk-Users] sending fax Hi,I found on a forum a script

RE: [Asterisk-Users] sending fax

2005-09-08 Thread Wiley Siler
Google can translate if that helps... w From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris ShipmanSent: Thursday, September 08, 2005 4:44 PMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: [Asterisk-Users] sending fax Thanks, but I can't read

Re: [Asterisk-Users] sending fax

2005-09-08 Thread Matthew Gibson
Sorry to interrupt :) But I believe what you guys are searching for lays here: http://www.inter7.com/?page=astfax Thanks, Matt Wiley Siler wrote: Google can translate if that helps... w ___ --Bandwidth and Colocation sponsored by

Re: [Asterisk-Users] sending fax

2005-09-08 Thread Il Neofita
The site is in italian, and you need to register your self in order to download the script. The script is in perl and you need to start in order to simulate the hylafax daemon after that you can use WHFC On 9/8/05, Matthew Gibson [EMAIL PROTECTED] wrote: Sorry to interrupt :)But I believe what you

Re: [Asterisk-Users] sending fax

2005-09-08 Thread Chris Shipman
: Thursday, September 08, 2005 7:55 PM Subject: Re: [Asterisk-Users] sending fax Sorry to interrupt :) But I believe what you guys are searching for lays here: http://www.inter7.com/?page=astfax Thanks, Matt Wiley Siler wrote: Google can translate if that helps... w

SV: [Asterisk-Users] sending fax

2005-09-05 Thread Arne Morten Johansen
What about faxing yourself if you don't have a scanner? -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Johan van Tongeren Sendt: 5. september 2005 09:11 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: RE: [Asterisk-Users] sending fax

Re: [Asterisk-Users] sending fax

2005-09-05 Thread Chris Shipman
] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Monday, September 05, 2005 6:27 AM Subject: SV: [Asterisk-Users] sending fax What about faxing yourself if you don't have a scanner? -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto

Re: [Asterisk-Users] sending fax

2005-09-05 Thread Harald Klein
- From: Arne Morten Johansen [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Monday, September 05, 2005 6:27 AM Subject: SV: [Asterisk-Users] sending fax What about faxing yourself if you don't have a scanner? -Opprinnelig

Re: [Asterisk-Users] sending fax

2005-09-05 Thread Il Neofita
-users@lists.digium.comSent: Monday, September 05, 2005 6:27 AM Subject: SV: [Asterisk-Users] sending fax What about faxing yourself if you don't have a scanner? -Opprinnelig melding- Fra: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]] På vegne av Johan vanTongeren Sendt: 5. september 2005 09

[Asterisk-Users] sending fax

2005-09-04 Thread Chris Shipman
I've read alot on the wiki about sending and receiving faxes thru asterisk. I've gotten the receive to work great.My question is how does one send a fax? I see lots of instructions about how to send the image to asterisk by email, etc. The problem is how does one make the image of the