Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BridgeAttendedTransfer

Hierarchy

  • Event
    • BridgeAttendedTransfer

Index

Properties

application

application: string

Name of the application receiving the event.

Optional asterisk_id

asterisk_id: string

The unique ID for the Asterisk instance that raised this event.

destination_application

destination_application: string

Application that has been transferred into.

destination_bridge

destination_bridge: string

Bridge that survived the merge result.

destination_link_first_leg

destination_link_first_leg: Channel

First leg of a link transfer result.

destination_link_second_leg

destination_link_second_leg: Channel

Second leg of a link transfer result.

destination_threeway_bridge

destination_threeway_bridge: Bridge

Bridge that survived the threeway result.

destination_threeway_channel

destination_threeway_channel: Channel

Transferer channel that survived the threeway result.

destination_type

destination_type: string

How the transfer was accomplished.

is_external

is_external: boolean

Whether the transfer was externally initiated or not.

Optional replace_channel

replace_channel: Channel

The channel that is replacing transferer_first_leg in the swap.

result

result: string

The result of the transfer attempt.

timestamp

timestamp: Date

Time at which this event was created.

Optional transfer_target

transfer_target: Channel

The channel that is being transferred to.

Optional transferee

transferee: Channel

The channel that is being transferred.

transferer_first_leg

transferer_first_leg: Channel

First leg of the transferer.

transferer_first_leg_bridge

transferer_first_leg_bridge: Bridge

Bridge the transferer first leg is in.

transferer_second_leg

transferer_second_leg: Channel

Second leg of the transferer.

transferer_second_leg_bridge

transferer_second_leg_bridge: Bridge

Bridge the transferer second leg is in.

type

type: string

Indicates the type of this message.

Generated using TypeDoc