struct Asterisk::ARI::Events::ChannelDialplan

Overview

Channel changed location in the dialplan.

Defined in:

asterisk/ari/events/channel_dialplan.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Asterisk::ARI::Events::Event

application : String application, application=(application : String) application=, timestamp : Time timestamp, timestamp=(timestamp : Time) timestamp=

Constructor methods inherited from struct Asterisk::ARI::Events::Event

new(pull : JSON::PullParser) new

Instance methods inherited from struct Asterisk::ARI::Events::Message

asterisk_id : String? asterisk_id, asterisk_id=(asterisk_id : String?) asterisk_id=, type : String type, type=(type : String) type=

Constructor methods inherited from struct Asterisk::ARI::Events::Message

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

Channel changed location in the dialplan.


[View source]

Instance Method Detail

def channel : Channels::Channel #

The channel that changed dialplan location.


[View source]
def channel=(channel : Channels::Channel) #

The channel that changed dialplan location.


[View source]
def dialplan_app : String #

The application about to be executed.


[View source]
def dialplan_app=(dialplan_app : String) #

The application about to be executed.


[View source]
def dialplan_app_data : String #

The data to be passed to the application.


[View source]
def dialplan_app_data=(dialplan_app_data : String) #

The data to be passed to the application.


[View source]