I'm using autodial in conjuction with TxFax to send faxes on demand. An home made application generates the call file and puts it in the outgoing spool, the file is like this: Channel:Zap/g1/1232314324 MaxRetries:0 RetryTime:60 WaitTime:20 Context:faxout Extension:s SetVar:FAX_FILE=/shared/awfax/test.tif the extension called is this: [faxout] exten => s,1,TxFax(/shared/awfax/test.tif|caller) exten => s,2,Hangup My problem is that if asterisk can't connect to the called end then it doesn't go to the extension, so i am unable to report the error if the called end does not respond, does not exist or refuse the call. Is there some trick (or an elegant solution as well) to solve this problem? ciao