struct Asterisk::ARI::Events::ContactInfo
- Asterisk::ARI::Events::ContactInfo
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Detailed information about a contact on an endpoint.
Defined in:
asterisk/ari/events/contact_info.crConstructors
-
.new(pull : JSON::PullParser)
Detailed information about a contact on an endpoint.
Instance Method Summary
-
#aor : String
The Address of Record this contact belongs to.
-
#aor=(aor : String)
The Address of Record this contact belongs to.
-
#contact_status : String
The current status of the contact.
-
#contact_status=(contact_status : String)
The current status of the contact.
-
#roundtrip_usec : String?
Current round trip time, in microseconds, for the contact.
-
#roundtrip_usec=(roundtrip_usec : String?)
Current round trip time, in microseconds, for the contact.
-
#uri : String
The location of the contact.
-
#uri=(uri : String)
The location of the contact.
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 roundtrip_usec=(roundtrip_usec : String?)
#
Current round trip time, in microseconds, for the contact.