aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-31 09:38:27 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-31 09:38:27 +0000
commit73a2420e161ab98b014743ee1e44d3b8d908a9b8 (patch)
tree6040f10d8af7f0d9958681fb083a8e886fe5a866
parentfe9c72a950dd559d3905f873c4a08deabdca77b8 (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: http://svn.digium.com/svn/asterisk/trunk@49082 f38db490-d61c-443f-a65b-d21fe96a405b
-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.