summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-11-03 15:16:33 +0000
committerOlle Johansson <oej@edvina.net>2008-11-03 15:16:33 +0000
commit204845843e66820f3d1bc9ba038869eec876d27a (patch)
tree3b92ada370f693e1d2601bb21f1fea82eea570a2 /CHANGES
parent4c3ce9b8a1379deb6a91c1f608bc7aede547d054 (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: https://origsvn.digium.com/svn/asterisk/trunk@153904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
--------------