Signal()¶
Synopsis¶
Sends a signal to any waiting channels.
Description¶
Sends a named signal to any channels that may be waiting for one. Acts as a producer in a simple message queue.
-
SIGNALSTATUS
-
SUCCESS
- Signal was successfully sent to at least one listener for processing. -
FAILURE
- Signal could not be sent or nobody was listening for this signal.
-
Syntax¶
Arguments¶
-
signalname
- Name of signal to send. -
payload
- Payload data to deliver.
See Also¶
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT