UserEvent()¶
Synopsis¶
Send an arbitrary user-defined event to parties interested in a channel (AMI users and relevant res_stasis applications).
Description¶
Sends an arbitrary event to interested parties, with an optional body representing additional arguments. The body may be specified as a ',' delimited list of key:value pairs.
For AMI, each additional argument will be placed on a new line in the event and the format of the event will be:
Event: UserEvent
UserEvent:
[body]
If no body is specified, only Event and UserEvent headers will be present.
For res_stasis applications, the event will be provided as a JSON blob with additional arguments appearing as keys in the object and the eventname under the eventname key.
Syntax¶
Arguments¶
-
eventname
-
body
See Also¶
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT