allowed ips
Whitelisted IPs for a SIP trunk
Name | Description |
---|---|
id Required | Number ID of element in the list. To add a new allow listed IP address the parameter must be null |
ip Required | String Whitelisted IP address |
_destroy Required | Boolean Use true to remove IP address from the whitelist. To add a new allow listed IP address the parameter must be false |
{
"id": 112,
"ip": "ip4",
"_destroy": false
}