Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelVarset

Hierarchy

Index

Properties

application

application: string

Name of the application receiving the event.

Optional asterisk_id

asterisk_id: string

The unique ID for the Asterisk instance that raised this event.

Optional channel

channel: Channel

The channel on which the variable was set. If missing, the variable is a global variable.

timestamp

timestamp: Date

Time at which this event was created.

type

type: string

Indicates the type of this message.

value

value: string

The new value of the variable.

variable

variable: string

The variable that changed.

Generated using TypeDoc