app_confbridge: Add function to retrieve channels.

Adds the CONFBRIDGE_CHANNELS function which can be used
to retrieve a comma-separated list of channels, filtered
by a particular type of participant category. This output
can then be used with functions like UNSHIFT, SHIFT, POP,
etc.

ASTERISK-30036 #close

Change-Id: I1950aff932437476dc1abab6f47fb4ac90520b83
This commit is contained in:
Naveen Albert
2022-04-29 16:42:55 +00:00
committed by Joshua Colp
parent a24979a2d7
commit 432a1d2d7e
2 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Subject: app_confbridge
Adds the CONFBRIDGE_CHANNELS function which can
be used to retrieve a list of channels in a ConfBridge,
optionally filtered by a particular category. This
list can then be used with functions like SHIFT, POP,
UNSHIFT, etc.