asterisk/meetme.conf

changeset 202
f29abea29121
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asterisk/meetme.conf	Mon Apr 27 12:19:05 2009 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +;
     1.5 +; Configuration file for MeetMe simple conference rooms for Asterisk of course.
     1.6 +;
     1.7 +; This configuration file is read every time you call app meetme()
     1.8 +
     1.9 +;[general]
    1.10 +;audiobuffers=32	; The number of 20ms audio buffers to be used
    1.11 +			; when feeding audio frames from non-Zap channels
    1.12 +			; into the conference; larger numbers will allow
    1.13 +			; for the conference to 'de-jitter' audio that arrives
    1.14 +			; at different timing than the conference's timing
    1.15 +			; source, but can also allow for latency in hearing
    1.16 +			; the audio from the speaker. Minimum value is 2,
    1.17 +			; maximum value is 32.
    1.18 +;
    1.19 +;[rooms]
    1.20 +;
    1.21 +; Usage is conf => confno[,pin][,adminpin]	
    1.22 +;
    1.23 +; Note that once a participant has called the conference, a change to the pin
    1.24 +; number done in this file will not take effect until there are no more users
    1.25 +; in the conference and it goes away.  When it is created again, it will have
    1.26 +; the new pin number.
    1.27 +;
    1.28 +;conf => 1234 
    1.29 +;conf => 2345,9938

mercurial