]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add fax_detect_timeout endpoint option. 35/3235/1
authorRichard Mudgett <rmudgett@digium.com>
Sat, 16 Jul 2016 01:44:52 +0000 (20:44 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 19 Jul 2016 15:32:14 +0000 (10:32 -0500)
commit851b1c3a177e06660aeeb92b29a0d3e267ddb61b
tree50a081207f283aaab365c3d3f6b41bb9c430e4f1
parent962c7ef5d91c546794313e01b4c264efdf3d1ead
res_pjsip: Add fax_detect_timeout endpoint option.

The new endpoint option allows the PJSIP channel driver's fax_detect
endpoint option to timeout on a call after the specified number of
seconds into a call.  The new feature is disabled if the timeout is set
to zero.  The option is disabled by default.

ASTERISK-26214
Reported by: Richard Mudgett

Change-Id: Id5a87375fb2c4f9dc1d4b44c78ec8735ba65453d
CHANGES
channels/chan_pjsip.c
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/4a6c67fa9b7a_add_fax_detect_timeout_option.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_session.h
main/channel.c
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c