Page Contents
CONFBRIDGE_INFO
Synopsis:
Get information about a ConfBridge conference.
Description:
This function returns a non-negative integer for valid conference identifiers (0 or 1 for ‘locked’) and “” for invalid conference identifiers.
Syntax:
CONFBRIDGE_INFO(type,conf)
Valid types are:
- parties: The total number of members of the conference.
- admins: The number of members of the conference marked as admins.
- marked: The number of marked members of the conference.
- locked: Whether the conference is locked or not
Return value
Returns the resulting value.
Examples
exten => s,1,Set(TMP_CONF_COUNT=${CONFBRIDGE_INFO(parties,myconference)})
exten => s,1,Set(TMP_CONF_LOCKED=${CONFBRIDGE_INFO(locked,myconference)})