Parent Directory
|
Revision Log
Add Video Demo Startup Kit
1 ; The following section is used for conferences. 2 ; This section is sub-divided with each subsection defining one virtual board. 3 4 [conference] 5 ; Each subsection begins with a board name parameter. 6 ; The name takes the form "mcxBx" where x is 1..n 7 board = mcxB1 8 9 ; The id parameter is a globally unique number used by the client to identify a 10 ; conference. Multiple conferences may be defined under each board sub-section. 11 ; Its value comprises of one or more integers that identify individual 12 ; conferences to which subsequent parameters are applied. 13 ; e.g. id = 1,2,3 or id = 1-4 14 15 ; A set of conference IDs for the Animal, PIN and conference record conferences 16 id = 101,121,131 17 ; mode defines the how the conference is managed: adhoc | controlled. 18 mode = adhoc 19 ; max_parties defines the maximum number of parties in the conference. 20 max_parties = 4 21 ; layout defines the number of tiles to display: 1,4,6 or 9. 22 layout = 6 23 ; caption determines if the caller's id is overlaid on their image. 24 caption = yes 25 ; duration sets the time in milliseconds that the caption is displayed. Use 26 ; 'infinite' without the quotes to display the caption for the entire call. 27 duration = 20000 28 ; beep determines is a tone is played when a party joins/leaves a conf. 29 beep = yes 30 ; clamp_dtmf determines if dtmf digits are suppressed. 31 clamp_dtmf = yes 32 ; agc determines if automatic gain control should be used. 33 agc = yes 34 ; ec determines if echo cancellation should be used. 35 ec = yes 36 37 ; A set of IDs for controlled conferences 38 id = 111 39 ; mode defines the how the conference is managed: adhoc | controlled. 40 mode = controlled 41 ; max_parties defines the maximum number of parties in the conference. 42 max_parties = 6 43 ; layout defines the number of tiles to display: 1,4,6 or 9. 44 layout = 6 45 ; caption determines if the caller's id is overlaid on their image. 46 caption = yes 47 ; duration sets the time in milliseconds that the caption is displayed. Use 48 ; 'infinite' without the quotes to display the caption for the entire call. 49 duration = 20000 50 ; beep determines is a tone is played when a party joins/leaves a conf. 51 beep = yes 52 ; clamp_dtmf determines if dtmf digits are suppressed. 53 clamp_dtmf = yes 54 ; agc determines if automatic gain control should be used. 55 agc = yes 56 ; ec determines if echo cancellation should be used. 57 ec = yes 58 59 ; End
| No admin address has been configured | ViewVC Help |
| Powered by ViewVC 1.0.8 |