An array of SIP trunks on the account
Name | Description |
---|---|
sip_trunks Required | |
pagination Required | Wavix uses pagination of the results retuned in response to your requests to make sure responses are lightweight and easier to handle. |
{
"sip_trunks": {
"id": 1,
"name": "67758",
"callerid": "12345678900",
"label": "My SIP trunk",
"charge": 87.26,
"talk_time": 63627,
"auth_method": "Digest",
"passthrough": false,
"status": "active",
"host_request": {
"host": "127.0.0.1",
"status": "pending"
},
"passthrough_request": null
},
"pagination": {
"total": 1000,
"total_pages": 10,
"current_page": 2,
"per_page": 100
}
}