From: Luigi Rizzo Date: Wed, 25 Oct 2006 14:18:00 +0000 (+0000) Subject: document a couple of recently introduced feature X-Git-Tag: 1.6.0-beta1~3^2~4281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307e310dee42676a94b0ea4c4821a2eb661d9333;p=thirdparty%2Fasterisk.git document a couple of recently introduced feature also including the version number where the feature appeared. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46198 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 4cd7597f33..7d6b9366b4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes since Asterisk 1.4-beta was branched: - + * rev.45982: enable https support for builtin web server. + See configs/http.conf.sample for details. + * rev.45945: 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