Faxdetect Timeout Configuration
Hello,
We see there is addition of a faxdetect_timeout option and fix for FAXOPT(faxdetect) noted in the Asterisk 13 change log:
https://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/asterisk-certified-13.8-cert2-summary.html
Would anyone be able to tell us how to configure this option for calls arriving via chan_sip? Is it just a matter of setting the FAXOPT(faxdetect)
variable in the dialplan? What we’d like to do is restrict fax detection to the first N seconds of a call.
Thanks very much for any advice,
2 thoughts on - Faxdetect Timeout Configuration
A 30,000 ft peek suggests you’re out of luck unless you switch to pjsip:
-ws10::sedwards:~$ rgrep -l faxdetect_timeout /usr/src/asterisk-17.4.0/
/usr/src/asterisk-17.4.0/CHANGES
/usr/src/asterisk-17.4.0/ChangeLog
/usr/src/asterisk-17.4.0/channels/chan_dahdi.c
/usr/src/asterisk-17.4.0/channels/chan_dahdi.h
/usr/src/asterisk-17.4.0/channels/chan_misdn.c
/usr/src/asterisk-17.4.0/channels/chan_pjsip.c
/usr/src/asterisk-17.4.0/channels/misdn/chan_misdn_config.h
/usr/src/asterisk-17.4.0/channels/misdn_config.c
/usr/src/asterisk-17.4.0/configs/samples/chan_dahdi.conf.sample
/usr/src/asterisk-17.4.0/include/asterisk/res_fax.h
/usr/src/asterisk-17.4.0/include/asterisk/res_pjsip.h
/usr/src/asterisk-17.4.0/res/res_fax.c
/usr/src/asterisk-17.4.0/res/res_pjsip/pjsip_configuration.c
—
Thanks in advance,
————————————————————————-
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281
—
Hi Steve,
Thanks for that. Perhaps the change to res_fax might help us? I’m hoping someone can say whether or not for sure.