I changed the "SendFAX" line in the "[outboundfax]" context so the outbound fax
can reinvite when remote does not. As per Asterisk 1.8 documentation:
From:
exten => s,n,SendFAX(${FAXFILE},d)
To:
exten => s,n,SendFAX(${FAXFILE},dz)
SendFAX options
d - Enable FAX debugging.
f - Allow audio fallback FAX transfer on T.38 capable channels.
s - Send progress Manager events (overrides statusevents setting in res_fax.conf).
z - Initiate a T.38 reinvite on the channel if the remote end does not.
Original issue reported on code.google.com by daniel.s...@gmail.com on 27 Mar 2012 at 1:02
Original issue reported on code.google.com by
daniel.s...@gmail.com
on 27 Mar 2012 at 1:02