Skip to end of metadata
Go to start of metadata

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.
    • 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-11-3e0eafa

  • No labels