Transaction messages
Returns the SIP/RTCP/etc. rows that belong to the given session transaction.
Lua call-id correlation (optional). If coordinator.correlation.enable is true in the server config, and a row exists in correlation_scripts with type='correlation', status=true and (hepid, profile) matching the request's proto_type and event_type (e.g. hepid=1, profile='call' for SIP), the server passes the base rows to the Lua function correlate(data, nodes) defined in that script. Any additional session_id values the script returns are merged into the request and the expanded set is re-queried. Script failure is non-fatal: the endpoint falls back to the base result and logs a warning.
Request body
Example request
{
"whitelist": [
"10.0.0.1",
"192.168.0.1"
]
}Response
Messages
Changes
Changed in 2 of the 6 revisions of this API.22
- ○
added the new optional request property
timestampnew-optional-request-property
- ○
added the new optional request property
whitelistnew-optional-request-property
- ○
- ●
removed the request property
timestamprequest-property-removed
- ●
removed the request property
whitelistrequest-property-removed
- ●