summaryrefslogtreecommitdiff
path: root/configs/samples/res_fax.conf.sample
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2015-01-09 14:53:09 +0000
committerKinsey Moore <kmoore@digium.com>2015-01-09 14:53:09 +0000
commit77ee23210d40dbbdbb9be6836be6f716af88a54c (patch)
tree7ce1973e4b9e81a33ffafef808296d02d70e2a41 /configs/samples/res_fax.conf.sample
parent8786fe13a4c0e78edd6dea5337ec47b96168a496 (diff)
res_fax: Add T.38 negotiation timeout option
This change makes the T.38 negotiation timeout configurable via 't38timeout' in res_fax.conf or FAXOPT(t38timeout). It was previously hard coded to be 5000 milliseconds. This change also handles T.38 switch failures by aborting the fax since in the case where this can happen, both sides have agreed to switch to T.38 and Asterisk is unable to do so. Review: https://reviewboard.asterisk.org/r/4320/ ........ Merged revisions 430415 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 430416 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/samples/res_fax.conf.sample')
-rw-r--r--configs/samples/res_fax.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/samples/res_fax.conf.sample b/configs/samples/res_fax.conf.sample
index dfaa4ce93..022a23aad 100644
--- a/configs/samples/res_fax.conf.sample
+++ b/configs/samples/res_fax.conf.sample
@@ -26,3 +26,7 @@ statusevents=yes
; Enable/disable T.30 ECM (error correction mode) by default.
; Default: Enabled
;ecm=yes
+
+; T.38 Negotiation Timeout in milliseconds
+; Default: 5000
+t38timeout=5000