From c6dad7378dd533e7c1fd4891d75cd9d9f6dd483f Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sun, 31 Dec 2006 09:38:27 +0000 Subject: 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 --- CHANGES | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'CHANGES') 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. -- cgit v1.2.3