91Abdullah / webfax-ari-module

Automatically exported from code.google.com/p/webfax-ari-module
2 stars 0 forks source link

Remote end does not send a T.38 reinvite #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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