[asterisk-users] Sending Fax Dialplan with Retry Attempt

Stefan Schmidt sst at sil.at
Mon Dec 19 07:32:21 CST 2011


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



More information about the asterisk-users mailing list