Discover SIP Endpoint
SIP Trunks
Discover SIP Endpoint
Auto-discover optimal SIP connection settings by probing your endpoint with DNS resolution and SIP OPTIONS.
POST
Discover SIP Endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Body
The hostname or IP address of your SIP endpoint.
Specific port to probe. If omitted, ports 5060, 5061, and 5080 are tested.
Specific transport to test:
"udp", "tcp", or "tls". If omitted, both UDP and TCP are tested.Response
Unique identifier for this discovery session.
Discovery status:
"running", "completed", or "failed".The host that was probed.
IP addresses resolved from DNS A/AAAA lookups.
SRV records found for
_sip._udp, _sip._tcp, _sips._tcp.Details of each probe attempt including port, transport, response time, response code, and user agent.
Recommended connection settings:
port, transport, user_agent, detected_system (e.g., “Asterisk”, “FreeSWITCH”, “Kamailio”), codecs, and methods.Example Request
Docs for agents: llms.txt