Skip to main content
Burki exposes root-level SIP endpoints used by SIP carriers and the SIP bridge. These endpoints do not use the /api/v1 prefix.
The SIP bridge that terminates customer PBX/carrier traffic currently advertises:
PBX/carrier firewalls should allow 52.21.157.171 for both inbound calls to Burki and outbound calls from Burki. The HTTP endpoints above are backend/provider coordination endpoints; customer PBXs should send SIP traffic to the SIP bridge IP, not to /sip-webhook directly.

SIP Webhook

Receives SIP inbound call and provider event payloads. This endpoint is called by the SIP bridge/provider layer, not by normal application clients.

SIP Status

Receives SIP status callbacks for call lifecycle tracking.

SIP Prewarm

The SIP bridge calls this endpoint before media streaming so Burki can prepare call context.

Request

Request

Response

Response

Error Responses

400

Operational Notes

  • /sip-webhook and /sip-status are CSRF-exempt provider endpoints.
  • /sip-prewarm is intended for SIP bridge integrations before media streaming.
  • SIP bridge synchronization uses SIP_BRIDGE_URL and SIP_BRIDGE_API_KEY on the backend.
  • The bridge sync API receives org config at POST {SIP_BRIDGE_URL}/api/sync-organization.