summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-12-31 09:38:27 +0000
committerOlle Johansson <oej@edvina.net>2006-12-31 09:38:27 +0000
commitc6dad7378dd533e7c1fd4891d75cd9d9f6dd483f (patch)
tree6040f10d8af7f0d9958681fb083a8e886fe5a866 /CHANGES
parent0375227e5c033bb1acbcab65305c025cb3149a74 (diff)
Update CHANGES, make section about SIP. This might be a good way to handle
other parts of this file too, as it grows. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 12 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 76d90a0c1..b93968d08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,6 @@ Changes since Asterisk 1.4-beta was branched:
prompts within the Voicemail application by changing them in voicemail.conf
* enable https support for builtin web server.
See configs/http.conf.sample for details.
- * add a new option, match_auth_username, to sip.conf,
- to improve the matching of incoming requests.
- If set, and the incoming request carries authentication info,
- the username to match in the users list is taken from there
- rather than from the From: field.
* Argument support for Gosub application
* MailboxExists converted to dialplan function
* Ability to set process limits without restarting Asterisk
@@ -65,3 +60,15 @@ Changes since Asterisk 1.4-beta was branched:
what Asterisk should set as the maximum number of open files when it loads.
* Added the jittertargetextra configuration option.
* Added the URI redirect option for the built-in HTTP server
+
+SIP changes
+-----------
+ * The default SIP useragent= identifier now includes the Asterisk version
+ * A new option, match_auth_username in sip.conf changes the matching of incoming requests.
+ If set, and the incoming request carries authentication info,
+ the username to match in the users list is taken from the Digest header
+ rather than from the From: field. This feature is considered experimental.
+ * The "musiconhold" and "musicclass" settings in sip.conf are now removed,
+ since they where replaced by "mohsuggest" and "mohinterpret" in version 1.4
+ * The "localmask" setting was removed in version 1.2 and the reminder about it
+ being removed is now also removed.