Skip to main content

SipInboundTermination

hoststringrequired

Tenant SIP hostname carriers should prefer for inbound delivery.

Example: acme.sip.sipsandwich.ai
uristringrequired

Copyable inbound SIP termination URI.

Example: sip:acme.sip.sipsandwich.ai
ipstringrequired

IP fallback when the carrier cannot target a hostname.

Example: 15.204.36.209
sipPortintegerrequired

Possible values: >= 1 and <= 65535

Example: 5060
tlsPortinteger | nullnullablerequired

Possible values: >= 1 and <= 65535

Example: 5061
SipInboundTermination
{
"host": "acme.sip.sipsandwich.ai",
"uri": "sip:acme.sip.sipsandwich.ai",
"ip": "15.204.36.209",
"sipPort": 5060,
"tlsPort": 5061
}