summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b39d04478..1f5ea5406 100644
--- a/CHANGES
+++ b/CHANGES
@@ -404,6 +404,20 @@ res_pjsip
dynamically create and destroy a NoOp priority 1 extension
for a given endpoint who registers or unregisters with us.
+ * Endpoints and aors can now be identified by the username and realm in an
+ incoming Authorization header. To use this feature, add "auth_username"
+ to your endpoint's "identify_by" list. You can combine "auth_username"
+ and the original "username" to test both the From/To and Authorization
+ headers. For endpoints, the order is controlled by the global
+ "endpoint_identifier_order" setting. For matching aors to an endpoint
+ for inbound registration, the order is controlled by this option.
+
+ * In conjunction with the "auth_username" change, 3 new options have been
+ added to the global configuration object that control how many unidentified
+ requests over a certain period from the same IP address can be received
+ before a security altert is generated. A new CLI command
+ "pjsip show unidentified_requests" will list the current candidates.
+
res_pjsip_history
------------------
* A new module, res_pjsip_history, has been added that provides SIP history