summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-10-25 14:26:22 +0000
committerOlle Johansson <oej@edvina.net>2006-10-25 14:26:22 +0000
commitc30f1d12c504a8f96d6773ce2dbae8327d140b7a (patch)
treefa57e4671eb35233b69d30d81ae7499de4da5fcd /configs/iax.conf.sample
parent307e310dee42676a94b0ea4c4821a2eb661d9333 (diff)
Ok, second attempt...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46199 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-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 234d18e9e..adb9f02a5 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -156,7 +156,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