struct Asterisk::ARI::Events::ChannelHold
- Asterisk::ARI::Events::ChannelHold
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
A channel initiated a media hold.
Defined in:
asterisk/ari/events/channel_hold.crConstructors
-
.new(pull : JSON::PullParser)
A channel initiated a media hold.
Instance Method Summary
-
#channel : Channels::Channel
The channel that initiated the hold event.
-
#channel=(channel : Channels::Channel)
The channel that initiated the hold event.
-
#musicclass : String?
The music on hold class that the initiator requested.
-
#musicclass=(musicclass : String?)
The music on hold class that the initiator requested.