get_allowed_ips
Retrieve a JSON list of whitelisted IPs for a specified SIP account to manage access control and verify permitted connections.
Instructions
Get list of whitelisted IPs for a SIP account
Args: sipaccount_name: Name of SIP account
Returns a JSON object with array of whitelisted IP for SIP Account Example output: { "allowed_ips": [ "88.99.12.33" ] }
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sipaccount_name | Yes |