SIP IpAccessControlList Resource
IpAccessControlList resources contain the Access Control List (ACL), which is a list of IpAddress resources that describe the IP addresses with access to the SIP Domain. Requests to the SIP Domain from an IP address that is not in the ACL are blocked.
After you create an IpAccessControlList resource, you will need to map it to your SIP domain for it to take effect. You can apply the same list to more than one SIP Domain.
Your Account can have up to 1,000 IpAccessControlList resources. Each IpAccessControlList resource can contain up to 100 entries (which could be CIDR blocks).
SipIpAccessControlList properties
Resource Properties in REST API format | |
---|---|
sid
|
A 34 character string that uniquely identifies this resource. |
account_sid
|
The unique id of the Account that owns this resource. |
friendly_name
|
A human readable descriptive text, up to 255 characters long. |
date_created
|
The date that this resource was created, given as GMT in RFC 2822 format. |
date_updated
|
The date that this resource was last updated, given as GMT in RFC 2822 format. |
subresource_uris
|
A list of the IpAddress resources associated with this IP access control list resource. |
uri
|
The URI for this resource, relative to |
Create a SIP IpAccessControlList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json
The ACL that is created is empty and has no IP addresses.
You will need to add IpAddress resources to the list for it to have any effect.
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account responsible for this resource. |
friendly_name
Required
|
A human readable descriptive text that describes the IpAccessControlList, up to 255 characters long. |
Example 1
Fetch a SIP IpAccessControlList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account responsible for this resource. |
sid
Path
|
A 34 character string that uniquely identifies the resource to fetch. |
Example 1
Read multiple SIP IpAccessControlList resources
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account responsible for this resource. |
Example 1
Update a SIP IpAccessControlList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account responsible for this resource. |
sid
Path
|
A 34 character string that uniquely identifies the resource to udpate. |
friendly_name
Required
|
A human readable descriptive text, up to 255 characters long. |
Example 1
Delete a SIP IpAccessControlList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account responsible for this resource. |
sid
Path
|
A 34 character string that uniquely identifies the resource to delete. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.