mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Recorded merge of revisions 206567 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r206567 | tilghman | 2009-07-14 15:14:45 -0500 (Tue, 14 Jul 2009) | 6 lines Document all meetme realtime fields, and in the process, make some field lengths more consistent. (closes issue #15493) Reported by: lasko Patches: meetme.diff uploaded by lasko (license 833) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@206585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9,8 +9,12 @@ CREATE TABLE meetme (
|
|||||||
endtime datetime NULL,
|
endtime datetime NULL,
|
||||||
-- PIN to enter the conference, if any
|
-- PIN to enter the conference, if any
|
||||||
pin char(20) NULL,
|
pin char(20) NULL,
|
||||||
|
-- Options to associate with normal users of the conference
|
||||||
|
opts char(100) NULL,
|
||||||
-- PIN to enter the conference as an administrator, if any
|
-- PIN to enter the conference as an administrator, if any
|
||||||
adminpin char(20) NULL,
|
adminpin char(20) NULL,
|
||||||
|
-- Options to associate with administrator users of the conference
|
||||||
|
adminopts char(100) NULL,
|
||||||
-- Current count of conference participants
|
-- Current count of conference participants
|
||||||
members integer DEFAULT 0 NOT NULL,
|
members integer DEFAULT 0 NOT NULL,
|
||||||
-- Maximum conference participants allowed concurrently
|
-- Maximum conference participants allowed concurrently
|
||||||
|
|||||||
Reference in New Issue
Block a user