Confbridge duration through CLI?

Hi,

I use the RawMan interface to get info about my running conferences.
I’m in the process of switching from MeetMe to ConfBridge, and run in to an issue.

Using the MeetMe CLI commands I was able to find which conferences were active, how many and which users were active and how long the conference and each user had been active

Using the ConfBridge CLI commands I get most of this data, but no durations… Is there any way to retreive the duration of a conference or a user using CLI commands for ConfBridge?

Kind regards.

Howdy,

You’d probably have to get the information about the bridge channel itself and look at its Elapsed Time.

Cheers

Hi malcolmd,

That would be a workable solution… but how do I get to that info?

Kind regards,

OK,

Seem to have found the better way to things. Completely switched to native AMI commands:

CoreShowChannels
ConfbridgeListRooms
ConfbridgeList

This gives me access to all conferences, users and user durations.

I am still lacking:
[ul]
[li] total duration of a conference[/li]
[li] mute state of a user (strangely enough AMI does have ways to mute/unmute a users, but does not seem to have a way to tell if a user is muted…)[/li][/ul]