mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
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:
committed by
Joshua Colp
parent
a24979a2d7
commit
432a1d2d7e
7
doc/CHANGES-staging/app_confbridge_channels.txt
Normal file
7
doc/CHANGES-staging/app_confbridge_channels.txt
Normal 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.
|
Reference in New Issue
Block a user