struct Asterisk::ARI::Events::ApplicationMoveFailed

Overview

Notification that trying to move a channel to another Stasis application failed.

Defined in:

asterisk/ari/events/application_move_failed.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) #

Notification that trying to move a channel to another Stasis application failed.


[View source]

Instance Method Detail

def args : Array(String) #

Arguments to the application


[View source]
def args=(args : Array(String)) #

Arguments to the application


[View source]
def channel : Channels::Channel #

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

[View source]
def destination : String #

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

[View source]