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 |
Last updated