SipCall
idstring<uuid>
callIdstring
directionstring
Possible values: [inbound, outbound]
statestring
fromUserstring | nullnullable
toUserstring | nullnullable
sourceIpstring | nullnullable
finalResponseCodeinteger | nullnullable
finalResponseReasonstring | nullnullable
startedAtstring<date-time>
endedAt(string | null)<date-time>nullable
sipsandwichPcapUrlstring
Canonical authenticated app API endpoint for downloading this call as a sipsandwich SIP PCAP.
homerLinkstring
Backward-compatible call-log PCAP download URL.
homerPcapUrlstring
Backward-compatible alias of sipsandwichPcapUrl for older web bundles.
SipCall
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"callId": "string",
"direction": "inbound",
"state": "string",
"fromUser": "string",
"toUser": "string",
"sourceIp": "string",
"finalResponseCode": 0,
"finalResponseReason": "string",
"startedAt": "2024-07-29T15:51:28.071Z",
"endedAt": "2024-07-29T15:51:28.071Z",
"sipsandwichPcapUrl": "string",
"homerLink": "string",
"homerPcapUrl": "string"
}