OSTIP_EXARI v0.1.0 Swagger.Client.Model.BridgeAttendedTransfer View Source

Notification that an attended transfer has occurred.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.BridgeAttendedTransfer{
  destination_application: String.t(),
  destination_bridge: String.t(),
  destination_link_first_leg: Channel,
  destination_link_second_leg: Channel,
  destination_threeway_bridge: Bridge,
  destination_threeway_channel: Channel,
  destination_type: String.t(),
  is_external: boolean(),
  replace_channel: Channel,
  result: String.t(),
  transfer_target: Channel,
  transferee: Channel,
  transferer_first_leg: Channel,
  transferer_first_leg_bridge: Bridge,
  transferer_second_leg: Channel,
  transferer_second_leg_bridge: Bridge
}