homer_get_call_transaction
Retrieves the complete SIP transaction ladder for a given Call-ID within a time window, showing every captured request and reply in chronological order across proxies.
Instructions
Fetch the full SIP transaction ladder for a single Call-ID.
Returns every captured SIP message (requests and replies, across
proxies if multiple OpenSIPS nodes capture the same dialog) in
timestamp order. Hits the same /api/v3/search/call/data endpoint as
homer_search_calls_v7 — Homer doesn't have a dedicated "get
transaction" path; transaction reconstruction is done by setting
param.transaction.call=true and filtering by Call-ID.
Parameters
callid: Exact SIP Call-ID. from_ts, to_ts: Time window (Unix milliseconds). Homer is strict — the window must bracket the call start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callid | Yes | ||
| from_ts | Yes | ||
| to_ts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||