]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_signal: Add signaling applications
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 6 Jan 2022 22:11:44 +0000 (22:11 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 31 Jan 2023 19:00:01 +0000 (13:00 -0600)
commitd53c8fc4dc98eb5f403f1817825d259d311dbc66
tree2dcdbd7983528b0433d9d70f74b8f229c2f6fab6
parent41d3a57627ef6ca8bf75b0c755c5127136572bc4
app_signal: Add signaling applications

Adds the Signal and WaitForSignal
applications, which can be used for inter-channel
signaling in the dialplan.

Signal supports sending a signal to other channels
listening for a signal of the same name, with an
optional data payload. The signal is received by
all channels waiting for that named signal.

ASTERISK-29810 #close

Change-Id: Ic34439de3d60f8609357666a465c354d81f5fef3
apps/app_signal.c [new file with mode: 0644]
doc/CHANGES-staging/app_signal.txt [new file with mode: 0644]