aboutsummaryrefslogtreecommitdiffstats
path: root/configs/misdn.conf.sample
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-07 13:34:59 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-07 13:34:59 +0000
commit8e35b8224f238c143b1974727bdc10397951accf (patch)
treece3504bd29c96d1a8e8b5dad5a3a4d18b28c62d9 /configs/misdn.conf.sample
parente1b3561cab4d2bca0d92e0452632ab2e5e68cc79 (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: http://svn.digium.com/svn/asterisk/trunk@9186 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/misdn.conf.sample')
-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]