summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2009-06-26 19:27:24 +0000
committerJoshua Colp <jcolp@digium.com>2009-06-26 19:27:24 +0000
commit59c1998d67ecd9c2ade02c288aaef7596fcdfd4a (patch)
tree7d14c88d204bd105f7d39b32a5bf704bb486d3d6 /configs
parent5ebf0f3c501f4f4f3801efd3b6e9b72e889b4100 (diff)
Improve T.38 negotiation by exchanging session parameters between application and channel.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample9
1 files changed, 6 insertions, 3 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 08089d927..245f87145 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -463,11 +463,14 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; This has to be enabled in the general section for all devices to work. You can then
; disable it on a per device basis.
;
-; T.38 faxing only works in SIP to SIP calls, with no local or agent channel being used.
+; T.38 faxing only works in SIP to SIP calls. It defaults to off.
;
-; t38pt_udptl = yes ; Default false
+; t38pt_udptl = yes ; Enables T.38 with FEC error correction.
+; t38pt_udptl = yes,fec ; Enables T.38 with FEC error correction.
+; t38pt_udptl = yes,redundancy ; Enables T.38 with redundancy error correction.
+; t38pt_udptl = yes,none ; Enables T.38 with no error correction.
;
-; Fax Detect will cause the SIP channel to jump to the 'fax' extension (if it exists)
+; Faxs Detect will cause the SIP channel to jump to the 'fax' extension (if it exists)
; after T.38 is successfully negotiated.
;
; faxdetect = yes ; Default false