aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 14:18:00 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 14:18:00 +0000
commit0bcf23701ff51a355997c0524172646790c9c568 (patch)
tree61e7fc4d58f9a706688d302fc5b93a86523b9b48 /CHANGES
parent568e38af17762ad97dcc57057f00d60f91df2469 (diff)
document a couple of recently introduced feature
also including the version number where the feature appeared. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46198 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4cd7597f3..7d6b9366b 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