struct Asterisk::ARI::Events::ChannelCallerId
- Asterisk::ARI::Events::ChannelCallerId
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Channel changed Caller ID.
Defined in:
asterisk/ari/events/channel_caller_id.crConstructors
-
.new(pull : JSON::PullParser)
Channel changed Caller ID.
Instance Method Summary
-
#caller_presentation : Int32
The integer representation of the Caller Presentation value.
-
#caller_presentation=(caller_presentation : Int32)
The integer representation of the Caller Presentation value.
-
#caller_presentation_txt : String
The text representation of the Caller Presentation value.
-
#caller_presentation_txt=(caller_presentation_txt : String)
The text representation of the Caller Presentation value.
-
#channel : Channels::Channel
The channel that changed Caller ID.
-
#channel=(channel : Channels::Channel)
The channel that changed Caller ID.
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
Instance Method Detail
def caller_presentation=(caller_presentation : Int32)
#
The integer representation of the Caller Presentation value.
def caller_presentation_txt=(caller_presentation_txt : String)
#
The text representation of the Caller Presentation value.