Skip to end of metadata
Go to start of metadata

CONFBRIDGE_CHANNELS()

Synopsis

Get a list of channels in a ConfBridge conference.

Description

This function returns a comma-separated list of channels in a ConfBridge conference, optionally filtered by a type of participant.

Syntax

CONFBRIDGE_CHANNELS(type,conf)
Arguments
  • type - What conference information is requested.
    • admins - Get the number of admin users in the conference.
    • marked - Get the number of marked users in the conference.
    • parties - Get the number of total users in the conference.
    • active - Get the number of active users in the conference.
    • waiting - Get the number of waiting 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

  • No labels