meetme.conf.sample 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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()
  5. [general]
  6. ;audiobuffers=32 ; The number of 20ms audio buffers to be used
  7. ; when feeding audio frames from non-DAHDI channels
  8. ; into the conference; larger numbers will allow
  9. ; for the conference to 'de-jitter' audio that arrives
  10. ; at different timing than the conference's timing
  11. ; source, but can also allow for latency in hearing
  12. ; the audio from the speaker. Minimum value is 2,
  13. ; maximum value is 32.
  14. ;
  15. ; Conferences may be scheduled from realtime?
  16. ;schedule=yes
  17. ;
  18. ; Update realtime when members login/out of the conference
  19. ;logmembercount=no
  20. ;
  21. ; How much earlier than the start time should we allow participants to
  22. ; join the conference (in seconds)?
  23. ;fuzzystart=300
  24. ;
  25. ; If the participants join too early, how much time should we allow
  26. ; to tell them that they've joined too early, rather than telling them
  27. ; the conference simply doesn't exist (in seconds)?
  28. ;earlyalert=3600
  29. ;
  30. ; How many seconds before the scheduled end of the conference should
  31. ; the participants be warned?
  32. ;endalert=120
  33. ;
  34. [rooms]
  35. ;
  36. ; Usage is conf => confno[,pin][,adminpin]
  37. ;
  38. ; Note that once a participant has called the conference, a change to the pin
  39. ; number done in this file will not take effect until there are no more users
  40. ; in the conference and it goes away. When it is created again, it will have
  41. ; the new pin number.
  42. ;
  43. ;conf => 1234
  44. ;conf => 2345,9938