]> 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)
committerN A <asterisk@phreaknet.org>
Tue, 31 Jan 2023 11:53:37 +0000 (05:53 -0600)
commit88b2c741caf959e253a9f9dade7a80e6bbba8e99
treec450d443896ae6de86dc765409c4caa9d2e86b72
parent70856e865f76b3447eaa07379f77b857f8e86615
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]