struct Asterisk::ARI::Events::Dial
- Asterisk::ARI::Events::Dial
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Dialing state has changed.
Defined in:
asterisk/ari/events/dial.crConstructors
-
.new(pull : JSON::PullParser)
Dialing state has changed.
Instance Method Summary
-
#caller : Channels::Channel?
The calling channel.
-
#caller=(caller : Channels::Channel?)
The calling channel.
-
#dialstatus : String
Current status of the dialing attempt to the peer.
-
#dialstatus=(dialstatus : String)
Current status of the dialing attempt to the peer.
-
#dialstring : String?
The dial string for calling the peer channel.
-
#dialstring=(dialstring : String?)
The dial string for calling the peer channel.
-
#forward : String?
Forwarding target requested by the original dialed channel.
-
#forward=(forward : String?)
Forwarding target requested by the original dialed channel.
-
#forwarded : Channels::Channel?
Channel that the caller has been forwarded to.
-
#forwarded=(forwarded : Channels::Channel?)
Channel that the caller has been forwarded to.
-
#peer : Channels::Channel
The dialed channel.
-
#peer=(peer : Channels::Channel)
The dialed channel.