mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-16 18:06:31 +00:00
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
This commit is contained in:
5
doc/CHANGES-staging/app_signal.txt
Normal file
5
doc/CHANGES-staging/app_signal.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: app_signal
|
||||
|
||||
Adds Signal and WaitForSignal applications
|
||||
which can be used for signaling or as a
|
||||
simple message queue in the dialplan.
|
Reference in New Issue
Block a user