[Home]

Summary:ASTERISK-14857: 'meetme list' doesn't list conferences, shows usage only
Reporter:dant (dant)Labels:
Date Opened:2009-09-21 16:25:45Date Closed:2011-06-07 14:08:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:'meetme list' return usage information, it should return a list of conferences



****** ADDITIONAL INFORMATION ******

Current Results with 1.6.1.7-rc1:
apple*CLI> meetme list
Usage: meetme (un)lock|(un)mute|kick|list [concise] <confno> <usernumber>
      Executes a command for the conference or on a conferee
apple*CLI> meetme list concise
No such conference: concise.
apple*CLI> meetme list 1234
User #: 01    <unknown> Guest IAX User       Channel: IAX2/oak-2159     (unmonitored) 00:00:14
1 users in that conference.
apple*CLI> meetme list 1234 concise
1!!Guest IAX User!IAX2/oak-2159!!!!!-1!00:00:15


Expected Results:
apple*CLI> meetme list
Conf Num       Parties        Marked     Activity  Creation  Locked
1234           0001           N/A        00:00:03  Static    No
* Total number of MeetMe users: 1
apple*CLI> meetme list concise
1234!1!0!00:00:07!0!0
apple*CLI> meetme list 1234
User #: 01    <unknown> Guest IAX User       Channel: IAX2/oak-2159     (unmonitored) 00:00:14
1 users in that conference.
apple*CLI> meetme list 1234 concise
1!!Guest IAX User!IAX2/oak-2159!!!!!-1!00:00:15



This would appear to be fixed by the patch applied here http://svnview.digium.com/svn/asterisk?revision=145915&view=revision as a result of bug ASTERISK-12800, specifically the parts relating to argc values, however, this appears to have applied to trunk only.
Comments:By: Leif Madsen (lmadsen) 2009-09-22 09:08:37

Assigned to mvanbaak after talking to him on IRC.

By: Russell Bryant (russell) 2010-09-02 15:43:02

Assinging this to bbraynt.

Please check to see if this is still in an issue in 1.6.2 or 1.8.

By: Sean Bright (seanbright) 2011-01-26 14:13:44.000-0600

This is already fixed in all supported versions of asterisk (1.4, 1.6.2, and 1.8)