StreamKit Cloud
StreamKit is Exotel’s cloud SIP ↔ WSS connector. Connect a SIP contact centre or PBX to any WebSocket Voice AI endpoint in real time.
Customer → Contact centre (SIP) → Exotel StreamKit → wss://your-bot
Where to go
| Goal | Link |
|---|---|
| Step-by-step trunk APIs + Try it | StreamKit SIP setup |
| Full bridge walkthrough (headers, escalate, modes) | docs portal — StreamKit Cloud SIP |
| All Dynamic SIP endpoints | Dynamic SIP Trunking API |
| Bot media protocol | WebSocket protocol |
| Firewall / IPs | Network & firewall |
Quick checklist
- Create trunk, map DID with
mode: flow, whitelist ACL — StreamKit SIP setup - Build App Bazaar flow (Greeting → Voicebot/Stream) and map VoIP Exophone — docs portal
- Send SIP INVITE with
X-Exotel-AccountSid: <Account_SID> - Implement WSS — WebSocket protocol
Greeting applet
If you omit a short greeting/play as the first applet, you may see ~20s of silence and early disconnect. Add a greeting applet first.
Related
- What to use when
- Partner recipes: docs portal ecosystem
- Samples: github.com/exotel