struct Asterisk::ARI::Events::ChannelCallerId

Overview

Channel changed Caller ID.

Defined in:

asterisk/ari/events/channel_caller_id.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 Caller ID.


[View source]

Instance Method Detail

def caller_presentation : Int32 #

The integer representation of the Caller Presentation value.


[View source]
def caller_presentation=(caller_presentation : Int32) #

The integer representation of the Caller Presentation value.


[View source]
def caller_presentation_txt : String #

The text representation of the Caller Presentation value.


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

The text representation of the Caller Presentation value.


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

The channel that changed Caller ID.


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

The channel that changed Caller ID.


[View source]