[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "t38udptl" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Sep 21 11:09:58 CDT 2011
branch "t38udptl" has been updated
via 70cfc83819cabea178bc31164e2667d5490c1e85 (commit)
from eed77ce1acd136d75a485f792e7733f0853a0ae0 (commit)
Summary of changes:
config/Sip.config | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 70cfc83819cabea178bc31164e2667d5490c1e85
Author: Joshua Colp <jcolp at digium.com>
Date: Wed Sep 21 13:16:29 2011 -0300
Document how to enable T.38 UDPTL support.
diff --git a/config/Sip.config b/config/Sip.config
index ac8e349..fdbd23e 100644
--- a/config/Sip.config
+++ b/config/Sip.config
@@ -79,6 +79,18 @@ direction=both
securetransport=none
# Whether to use IPv6 for media transport or not
rtpoveripv6=no
+# Whether to use IPv6 for UDPTL transport or not
+udptloveripv6=no
# Allowable media formats for the endpoint. Each format is separated using , and follows the format
# <name>/<sample rate>@<frame size>;<format specific parameters>
+#
+# If you would like to enable T.38 you can specify t38udptl here. This will enable T.38 with no overridden
+# datagram and no error correction scheme. To override the datagram add maxdatagram with a value in the format
+# specific parameters section. To enable error correction add errorcorrect with either fec, redundancy, or none
+# as the value.
+#
+# Example of T.38 with an overridden max datagram of 400: t38udptl;maxdatagram=400
+# Example of T.38 with fec error correction: t38udptl;errorcorrect=fec
+# Example of T.38 with overridden max datagram and fec error correction: t38udptl;maxdatagram=400&errorcorrect=fec
+#
formats=ulaw/8000,alaw/8000
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list