SIP Control App
Peer to Peer and Group Chat, Call, and Video Conference.
AssignTNLeasesToSIPControlApp
POST https://api.opentact.org/rest/sip/app/{uuid}/tnlease
Assign TN Leases to SIP control App.
Path Parameters
uuid
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Headers
X-Auth-Token
string
JWT_TOKEN
Content-Type
string
application/json
Request Body
add
string
array of strings List of TNLease uuids to be assigned
remove
string
Array of strings List of TNLease uuids to be removed
{
"success": true,
"payload": [
{
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"tn": {
"tn": 0,
"class4_did_id": 0,
"registered": true,
"tnlease": {},
"profile": {},
"deleted_on": "2019-08-24T14:15:22Z"
},
"account": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"name": "string",
"email": "string",
"level": "ServiceAccount",
"balance": 0,
"class4_id": 0,
"deleted_on": "2019-08-24T14:15:22Z",
"time_zone": {},
"users": [],
"admin": {},
"messaging_profile_default": {},
"messaging_profiles": [],
"addresses": []
},
"tnorder": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"state": "created",
"tns": [],
"account": {},
"profile": {},
"sip_connection": {},
"sip_control_app": {},
"created_by": {},
"modified_by": {},
"request": {},
"price": {},
"autorenew": true,
"tnleases": []
},
"expired_on": "2019-08-24T14:15:22Z",
"autorenew": true,
"messaging_profile": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"name": "string",
"callback_url": "string",
"callback_url2": "string",
"number_pool_enable": true,
"long_code_weight": 0,
"tollfree_weight": 0,
"skip_unhealthy_tns": true,
"sticky_sender": true,
"account": {},
"created_by": {},
"modified_by": {},
"leases": []
},
"class4_product_item_id": 0,
"sip_connection": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"name": "string",
"is_active": true,
"tech_prefix": 0,
"product": {},
"subdomain": "string",
"ip": "string",
"port": 0,
"class4_ingress_trunk_id": 0,
"class4_ingress_trunk_settings": {},
"class4_ingress_resource_ip_id": 0,
"class4_egress_trunk_id": 0,
"class4_egress_trunk_settings": {},
"class4_egress_resource_ip_id": 0,
"class4_trunk_prefix_id": 0,
"tnleases": [],
"sipusers": [],
"sip_user_invites": [],
"account": {},
"created_by": {},
"modified_by": {},
"outbound_voice_profile": {}
},
"sip_control_app": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"name": "string",
"is_active": true,
"subdomain": "string",
"tnleases": [],
"class4_egress_trunk_id": 0,
"class4_egress_trunk_settings": {},
"class4_egress_resource_ip_id": 0,
"account": {},
"created_by": {},
"modified_by": {},
"outbound_voice_profile": {}
},
"created_by": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"email": "string",
"password": "string",
"phone_number": "string",
"first_name": "string",
"last_name": "string",
"avatar": "string",
"gender": "Agender",
"dob": "2019-08-24T14:15:22Z",
"role": "Admin",
"gmail_user_id": "string",
"facebook_user_id": "string",
"apple_user_id": "string",
"wechat_user_id": "string",
"deleted_on": "2019-08-24T14:15:22Z",
"token": "string",
"account": {}
},
"modified_by": {
"created_on": "2019-08-24T14:15:22Z",
"modified_on": "2019-08-24T14:15:22Z",
"uuid": "string",
"email": "string",
"password": "string",
"phone_number": "string",
"first_name": "string",
"last_name": "string",
"avatar": "string",
"gender": "Agender",
"dob": "2019-08-24T14:15:22Z",
"role": "Admin",
"gmail_user_id": "string",
"facebook_user_id": "string",
"apple_user_id": "string",
"wechat_user_id": "string",
"deleted_on": "2019-08-24T14:15:22Z",
"token": "string",
"account": {}
}
}
]
}Code Example
GetSIPControlAppTNLeasesList
GET https://api.opentact.org/rest/sip/app/{uuid}/tnlease
Get SIP control app assigned TNLeases.
Path Parameters
uuid
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Headers
X-Auth-Token
string
JWT_TOKEN
Code Example
CreateSIPControlApp
POST https://api.opentact.org/rest/sip/app
Create a new SIP control App.
Headers
X-Auth-Token
string
JWT_TOKEN
Content-Type
string
application/json
Request Body
name
string
[ 1 .. 255 ] characters
A user-assigned name to help manage the application
subdomain
string
[ 3 .. 255 ] characters
SIP domain name
is_active
boolean
Default: "true"
class4_egress_trunk_stings
object
(ISIPConnectionTrunkSettingsNewParams)
outbound_voice_profile
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Outbound Voice Profile uuid
string
Code Example
ListSIPControlApps
GET https://api.opentact.org/rest/sip/app
Get SIP control App list
Headers
X-Auth-Token
string
JWT_TOKEN
Code Example
GetSIPControlAppByUUID
GET https://api.opentact.org/rest/sip/app/{uuid}
Get extended SIP control App info
Path Parameters
uuid
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Headers
X-Auth-Token
string
JWT_TOKEN
Code Example
ModifySIPControlApp
PATCH https://api.opentact.org/rest/sip/app/{uuid}
Modify SIP control App.
Path Parameters
uuid
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Headers
X-Auth-Token
string
JWT_TOKEN
Content-Type
string
application/json
Request Body
name
string
[ 1 .. 255 ] characters
A user-assigned name to help manage the application
subdomain
string
[ 3 .. 255 ] characters
SIP domain name
is_active
boolean
Default: "true"
class4_egress_trunk_stings
object
(ISIPConnectionTrunkSettingsNewParams)
outbound_voice_profile
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Outbound Voice Profile uuid
Code Example
RemoveSIPControlAppByUUID
DELETE https://api.opentact.org/rest/sip/app/{uuid}
Remove SIP control App.
Path Parameters
uuid
string
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Headers
X-Auth-Token
string
JWT_TOKEN
Code Example
ExecuteSIPControlAppCallExecuteCallFlow
POST https://api.opentact.org/rest/sip/app/call/{uuid}
This route will post call an XML file, this must be correct or it will return an error.
Path Parameters
uuid
string
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Headers
X-Auth-Token
string
Bearer or JWT Token
Last updated
Was this helpful?