From 6b11ab9b13141b94402e953c33feebcc2e81f542 Mon Sep 17 00:00:00 2001 From: oej Date: Wed, 25 Oct 2006 14:26:22 +0000 Subject: Ok, second attempt... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46199 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/iax.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs') 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 -- cgit v1.2.3