CONFBRIDGE_INFO()
Synopsis
Get information about a ConfBridge conference.
Description
This function returns a non-negative integer for valid conference names and an empty string for invalid conference names.
Syntax
CONFBRIDGE_INFO(type,conf)
Arguments
type
- What conference information is requested.admins
- Get the number of admin users in the conference.locked
- Determine if the conference is locked. (0 or 1)marked
- Get the number of marked users in the conference.muted
- Determine if the conference is muted. (0 or 1)parties
- Get the number of users in the conference.
conf
- The name of the conference being referenced.
See Also
Import Version
This documentation was imported from Asterisk Version GIT-20-f8000daff5