aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-18 21:14:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-18 21:14:15 +0000
commitc61117b370a809a88e79d3e64b1c65848f5fc282 (patch)
tree174e7d98ac25b2d4f7fe2ea4d988326c57c3239a /configs
parent64f666bdcb2403922ba264a93b7c95bde6095e25 (diff)
Add support for setting the maximum trunk size for IAX2 trunking
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@86371 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/iax.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index d9c613bfc..c8b12fae5 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -152,7 +152,16 @@ forcejitterbuffer=no
; minregexpire = 60
; maxregexpire = 60
;
+; With a large amount of traffic on IAX2 trunks, there is a risk of bad voice quality due to
+; the fact that the IAX2 trunking scheme depends on the Linux system to handle fragmentation of
+; UDP packets. This may not be very efficient.
+; This setting sets the maximum transmission unit for IAX2 UDP trunking.
+; default is 1240 bytes. Zero disables this functionality and let's the O/S handle fragmentation.
+;
+; trunkmtu = 0
+;
; IAX helper threads
+
; Establishes the number of iax helper threads to handle I/O.
; iaxthreadcount = 10
; Establishes the number of extra dynamic threads that may be spawned to handle I/O