[asterisk-bugs] [Asterisk 0016136]: Meetme - Quitting time issue
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 2 17:42:03 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 17:42 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
======================================================================
----------------------------------------------------------------------
(0113023) asannucci (reporter) - 2009-11-02 17:42
https://issues.asterisk.org/view.php?id=16136#c113023
----------------------------------------------------------------------
Maybe this can help other users:
--
-- Table structure for Realtime meetme
--
CREATE TABLE meetme (
confno char(80) DEFAULT '0' NOT NULL,
-- Must set schedule=yes in meetme.conf to use starttime and
endtime
starttime datetime NULL,
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
maxusers integer DEFAULT 0 NOT NULL,
PRIMARY KEY (confno, starttime)
);
Issue History
Date Modified Username Field Change
======================================================================
2009-11-02 17:42 asannucci Note Added: 0113023
======================================================================
More information about the asterisk-bugs
mailing list