Name

UserEvent — Sends an arbitrary event

Sends an arbitrary event to the Asterisk Manager Interface.

Parameters

UserEvent

[required] The name of the arbitrary event to send.

Header

[optional] The name and value of an arbitrary parameter to your event. You may add as many additional headers (along with their values) to your event.

ActionID

[optional] An identifier which can be used to identify the response to this action.

Privilege

user, all

Example

          Action: UserEvent
Blah: one
SomethingElse: two
ActionID: 63346 
          
Event: UserEvent
Privilege: user,all
UserEvent: 
Action: UserEvent
Blah: one
SomethingElse: two
ActionID: 63346