]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Add faxdetect_timeout option. 94/3294/1
authorRichard Mudgett <rmudgett@digium.com>
Mon, 18 Jul 2016 21:16:56 +0000 (16:16 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 21 Jul 2016 22:53:49 +0000 (17:53 -0500)
commitc03e27c1c8954c6ec287d28f1d2a3b26abaa7855
tree75408ce091cb3f2e517819628cf246af112e631f
parentd11731ac2f0af8097e6ec438743af5db28628cd1
chan_dahdi: Add faxdetect_timeout option.

The new option allows the channel driver's faxdetect 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.

* Don't clear dsp_features after passing them to the dsp code in
my_pri_ss7_open_media().  We should still remember them especially for the
new faxdetect_timeout option.

ASTERISK-26214
Reported by: Richard Mudgett

Change-Id: Ieffd3fe788788d56282844774365546dce8ac810
CHANGES
channels/chan_dahdi.c
channels/chan_dahdi.h
configs/samples/chan_dahdi.conf.sample