Home Support SMS API

Add SIP Trunk

Description: Add SIP trunk.

Request Parameters Description:

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

Request URL:

                    
                        https://api.onbuka.com/v3/cc/sipTrunk/add
                    
                  

Request Sample:

                                                
                                                    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
                                                    }
                                                
                  

Response Parameters Description:

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

Response Sample:

                                                
                                                    {
                                                        "status": "0",
                                                        "reason": "success",
                                                        "data": 1234
                                                    }
                                                
                  
 

Previous Topic: Recording File Deletion
Next Topic: BUKA SDK

Feedback

0/500

Need help?

Click here and start chatting with us!