Summary: | ASTERISK-25900: PJSIP Endpoint IP Access Controls | ||
Reporter: | Alexei Gradinari (alexei gradinari) | Labels: | pjsip |
Date Opened: | 2016-04-07 12:23:27 | Date Closed: | 2016-07-17 08:02:39 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | Resources/res_pjsip |
Versions: | 13.8.0 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | With the old SIP module we can use IP access controls per peer.
PJSIP module missing this feature. PJSIP endpoint should have next configuration options: "acl" - list of IP ACL section names in acl.conf "deny" - List of IP addresses to deny access from "permit" - List of IP addresses to permit access from "contact_acl" - List of Contact ACL section names in acl.conf "contact_deny" - List of Contact header addresses to deny "contact_permit" - List of Contact header addresses to permit | ||
Comments: | By: Asterisk Team (asteriskteam) 2016-04-07 12:23:27.776-0500 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. |