v53

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-039357238.7 KB
SIP Trunks

Create an outbound SIP trunk (REGISTER or static peering)

Creates a typed SIP trunk. For type: "sip_register", VoiceBlender begins REGISTERing to the supplied registrar URI with digest auth, refreshes before expiry, and routes inbound INVITEs that arrive on that peer's socket plus outbound INVITEs whose from matches the AOR through the trunk. For type: "ip_ip", returns 501 (reserved, not yet implemented).

post/sip/trunks

Request body

type'sip_register' | 'ip_ip' required

Trunk type discriminator. Only sip_register is implemented today; ip_ip is reserved and returns 501.

app_idstring

Application identifier carried through to every event emitted by this trunk.

Response

Trunk accepted; REGISTER runs asynchronously

idstring required
typestring required
statusstring required