homer_search_calls_v7
Search Homer 7 call records with millisecond-precision timestamps and optional source IP filter. Useful for pinpointing calls in narrow time windows or verifying carrier INVITE receipts.
Instructions
Homer 7 native search with ms-precision timestamps + source-IP filter.
Counterpart to homer_search_calls (which takes ISO strings). Prefer
this when you are chasing a tight time window or want to filter by
source IP — useful when a carrier denies sending an INVITE.
Parameters
from_ts:
Start of the search window as a Unix timestamp in milliseconds.
Homer 7 expects millisecond precision on this endpoint.
to_ts:
End of the search window, Unix ms.
from_user:
Optional substring match on the SIP From user.
to_user:
Optional substring match on the SIP To user.
callid:
Exact SIP Call-ID to locate a specific dialog.
source_ip:
Optional source IP filter. Validated against ipaddress.ip_address.
limit:
Maximum rows to return (capped at 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_ts | Yes | ||
| to_ts | Yes | ||
| from_user | No | ||
| to_user | No | ||
| callid | No | ||
| source_ip | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||