summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-02-17 22:03:56 +0000
committerSean Bright <sean@malleable.com>2012-02-17 22:03:56 +0000
commit3816fdde94216189e9bbe956a2ec520d8f2c62fa (patch)
tree3f61f565e02b2e386cf022074f1ac6a515707e28 /configs
parenta93fbe2ad5d4a30c538b62efa4439d270e1cf862 (diff)
Don't allow trunkfreq to be greater than 1000ms.
........ Merged revisions 355793 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 355794 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@355795 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/iax.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 2f5858e95..a717a8575 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -189,7 +189,8 @@ forcejitterbuffer=no
; increasing the time between sending trunk messages, the trunk's payload size will increase as
; well. Note, depending on the size set by trunkmtu, messages may be sent more often than
; specified. For example if a trunk's message size grows to the trunkmtu size before 20ms is
-; reached that message will be sent immediately.
+; reached that message will be sent immediately. Acceptable values are between 10ms and
+; 1000ms.
;
; trunkfreq=20 ; How frequently to send trunk msgs (in ms). This is 20ms by default.