aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-03 15:16:33 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-03 15:16:33 +0000
commitf5d118c41cf64040d8f285e74a07a642ba4e415b (patch)
tree3b92ada370f693e1d2601bb21f1fea82eea570a2 /CHANGES
parent2baff26171263be72298bb994bce3be5ae902dce (diff)
Adding a separation of remote authentication and our authentication.
remotesecret => our password for a remote service secret => our authentication when someone calls us Secret => still has both functions if remotesecret is not used. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153904 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d508c3f69..623bd9eb3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,10 @@ SIP Changes
making the new/old message count available to local devices.
* Added support for setting the domain in the URI for caller of an
outbound call by using the SIPFROMDOMAIN channel variable.
+ * Added a new configuration option "remotesecret" for authentication to
+ remote services. For backwards compatibility, "secret" still has the
+ same function as before, but now you can configure both a remote secret and a
+ local secret for mutual authentication.
Skinny Changes
--------------