SIP ACL module
This configuration documentation is for functionality provided by res_pjsip_acl
.
Overview
ACL
The ACL module used by res_pjsip
. This module is independent of endpoints
and operates on all inbound SIP communication using res_pjsip.
It should be noted that this module can also reference ACLs from acl.conf
.
There are two main ways of creating an access list: IP-Domain
and Contact Header
. It is possible to create a combined ACL using both IP and Contact.
pjsip.conf
acl
Access Control List
Configuration Option Reference
Option Name |
Type |
Default Value |
Regular Expression |
Description |
---|---|---|---|---|
|
|
|
Name of IP ACL |
|
|
|
|
Name of Contact ACL |
|
|
|
|
|
List of Contact Header addresses to Deny |
|
|
|
|
List of Contact Header addresses to Permit |
|
|
|
|
List of IP-domains to deny access from |
|
|
|
|
List of IP-domains to allow access from |
|
|
|
|
Must be of type 'security'. |
Configuration Option Descriptions
acl
This matches sections configured in acl.conf
contactacl
This matches sections configured in acl.conf
Import Version
This documentation was imported from Asterisk Version Unknown