[asterisk-bugs] [Asterisk 0018828]: [regression] contrib/scripts/meetme.sql doesn't contain all fields
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Feb 17 10:27:28 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18828
======================================================================
Reported By: jamicque
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18828
Category: Applications/app_meetme
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.2.17-rc2
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-02-17 10:26 CST
Last Modified: 2011-02-17 10:27 CST
======================================================================
Summary: [regression] contrib/scripts/meetme.sql doesn't
contain all fields
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.
======================================================================
----------------------------------------------------------------------
(0132087) jamicque (reporter) - 2011-02-17 10:27
https://issues.asterisk.org/view.php?id=18828#c132087
----------------------------------------------------------------------
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`)
);
Issue History
Date Modified Username Field Change
======================================================================
2011-02-17 10:27 jamicque Note Added: 0132087
======================================================================
More information about the asterisk-bugs
mailing list