Module: kamailio
Branch: master
Commit: b0c51f5768afe7869d7aadfc05bee40863975b43
URL:
https://github.com/kamailio/kamailio/commit/b0c51f5768afe7869d7aadfc05bee40…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-03-26T13:36:36+01:00
permissions: updated project anem in same register deny file
---
Modified: src/modules/permissions/config/register.deny
---
Diff:
https://github.com/kamailio/kamailio/commit/b0c51f5768afe7869d7aadfc05bee40…
Patch:
https://github.com/kamailio/kamailio/commit/b0c51f5768afe7869d7aadfc05bee40…
---
diff --git a/src/modules/permissions/config/register.deny
b/src/modules/permissions/config/register.deny
index 920ea482f6..be20d1563e 100644
--- a/src/modules/permissions/config/register.deny
+++ b/src/modules/permissions/config/register.deny
@@ -1,6 +1,4 @@
#
-# $Id$
-#
# Suppose that we have a PSTN gateway with IP address 1.2.3.4
# We should prevent REGISTER messages that contain that IP
# address in Contact header field because that can cause serious
@@ -22,5 +20,5 @@ ALL : "^sip:.*1\.2\.3\.4$"
# domains that point to any IP. To prevent this the usage of hostnames
# and domains in the Contact header field should be avoided.
# A better solution to this problem is the usage of the dst_blocklist
-# feature in the openser core. All "critical" IPs should be added to
+# feature in the kamailio core. All "critical" IPs should be added to
# this list.