]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Add function to retrieve channels.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 29 Apr 2022 16:42:55 +0000 (16:42 +0000)
committerN A <mail@interlinked.x10host.com>
Wed, 11 May 2022 12:26:01 +0000 (07:26 -0500)
commit46d395c24864d9439876f8d4a8d1af6658b32a62
tree25296444ff3c80131767ba1700c59b329142190f
parent2b8086e38215101cbf0affc054db6e9a19ed4f9f
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
apps/app_confbridge.c
doc/CHANGES-staging/app_confbridge_channels.txt [new file with mode: 0644]