asterisk/meetme.conf

Fri, 15 Oct 2010 18:46:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 18:46:25 +0200
changeset 261
4f973c756446
permissions
-rw-r--r--

Update copyright, file server URL, modify doc and link logic.
Now documentation is installed by default to the correct path,
and QtCreator links against Qt shared libraries instead of Qt
static libraries. This unfortunate change supports Nokia's
unfortunate decision to poorly support static linking in Qt.

     1 ;
     2 ; Configuration file for MeetMe simple conference rooms for Asterisk of course.
     3 ;
     4 ; This configuration file is read every time you call app meetme()
     6 ;[general]
     7 ;audiobuffers=32	; The number of 20ms audio buffers to be used
     8 			; when feeding audio frames from non-Zap channels
     9 			; into the conference; larger numbers will allow
    10 			; for the conference to 'de-jitter' audio that arrives
    11 			; at different timing than the conference's timing
    12 			; source, but can also allow for latency in hearing
    13 			; the audio from the speaker. Minimum value is 2,
    14 			; maximum value is 32.
    15 ;
    16 ;[rooms]
    17 ;
    18 ; Usage is conf => confno[,pin][,adminpin]	
    19 ;
    20 ; Note that once a participant has called the conference, a change to the pin
    21 ; number done in this file will not take effect until there are no more users
    22 ; in the conference and it goes away.  When it is created again, it will have
    23 ; the new pin number.
    24 ;
    25 ;conf => 1234 
    26 ;conf => 2345,9938

mercurial