]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_channel: Add CHANNEL_EXISTS function.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 15 Sep 2021 18:21:13 +0000 (18:21 +0000)
committerN A <mail@interlinked.x10host.com>
Tue, 21 Sep 2021 23:20:25 +0000 (18:20 -0500)
commit228c97d3bf1da2f0021b1634daf5c3dc21f43711
tree101d03747fd91d01458359a779e1913e69900dd1
parent9a427d4f5f6ec50f8b49187cfa592fca1aa35ce7
func_channel: Add CHANNEL_EXISTS function.

Adds a function to check for the existence of a channel by
name or by UNIQUEID.

ASTERISK-29656 #close

Change-Id: Ib464e9eb6e13dc683a846286798fecff4fd943cb
doc/CHANGES-staging/func_channel.txt [new file with mode: 0644]
funcs/func_channel.c