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

Notification that a blind transfer has occurred.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.BridgeBlindTransfer{
  bridge: Bridge,
  channel: Channel,
  context: String.t(),
  exten: String.t(),
  is_external: boolean(),
  replace_channel: Channel,
  result: String.t(),
  transferee: Channel
}