X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=configs%2Fmeetme.conf.sample;h=75fa53680645d7521469b637dfb40a9eafdb7ea9;hp=f13947b9f176d80a3e7f5d3ae8cbd28de30ee179;hb=f10caa95004188d62a181be6e91cd898654adb51;hpb=a4cb6c34d3eb80ed6e518d0e0b2146b08eb69468 diff --git a/configs/meetme.conf.sample b/configs/meetme.conf.sample old mode 100755 new mode 100644 index f13947b..75fa536 --- a/configs/meetme.conf.sample +++ b/configs/meetme.conf.sample @@ -1,9 +1,46 @@ ; -; Configuration file for MeetMe simple conference rooms -; for Asterisk of course. +; Configuration file for MeetMe simple conference rooms for Asterisk of course. +; +; This configuration file is read every time you call the MeetMe application +; unless a dynamic conference is referenced. + +[general] +;audiobuffers=32 ; The number of 20ms audio buffers to be used + ; when feeding audio frames from non-DAHDI 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. +; +; Conferences may be scheduled from realtime? +;schedule=yes +; +; Update realtime when members login/out of the conference +;logmembercount=no +; +; How much earlier than the start time should we allow participants to +; join the conference (in seconds)? +;fuzzystart=300 +; +; If the participants join too early, how much time should we allow +; to tell them that they've joined too early, rather than telling them +; the conference simply doesn't exist (in seconds)? +;earlyalert=3600 +; +; How many seconds before the scheduled end of the conference should +; the participants be warned? +;endalert=120 ; [rooms] ; -; Usage is conf => confno +; Usage is conf => confno[,pin][,adminpin] +; +; Note that once a participant has called the conference, a change to the pin +; number done in this file will not take effect until there are no more users +; in the conference and it goes away. When it is created again, it will have +; the new pin number. ; ;conf => 1234 +;conf => 2345,9938