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. Set sip_register.outbound_proxy to send both the REGISTER and those INVITEs via a next-hop proxy instead of straight at the registrar; the Request-URI and digest authentication still target registrar_uri. It defaults to SIP_OUTBOUND_PROXY and is resolved at creation time, so the trunk snapshot reports the hop actually in effect. For type: "ip_ip", returns 501 (reserved, not yet implemented).
Request body
Response
Trunk accepted; REGISTER runs asynchronously
Changes
Changed in 4 of the 67 revisions of this API.13
- ○
added the new optional request property
sip_register/allOf[SIPRegisterTrunkSpec]/tls_insecure_skip_verifynew-optional-request-property
- ○
- ○
added the new optional request property
sip_register/allOf[SIPRegisterTrunkSpec]/outbound_proxynew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲