mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 14:28:24 +00:00
Document the changes made earlier today to meetme
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -179,6 +179,11 @@ MeetMe Changes
|
|||||||
This is a very useful feature in combination with the 'X' option to ChanSpy.
|
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
|
* Added 'C' option to Meetme which causes a caller to continue in the dialplan
|
||||||
when kicked out.
|
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
|
Music On Hold Changes
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
@@ -13,6 +13,25 @@
|
|||||||
; the audio from the speaker. Minimum value is 2,
|
; the audio from the speaker. Minimum value is 2,
|
||||||
; maximum value is 32.
|
; 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]
|
[rooms]
|
||||||
;
|
;
|
||||||
; Usage is conf => confno[,pin][,adminpin]
|
; Usage is conf => confno[,pin][,adminpin]
|
||||||
|
|||||||
Reference in New Issue
Block a user