[asterisk-bugs] [Asterisk 0018141]: AMI command 'MeetMeList' responds with error when no conferences exist
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 14 15:48:08 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18141
======================================================================
Reported By: coreyfarrell
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18141
Category: Applications/app_meetme
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.11
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-10-14 08:21 CDT
Last Modified: 2010-10-14 15:48 CDT
======================================================================
Summary: AMI command 'MeetMeList' responds with error when no
conferences exist
Description:
When running MeetMeList without specifying a conference (to get information
on all conferences), an error is returned if no conferences exist. I feel
that this is not an error unless a 'Conference: <id>' is specified and does
not exist.
On an authenticated AMI connection send:
Action: MeetMeList
ActionID: 1234
If no conferences exist, you receive:
Response: Error
ActionID: 1234
Message: No active conferences.
I would expect to instead receive:
Response: Success
ActionID: 1234
Message: No active conferences.
Or even:
Response: Success
EventList: start
Message: Meetme user list will follow
Event: MeetmeListComplete
EventList: Complete
ListItems: 0
======================================================================
----------------------------------------------------------------------
(0128061) coreyfarrell (reporter) - 2010-10-14 15:48
https://issues.asterisk.org/view.php?id=18141#c128061
----------------------------------------------------------------------
I use MeetMeList for the same thing I use CoreShowChannels (where it is not
an error for no channels to be active). My thought is that MeetMeList
should only return error for the following:
* A Conference is specified and does not exist
* If app_meetme.so is not loaded
I hadn't realized this when I first submitted the request but MeetMeList
does not return error if a conference is active and you request one that
does not exist. For example:
*** Submit to AMI when MeetME 1234 is the only one active
Action: MeetMeList
Conference: 4321
*** Reply from Asterisk
Response: Success
EventList: start
Message: Meetme user list will follow
Event: MeetmeListComplete
EventList: Complete
ListItems: 0
If you still feel this is a feature request please close the ticket, I
don't want to break the rules.
Issue History
Date Modified Username Field Change
======================================================================
2010-10-14 15:48 coreyfarrell Note Added: 0128061
======================================================================
More information about the asterisk-bugs
mailing list