Name | Type | Description | Notes |
---|---|---|---|
callControlId | String | Call ID used to issue commands via Call Control API. | [optional] |
connectionId | String | Call Control App ID (formerly Telnyx connection ID) used in the call. | [optional] |
callLegId | String | ID that is unique to the call and can be used to correlate webhook events. | [optional] |
customHeaders | List<CustomSipHeader> | Custom headers from sip invite | [optional] |
callSessionId | String | ID that is unique to the call session and can be used to correlate webhook events. Call session is a group of related call legs that logically belong to the same phone call, e.g. an inbound and outbound leg of a transferred call. | [optional] |
clientState | String | State received from a command. | [optional] |
from | String | Number or SIP URI placing the call. | [optional] |
to | String | Destination number or SIP URI of the call. | [optional] |
direction | DirectionEnum | Whether the call is `incoming` or `outgoing`. | [optional] |
state | StateEnum | State received from a command. | [optional] |
Name | Value |
---|---|
INCOMING | "incoming" |
OUTGOING | "outgoing" |
Name | Value |
---|---|
PARKED | "parked" |
BRIDGING | "bridging" |