[asterisk-users] Sending Fax Dialplan with Retry Attempt
Zoelhairi
zoelhairi at yahoo.co.id
Mon Dec 19 08:47:57 CST 2011
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)}" = "NO_ERROR"]?FaxStop:RetryAttempt3)
Thanks
ZH
Sent from Samsung Mobile
Stefan Schmidt <sst at sil.at> wrote:
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 once and it only retry if the Sending Status has Error in it.
>
>
>
> Here is the dialplan :
> exten => s,n,GotoIf($["${FAXOPT(error)}" = "NO_ERROR"]?FaxStop:RetryAttempt2)
>
> ;===================== The Call Stop Here … L
hello,
you dont have RetryAttempt2 in your dialplan maybe thats why it stops.
best regards
Stefan
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111219/48b1e0f0/attachment.htm>
More information about the asterisk-users
mailing list