struct Asterisk::ARI::Events::BridgeBlindTransfer
- Asterisk::ARI::Events::BridgeBlindTransfer
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Notification that a blind transfer has occurred.
Defined in:
asterisk/ari/events/bridge_blind_transfer.crConstructors
-
.new(pull : JSON::PullParser)
Notification that a blind transfer has occurred.
Instance Method Summary
-
#bridge : Bridges::Bridge?
The bridge being transferred
-
#bridge=(bridge : Bridges::Bridge?)
The bridge being transferred
-
#channel : Channels::Channel
The channel performing the blind transfer
-
#channel=(channel : Channels::Channel)
The channel performing the blind transfer
-
#context : String
The context transferred to
-
#context=(context : String)
The context transferred to
-
#exten : String
The extension transferred to
-
#exten=(exten : String)
The extension transferred to
-
#is_external : Bool
Whether the transfer was externally initiated or not
-
#is_external=(is_external : Bool)
Whether the transfer was externally initiated or not
-
#replace_channel : Channels::Channel?
The channel that is replacing transferer when the transferee(s) can not be transferred directly
-
#replace_channel=(replace_channel : Channels::Channel?)
The channel that is replacing transferer when the transferee(s) can not be transferred directly
-
#result : String
The result of the transfer attempt
-
#result=(result : String)
The result of the transfer attempt
-
#transferee : Channels::Channel?
The channel that is being transferred
-
#transferee=(transferee : Channels::Channel?)
The channel that is being transferred
Instance methods inherited from struct Asterisk::ARI::Events::Event
application : String
application,
application=(application : String)
application=,
timestamp : Time
timestamp,
timestamp=(timestamp : Time)
timestamp=
Constructor methods inherited from struct Asterisk::ARI::Events::Event
new(pull : JSON::PullParser)
new
Instance methods inherited from struct Asterisk::ARI::Events::Message
asterisk_id : String?
asterisk_id,
asterisk_id=(asterisk_id : String?)
asterisk_id=,
type : String
type,
type=(type : String)
type=
Constructor methods inherited from struct Asterisk::ARI::Events::Message
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
The channel that is replacing transferer when the transferee(s) can not be transferred directly
The channel that is replacing transferer when the transferee(s) can not be transferred directly