Calltransfer Answered

Emitted when remote endpoint answered the call. This webhook is not triggered for sip-refer case.

Webhook Events

There are five common fields all events share:

string

Represents the version of the event. This uses semantic versioning to inform a consumer if the payload has introduced any breaking changes.

string

Represents the type of the event described in the payload.

string

An identifier representing this specific event.

object

An object representing the event, whose fields are described below.

number

Documenting when the webhook itself was sent. This timestamp is different than the time of the event the webhook describes. For example, a recording.started event will contain a start_ts timestamp of when the actual recording started, and a slightly later event_ts timestamp indicating when the webhook event was sent.

Calltransfer requested without sip-refer

string

The semantic version of the current message.

string

The type of event that is being provided.

Options: "calltransfer.answered"
number

The Unix epoch time in seconds representing when the event was generated.

object

The payload of the object, describing the given event.

string

ID of the domain corresponding to this call-transfer event.

string

The name of the room where call-transfer event occurred.

integer

The Unix epoch time in seconds representing when this event occurred.

The session_id of sip participant which triggered the call-transfer.

The meeting session id of the room where call-transfer was triggered.

the destination sip endpoint to which the call-transfer was initiated.

the source sip endpoint from which the call-transfer was initiated.