homer_export_pcap
Export captured SIP messages for a specific Call-ID as a pcap file. Specify the call ID and time window to retrieve raw packet bytes for in-depth analysis with Wireshark.
Instructions
Request a pcap export of the captured SIP messages for callid.
Homer 7 exposes /api/v3/export/call/messages/pcap. This tool
returns the pcap bytes (base64-encoded if the response is binary) so
an operator can save them and open in Wireshark. Useful when the
SIP ladder by itself is not enough and you need to see the raw
bytes (e.g. malformed headers, weird encoding).
Parameters
callid: Exact SIP Call-ID. from_ts, to_ts: Time window (Unix milliseconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callid | Yes | ||
| from_ts | Yes | ||
| to_ts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||