aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-15 12:12:51 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-15 12:12:51 +0000
commitef9000c4bb6c048ea4930013f6d66af38a70240c (patch)
treedbaaa8391732e0ed3e4facc87c851590346a5a25 /CHANGES
parent0a4f7d035219059a434aa9863ccff2dee11352be (diff)
Update CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54575 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index faf834294..12f66a416 100644
--- a/CHANGES
+++ b/CHANGES
@@ -95,3 +95,7 @@ SIP changes
being removed is now also removed.
* A new option "busy-level" for setting a level of calls where asterisk reports
a device as busy, to separate it from call-limit
+ * A new realtime family called "sipregs" is now supported to store SIP registration
+ data. If this family is defined, "sippeers" will be used for configuration and
+ "sipregs" for registrations. If it's not defined, "sippeers" will be used for
+ registration data, as before.