Create SIP Conenctions
Create SIP Connection
POST
https://api.opentact.org/rest/sip/connection
This api is used to create a SIP Connection
Query Parameters
Name | Type | Description |
---|---|---|
Name* | String | This field contains a user-assigned name to help and manage the application |
Port* | Number | This field contain the remote sip server port |
IP* | Number | This field contain the remote SIP server IP. |
Is_Active | Boolean | This field should have a boolean function, one true or false. |
shaken_verify_policy | Number | This field contains four number type 0-do not check identity 1- Block if no identity 2- block if identity is not valid 3- Bypass verification failures |
shaken_minimum_accepted_attest_lvl | String | This field contain three level C,B,A |
Product* | Number | This field contain the two product opentact cc product opentact convo product this field contain minimum integer 1 to maximum 1024 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | JWT_Token |
Content-Type | String | Application/json |
Last updated