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

NameTypeDescription

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

NameTypeDescription

Authorization*

String

JWT_Token

Content-Type

String

Application/json

{
  "success": true,
  "payload": {
    "created_on": "2022-10-24T05:58:23.879Z",
    "modified_on": "2022-10-24T05:58:23.879Z",
    "uuid": "e974a0e0-299c-427c-b924-32af9df560c2",
    "name": "sc",
    "is_active": true,
    "ip": "127.0.0.1",
    "port": 5060,
    "tech_prefix": 12345,
    "shaken_minimum_accepted_attest_lvl": "C"
  }
}

Last updated