struct Asterisk::ARI::Events::ChannelHangupRequest
- Asterisk::ARI::Events::ChannelHangupRequest
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
A hangup was requested on the channel.
Defined in:
asterisk/ari/events/channel_hangup_request.crConstructors
-
.new(pull : JSON::PullParser)
A hangup was requested on the channel.
Instance Method Summary
-
#cause : Int32?
Integer representation of the cause of the hangup.
-
#cause=(cause : Int32?)
Integer representation of the cause of the hangup.
-
#channel : Channels::Channel
The channel on which the hangup was requested.
-
#channel=(channel : Channels::Channel)
The channel on which the hangup was requested.
-
#soft : Bool?
Whether the hangup request was a soft hangup request.
-
#soft=(soft : Bool?)
Whether the hangup request was a soft hangup request.