From 6fcc8ed36bc2ef598c2a8f44b8b4b0253c43abf1 Mon Sep 17 00:00:00 2001 From: Olle Johansson <oej@edvina.net> Date: Thu, 15 Feb 2007 12:12:51 +0000 Subject: [PATCH] Update CHANGES git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54575 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index faf8342949..12f66a416d 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. -- GitLab