Friday, September 5, 2014

Asterisk Configuration file

Asterisk Configuration file

Asterisk config meetme.conf

Configures the Asterisk conference module, MeetMe.

Example

  ;
  ; Configuration file for MeetMe simple conference rooms
  ; for Asterisk of course.
  ;
  ; An optional 'general' section, currently with just one useful directive:
  ;[general]
  ; The number of 20ms audio buffers to be used when feeding audio frames from non-Zap 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.
  ;audiobuffers=32
  ;
  ;[rooms]
  ;
  ; Usage is conf => confno[,pincode][,adminpin]
  ;
  conf => 9000
  conf => 9001,123456
  conf => 9002,123456,654321






No comments:

Easy Way to Handle Android Notifications

Android Notifications Android Toast class provides a handy way to show users alerts but problem is that these alerts are not persist...