Properties
| Name | Type | Description |
|---|---|---|
| sessionId | string | |
| callId | string | |
| callGuid | string | |
| state | string | |
| fromUri | string | |
| toUri | string | |
| fromTag | string | |
| toTag | string | |
| cseq | integer | |
| transport | string | |
| localAddress | string | |
| remoteAddress | string | |
| startTime | string | |
| lastActivityTime | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SipSessionDetail",
"type": "object",
"properties": {
"sessionId": {
"type": "string"
},
"callId": {
"type": "string"
},
"callGuid": {
"type": "string"
},
"state": {
"type": "string"
},
"fromUri": {
"type": "string"
},
"toUri": {
"type": "string"
},
"fromTag": {
"type": "string"
},
"toTag": {
"type": "string"
},
"cseq": {
"type": "integer"
},
"transport": {
"type": "string"
},
"localAddress": {
"type": "string"
},
"remoteAddress": {
"type": "string"
},
"startTime": {
"type": "string"
},
"lastActivityTime": {
"type": "string"
}
}
}