[Home]

Summary:ASTERISK-17423: [regression] contrib/scripts/meetme.sql doesn't contain all fields
Reporter:Maciej Krajewski (jamicque)Labels:
Date Opened:2011-02-17 10:26:24.000-0600Date Closed:2012-01-20 13:19:36.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Changes made in Issue number 0015493 are no longer available in 1.6.2 branch.
Also new fields are not described in any config file.
Comments:By: Maciej Krajewski (jamicque) 2011-02-17 10:27:28.000-0600

I suppose the files should look lie this:
CREATE TABLE `meetme` (
 `confno` char(80) NOT NULL default '0',
 `starttime` datetime NOT NULL default '0000-00-00 00:00:00',
 `endtime` datetime NOT NULL default '2099-12-31 23:59:59' ,
 `pin` char(20) default NULL,
 `opts` char(100) default NULL,
 `adminpin` char(20) default NULL,
 `adminopts` char(100) default NULL,
 `members` int(11) NOT NULL default '0',
 `maxusers` int(11) NOT NULL default '0',
 PRIMARY KEY  (`confno`,`starttime`)
);

By: Matt Jordan (mjordan) 2012-01-20 13:19:28.901-0600

The schema for the meetme database table for mysql is still provided with Asterisk; the location was changed to:

contrib/realtime/mysql/meetme.sql