[asterisk-bugs] [Asterisk 0016136]: Meetme - Quitting time issue
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 2 16:10:40 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16136
======================================================================
Reported By: asannucci
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16136
Category: Applications/app_meetme
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: 1.6.0.15
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-10-26 17:12 CDT
Last Modified: 2009-11-02 16:10 CST
======================================================================
Summary: Meetme - Quitting time issue
Description:
When one o more users enter in a conference, after about 60 seconds the
conference dropped the users and in the asterisk console appear: "Quitting
time..."
The conference is configured in the meetme.conf
This happen only if
schedule=yes
If I change to
schedule=no
the issue disappear
======================================================================
----------------------------------------------------------------------
(0113016) marhbere (reporter) - 2009-11-02 16:10
https://issues.asterisk.org/view.php?id=16136#c113016
----------------------------------------------------------------------
If you have set schedule=yes, then must be create the a table similar to:
CREATE TABLE `meetme` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`confno` char(80) NOT NULL DEFAULT '0',
`starttime` datetime DEFAULT NULL,
`endtime` datetime DEFAULT NULL,
`pin` char(20) DEFAULT NULL,
`adminpin` char(20) DEFAULT NULL,
`members` int(11) NOT NULL DEFAULT '0',
`maxusers` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_confno` (`confno`,`starttime`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
Issue History
Date Modified Username Field Change
======================================================================
2009-11-02 16:10 marhbere Note Added: 0113016
======================================================================
More information about the asterisk-bugs
mailing list