SipLog

SipLog
SipLog
JSON Example
{
    "server_protocol": "string",
    "sip_callid_hdr": "string",
    "sip_contact_hdr": "string",
    "sip_from_hdr": "string",
    "sip_messages": [
        {
            "content": "string",
            "from_client": false,
            "method": "string",
            "rcv_timestamp": 0,
            "rx_bytes": 0,
            "status": "string",
            "status_code": 0,
            "tx_bytes": 0
        }
    ],
    "sip_to_hdr": "string"
}
string
server_protocol
Optional

Server connection protocol type. Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
sip_callid_hdr
Optional

SIP CallId header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
sip_contact_hdr
Optional

Client's SIP Contact header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
sip_from_hdr
Optional

SIP From header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of SipMessage
sip_messages
Optional

SIP Messages. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
sip_to_hdr
Optional

SIP To header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of