Create SIP Domain
Create a SIPDomain
POST
https://api.opentact.org/rest/sip/domain
Headers
Name
Type
Description
X-Auth-Token
string
JWT token
Request Body
Name
Type
Description
sip_connection
string
SC uuid
sip_control_app
string
SCA uuid
domain
string
domain name pattern: ^[a-zA-Z0-9]{1,80}.sip(.stage|.dev)?.opentact.org$ minimum: 1 maximum: 255
outbound_voice_profile
string
OVP uuid
{
"success": true,
"payload": {
"uuid": "828bb9d5-0cb8-4e7c-afdf-e93316f8bca4",
"domain": "new_domain.sip.opentact.org"
}
}
Last updated
Was this helpful?