[svn-commits] trunk - r8102 /trunk/configs/udptl.conf.sample

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Jan 16 11:05:20 MST 2006


Author: tilghman
Date: Mon Jan 16 12:05:19 2006
New Revision: 8102

URL: http://svn.digium.com/view/asterisk?rev=8102&view=rev
Log:
Bug 5090 - sample configuration for udptl packets

Added:
    trunk/configs/udptl.conf.sample

Added: trunk/configs/udptl.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/udptl.conf.sample?rev=8102&view=auto
==============================================================================
--- trunk/configs/udptl.conf.sample (added)
+++ trunk/configs/udptl.conf.sample Mon Jan 16 12:05:19 2006
@@ -1,0 +1,30 @@
+;
+; UDPTL Configuration (UDPTL is one of the transports for T.38)
+;
+[general]
+;
+; UDPTL start and UDPTL end configure start and end addresses
+;
+udptlstart=4000
+udptlend=4999
+;
+; Whether to enable or disable UDP checksums on UDPTL traffic
+;
+;udptlchecksums=no
+;
+; The error correction type to be sent
+;
+T38FaxUdpEC = t38UDPFEC
+;T38FaxUdpEC = t38UDPRedundancy
+;
+; The maximum length of a UDPTL packet
+;
+T38FaxMaxDatagram = 400
+;
+; The number of error correction entries in a UDPTL packet
+;
+udptlfecentries = 3
+;
+; The span over which parity is calculated for FEC in a UDPTL packet
+;
+udptlfecspan = 3



More information about the svn-commits mailing list