[svn-commits] oej: branch oej/iaxtrunkfix-1.2 r44780 - in
/team/oej/iaxtrunkfix-1.2: ./ con...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Oct 10 02:48:04 MST 2006
Author: oej
Date: Tue Oct 10 04:48:04 2006
New Revision: 44780
URL: http://svn.digium.com/view/asterisk?rev=44780&view=rev
Log:
Add some documentation
Modified:
team/oej/iaxtrunkfix-1.2/CREDITS
team/oej/iaxtrunkfix-1.2/configs/iax.conf.sample
Modified: team/oej/iaxtrunkfix-1.2/CREDITS
URL: http://svn.digium.com/view/asterisk/team/oej/iaxtrunkfix-1.2/CREDITS?rev=44780&r1=44779&r2=44780&view=diff
==============================================================================
--- team/oej/iaxtrunkfix-1.2/CREDITS (original)
+++ team/oej/iaxtrunkfix-1.2/CREDITS Tue Oct 10 04:48:04 2006
@@ -87,6 +87,8 @@
Steve Murphy - privacy support
Claude Patry - bug fixes, feature enhancements, and bug marshalling
cpatry at gmail.com
+Morten R. Reistad, Voop AS - IAX2 trunking MTU patch
+
=== OTHER CONTRIBUTIONS ===
John Todd - Monkey sounds and associated teletorture prompt
Modified: team/oej/iaxtrunkfix-1.2/configs/iax.conf.sample
URL: http://svn.digium.com/view/asterisk/team/oej/iaxtrunkfix-1.2/configs/iax.conf.sample?rev=44780&r1=44779&r2=44780&view=diff
==============================================================================
--- team/oej/iaxtrunkfix-1.2/configs/iax.conf.sample (original)
+++ team/oej/iaxtrunkfix-1.2/configs/iax.conf.sample Tue Oct 10 04:48:04 2006
@@ -157,6 +157,13 @@
; also support this feature, although they do not also need to have it enabled.
;
; trunktimestamps=yes
+
+; 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
+; trunkmtu = 0
;
; Minimum and maximum amounts of time that IAX peers can request as
; a registration expiration interval (in seconds).
More information about the svn-commits
mailing list