aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-26 19:38:10 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-26 19:38:10 +0000
commit60166aa61e8192bad7c31bb630b0aa3bab08c91b (patch)
treeb03074e196dd40377e3acc1c206083fd25b3cbc0 /configs
parentd231bd166624089a6304bc33f58384d6fd5d82c8 (diff)
Merged revisions 203699 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r203699 | file | 2009-06-26 16:27:24 -0300 (Fri, 26 Jun 2009) | 2 lines Improve T.38 negotiation by exchanging session parameters between application and channel. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@203705 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index f0ccd4331..7a43598d4 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -431,9 +431,13 @@ 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)
; after T.38 is successfully negotiated.