aboutsummaryrefslogtreecommitdiffstats
path: root/configs/udptl.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-16 18:05:19 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-16 18:05:19 +0000
commit2928785b7de2cbe5b245d276a9dcc85d3d65a1bf (patch)
tree7afb0e5b2efa0ba9d0d8ff1334528c726547f6f0 /configs/udptl.conf.sample
parenta1447ba85632064a15ae934728b139bea62bd267 (diff)
Bug 5090 - sample configuration for udptl packets
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8102 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/udptl.conf.sample')
-rw-r--r--configs/udptl.conf.sample30
1 files changed, 30 insertions, 0 deletions
diff --git a/configs/udptl.conf.sample b/configs/udptl.conf.sample
new file mode 100644
index 000000000..05a38d54e
--- /dev/null
+++ b/configs/udptl.conf.sample
@@ -0,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