[asterisk-commits] tilghman: trunk r86195 - in /trunk: CHANGES configs/meetme.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Oct 17 15:42:20 CDT 2007


Author: tilghman
Date: Wed Oct 17 15:42:20 2007
New Revision: 86195

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86195
Log:
Document the changes made earlier today to meetme

Modified:
    trunk/CHANGES
    trunk/configs/meetme.conf.sample

Modified: trunk/CHANGES
URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=86195&r1=86194&r2=86195
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Wed Oct 17 15:42:20 2007
@@ -179,6 +179,11 @@
      This is a very useful feature in combination with the 'X' option to ChanSpy.
   * Added 'C' option to Meetme which causes a caller to continue in the dialplan
      when kicked out.
+  * Added new RealTime functionality to provide support for scheduled conferencing.
+     This includes optional messages to the caller if they attempt to join before
+     the schedule start time, or to allow the caller to join the conference early.
+     Also included is optional support for limiting the number of callers per
+     RealTime conference.
 
 Music On Hold Changes
 ---------------------

Modified: trunk/configs/meetme.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/meetme.conf.sample?view=diff&rev=86195&r1=86194&r2=86195
==============================================================================
--- trunk/configs/meetme.conf.sample (original)
+++ trunk/configs/meetme.conf.sample Wed Oct 17 15:42:20 2007
@@ -13,6 +13,25 @@
 			; the audio from the speaker. Minimum value is 2,
 			; maximum value is 32.
 ;
+; Conferences may be scheduled from realtime?
+;schedule=yes
+;
+; Update realtime when members login/out of the conference
+;logmembercount=no
+;
+; How much earlier than the start time should we allow participants to
+; join the conference (in seconds)?
+;fuzzystart=300
+;
+; If the participants join too early, how much time should we allow
+; to tell them that they've joined too early, rather than telling them
+; the conference simply doesn't exist (in seconds)?
+;earlyalert=3600
+;
+; How many seconds before the scheduled end of the conference should
+; the participants be warned?
+;endalert=120
+;
 [rooms]
 ;
 ; Usage is conf => confno[,pin][,adminpin]	




More information about the asterisk-commits mailing list