Hello
my current test is to send a fax to an analog fax (# is 5656) using the
Asterisk spooler.

I created this file which I copied into /var/spool/asterisk/outgoing
directory:

# fax_out.call
Channel: Zap/4/5656
MaxRetries: 50
RetryTime: 60
WaitTime: 45
Application: txfax
Data: /tmp/test.tif|caller


The fax was successfully sent, immediately. But after this successfully
sending, Asterisk keeps retrying to send this file. The fax_out.call file do
not disappear from the spool directory, but some messages are added to the
end of the .call file, like this:

Channel: Zap/4/5656
MaxRetries: 50
RetryTime: 60
WaitTime: 45
Application: txfax
Data: /tmp/test.tif|caller


StartRetry: 13740 1 (1189086695)

DelayedRetry: 13740 0 (1189086756)

DelayedRetry: 13740 0 (1189086817)
....



Any idea how to correct that?
The fact that the call file is removed from the spool/outgoing directory,
does it automatically means that the sending was successful?

_Pirlouwi
_______________________________________________

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to