SipInboundTermination
hoststringrequired
Tenant SIP hostname carriers should prefer for inbound delivery.
Example:
acme.sip.sipsandwich.aiuristringrequired
Copyable inbound SIP termination URI.
Example:
sip:acme.sip.sipsandwich.aiipstringrequired
IP fallback when the carrier cannot target a hostname.
Example:
15.204.36.209sipPortintegerrequired
Possible values: >= 1 and <= 65535
Example:
5060tlsPortinteger | nullnullablerequired
Possible values: >= 1 and <= 65535
Example:
5061SipInboundTermination
{
"host": "acme.sip.sipsandwich.ai",
"uri": "sip:acme.sip.sipsandwich.ai",
"ip": "15.204.36.209",
"sipPort": 5060,
"tlsPort": 5061
}