[Home]

Summary:ASTERISK-18251: ConfBridge CLI Output Not As Clean As MeetMe
Reporter:Dmitry Melekhov (slesru)Labels:
Date Opened:2011-08-10 00:38:25Date Closed:2013-01-21 08:58:55.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:10.0.0-beta1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_confbridge.c.patch
Description:Hello!

I use meetme currently and as it declared deprecated, so I tried confbridge.

And I don't like what it's list shows:

{noformat}
ast-ngdu2*CLI> confbridge list 1
Channel                       User Profile     Bridge Profile   Menu
============================= ================ ================ ================
DAHDI/i1/6401-a               default_user     default_bridge    
{noformat}

compare it to meetme :
{noformat}
ast-ngdu2*CLI> meetme list 4404
User #: 01         6401 D.Melekhov           Channel: DAHDI/i1/6401-e     (unmonitored) 00:00:02
1 users in that conference.
{noformat}

As you see I can see not only channel name, but user name (from PBX) and user number.

btw, yet another good thing should be ability to check conference lock status in list or different command- meetme doesn't have it too ... :-(

Thank you!
Comments:By: Leif Madsen (lmadsen) 2011-08-30 12:49:46.420-0500

I agree with updating the output to look more like MeetMe, or at least give the same type of information.

By: Paul Belanger (pabelanger) 2011-10-18 12:28:28.022-0500

patch?

By: Dmitry Melekhov (slesru) 2011-10-18 22:40:23.833-0500

sorry, no patch :-)
I'm still using meetme and quite happy with it ;-)


By: Matt Jordan (mjordan) 2013-01-21 08:58:49.065-0600

Features requests are no longer submitted to or accepted through the issue tracker. Features requests are openly discussed on the mailing lists [1] and Asterisk IRC channels and made note of by Bug Marshals.

[1] http://www.asterisk.org/support/mailing-lists

If someone would really like to alter the CLI output they're more than welcome to write a patch that does so and attach it to this issue. If that's the case, I'll be happy to reopen this; otherwise, this is a feature request (or improvement) that has no patch, and as such I'm going to close it out as suspended.

By: Dmitry Melekhov (slesru) 2013-02-11 00:56:55.771-0600

add name to list

By: Dmitry Melekhov (slesru) 2013-02-11 00:58:03.361-0600

OK, here is simple patch to show name from channel in confbridge list.

How to reopen?
:-)