[asterisk-bugs] [JIRA] (ASTERISK-16812) [patch] AMI command 'MeetMeList' responds with error when no conferences exist

Corey Farrell (JIRA) noreply at issues.asterisk.org
Thu Jan 9 18:13:03 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-16812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Corey Farrell closed ASTERISK-16812.
------------------------------------

    Resolution: Won't Fix
    
> [patch] AMI command 'MeetMeList' responds with error when no conferences exist
> ------------------------------------------------------------------------------
>
>                 Key: ASTERISK-16812
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16812
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Applications/app_meetme
>            Reporter: Corey Farrell
>            Severity: Minor
>         Attachments: app_meetme-r319651-meetmelist_error_reporting.diff, asterisk-meetmelist-error_reporting.patch
>
>
> 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
> ****** ADDITIONAL INFORMATION ******
> Though minor this does require special error handlers for use with this action.
> I'm sure this has an effect on why I receive this error, no conferences are configured in meetme.conf.  I enter conferences in dialplan with:
> MeetMe(${DYN_CONFID},AdEFoq)
> So unless callers are in conferences none exist.  I use MeetMeList when connecting AMI to make sure I know of any that already exist, watch events for updates.
> The documentation is also incorrect for this command.  It states that 'Conference: <confno>' is a required variable though it is not.  Please do not make it required.  I'm aware of https://issues.asterisk.org/view.php?id=17905, this patch would not replace the functionality currently provided by this command.
> Tested this on 1.6.2.8 and 1.6.2.12 with the same results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list