aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-14 20:22:27 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-14 20:22:27 +0000
commita65f942f24ec7f5ec38c198911a8cb03c9557705 (patch)
tree1329ca09646b8a58ddb3ccc20ba4c5e92a64ab72 /contrib
parent761a24f453980947dc9b3a76465bb7522b56442e (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.0@206585 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/meetme.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/scripts/meetme.sql b/contrib/scripts/meetme.sql
index 334d9ba57..26998c848 100644
--- a/contrib/scripts/meetme.sql
+++ b/contrib/scripts/meetme.sql
@@ -9,8 +9,12 @@ CREATE TABLE meetme (
endtime datetime NULL,
-- PIN to enter the conference, if any
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
adminpin char(20) NULL,
+ -- Options to associate with administrator users of the conference
+ adminopts char(100) NULL,
-- Current count of conference participants
members integer DEFAULT 0 NOT NULL,
-- Maximum conference participants allowed concurrently