struct Asterisk::ARI::Events::ChannelDestroyed
- Asterisk::ARI::Events::ChannelDestroyed
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Notification that a channel has been destroyed.
Defined in:
asterisk/ari/events/channel_destroyed.crConstructors
-
.new(pull : JSON::PullParser)
Notification that a channel has been destroyed.
Instance Method Summary
-
#cause : Int32
Integer representation of the cause of the hangup
-
#cause=(cause : Int32)
Integer representation of the cause of the hangup
-
#cause_txt : String
Text representation of the cause of the hangup
-
#cause_txt=(cause_txt : String)
Text representation of the cause of the hangup
- #channel : Channels::Channel
- #channel=(channel : Channels::Channel)