]> 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:25:52 +0000 (07:25 -0500)
commit58c40a911bc7ae8d447a445115563ee0d9a1db67
tree916f9af9d6298651f4df74269530b42783404859
parent672213653108958908b9d71640837b38e7ccfdfc
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]