summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-02-07 13:34:59 +0000
committerChristian Richter <christian.richter@beronet.com>2006-02-07 13:34:59 +0000
commitb42dd639eedf8b41fa3aef9a21adf3893599711d (patch)
treece3504bd29c96d1a8e8b5dad5a3a4d18b28c62d9 /configs
parent8d8aa07407db7eaf5bbf9283b866655f247380c1 (diff)
default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/misdn.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index b3f82b645..0dba62195 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -258,7 +258,7 @@ jitterbuffer=1000
;
; change this threshold to enable dejitter functionality
;
-jitterbuffer_upper_threshold=0
+jitterbuffer_upper_threshold=600
[intern]