Description: Add SIP trunk.
Parameters | Description | Required | Type |
---|---|---|---|
type |
SIP trunk type,1-outgoing call, 2 incoming call |
Yes |
String |
sipTrunkName |
SIP trunk name |
Yes |
String |
sipPrefix |
SIP trunk prefix |
No |
String |
groupList |
Yes |
JOSNArray |
|
voiceGroupId |
Bind Agent group ID |
Yes |
Long |
number |
Phone number after binding agent group |
type=2 required |
String |
sipGatewayIp |
Sip gateway ip |
type=1 required |
String |
sipWhiteIp |
Sip whitelist ip |
type=2 required |
String |
sipTrunkState |
SIP registration: true,false |
Yes |
Boolean |
sipAccount |
Sip registration account |
type=1 and sipTrunkState=true required |
String |
sipPassword |
Sip registration password |
type=1 and sipTrunkState=true required |
String |
https://api.onbuka.com/v3/cc/sipTrunk/add
Request URL:
https://api.onbuka.com/v3/cc/sipTrunk/add
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"groupList": [{
"voiceGroupId": 1000026
}],
"type": 1,
"sipTrunkName": "22232",
"sipGatewayIp": "12.325.353.2",
"sipTrunkState": false
}
Parameters | Description | Type |
---|---|---|
status |
status code,0 is successful. For other failures, please refer to the interface response code |
String |
reason |
Failure reason description |
String |
data |
This method returns the primary key keyId |
String |
{
"status": "0",
"reason": "success",
"data": 1234
}
Feedback
Need help?
Click here and start chatting with us!