aboutsummaryrefslogtreecommitdiffstats
path: root/configs/meetme.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 23:19:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 23:19:30 +0000
commit9c77ba7054469eeb54b9b572795b6b90f8f17adf (patch)
tree15c046b2e6a45b6a38de35acb2ffa457e633aaa5 /configs/meetme.conf.sample
parent28133cd31b175ba7fd6524accef381b86daa2148 (diff)
issues #3599 and #4252
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7033 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/meetme.conf.sample')
-rwxr-xr-xconfigs/meetme.conf.sample11
1 files changed, 10 insertions, 1 deletions
diff --git a/configs/meetme.conf.sample b/configs/meetme.conf.sample
index b47ed0f2c..308ec0772 100755
--- a/configs/meetme.conf.sample
+++ b/configs/meetme.conf.sample
@@ -2,6 +2,16 @@
; Configuration file for MeetMe simple conference rooms for Asterisk of course.
;
; This configuration file is read every time you call app meetme()
+
+[general]
+;audiobuffers=32 ; The number of 20ms audio buffers to be used
+ ; when feeding audio frames from non-Zap channels
+ ; into the conference; larger numbers will allow
+ ; for the conference to 'de-jitter' audio that arrives
+ ; at different timing than the conference's timing
+ ; source, but can also allow for latency in hearing
+ ; the audio from the speaker. Minimum value is 2,
+ ; maximum value is 32.
;
[rooms]
;
@@ -9,4 +19,3 @@
;
;conf => 1234
;conf => 2345,9938
-