struct Asterisk::ARI::Events::ChannelDialplan
- Asterisk::ARI::Events::ChannelDialplan
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Channel changed location in the dialplan.
Defined in:
asterisk/ari/events/channel_dialplan.crConstructors
-
.new(pull : JSON::PullParser)
Channel changed location in the dialplan.
Instance Method Summary
-
#channel : Channels::Channel
The channel that changed dialplan location.
-
#channel=(channel : Channels::Channel)
The channel that changed dialplan location.
-
#dialplan_app : String
The application about to be executed.
-
#dialplan_app=(dialplan_app : String)
The application about to be executed.
-
#dialplan_app_data : String
The data to be passed to the application.
-
#dialplan_app_data=(dialplan_app_data : String)
The data to be passed to the application.