Common fields
string
Represents the version of the event. 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.
Payload
integer
The Unix epoch time in seconds representing when this event occurred.
string
The sessionId of the dial-out session.
string
The userId of the dial-out session (if supplied during the API call).
string
ID of the domain for which dial-out has error.
string
The name of the room where dial-out has error.
string
message describing the error
string
The SIP/PSTN provider handling the dial-out (e.g.
"daily").string
The SIP Call-ID of the dial-out call leg, if available.
object
The custom
X- SIP headers returned by the remote SIP endpoint when it rejected the dial-out,
useful for debugging and error interpretation. Only present when the rejection response carried
such headers.