Architecture
The bridge handles SIP signaling and audio adaptation. Burki handles assistant lookup, call state, streaming, transcripts, and AI orchestration.When to Use BYO SIP
- You already have carrier contracts or number inventory.
- You need SIP-level control over routing, failover, or origination.
- You want a self-hosted or hybrid telephony path.
- You need to keep carrier billing outside Burki managed carrier costs.
Setup Flow
1
Create SIP trunks
Add one or more trunks through the SIP Trunks API or dashboard. Each trunk includes gateway, username, password, priority, enabled status, and registration behavior.
2
Sync to SIP bridge
Burki pushes enabled trunk configuration to the SIP bridge. The bridge generates FreeSWITCH gateway config and reloads SIP profiles.
3
Assign numbers
Assign organization phone numbers to the relevant
sip_trunk_id so outbound calls and routing resolve the correct carrier path.4
Test calls
Place inbound and outbound test calls, then inspect call logs, transcripts, recordings, and SIP bridge logs.
PBX Network Setup
For the current hosted SIP bridge, configure your PBX/carrier to talk to Burki at:
Example PBX-facing trunk record:
138.197.131.209:6061 with username 9228, while the customer’s PBX sends inbound calls to Burki at 52.21.157.171:5060.
Multiple DIDs on One PBX Extension
Burki routes calls by the real called phone number, not by short extension digits alone. Forwarding many numbers to one PBX extension works only if the PBX preserves the original called DID in SIP signaling. When a PBX forwards several DIDs to one extension, ask it to include one of these headers on the INVITE to Burki:
Example forwarded INVITE target that works:
sip:9228@52.21.157.171 is ambiguous once more than one Burki number is assigned behind that extension. Burki will not guess between multiple assigned DIDs because guessing can send the caller to the wrong AI agent.
For FreePBX, enable Diversion/History-Info or add a custom header on each inbound route before forwarding to the Burki trunk. After the PBX sends a test call, Burki support can confirm whether the original DID is visible in the captured INVITE.
Routing and Failover
SIP trunks have apriority field. Lower values are preferred first. Disable a trunk to remove it from routing without deleting credentials.