From c0166c037a9db4d0cc90e335541ea7b24add4768 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 18 Jan 2016 09:05:39 +0100 Subject: [PATCH] lib/srdb1: uacreg table has two new columns - flags, reg_delay - store the flags for runtime behavior - delay intial registration (allow to spread registrations over an interval of time, not to flood the registrar at the same time) --- lib/srdb1/schema/uacreg.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/srdb1/schema/uacreg.xml b/lib/srdb1/schema/uacreg.xml index 7f690b6a3bb..18baeffcd65 100644 --- a/lib/srdb1/schema/uacreg.xml +++ b/lib/srdb1/schema/uacreg.xml @@ -9,7 +9,7 @@ uacreg - 1 + 2&MYSQL_TABLE_TYPE; This table is used by theuac module to load user details for remote server registration: &KAMAILIO_MOD_DOC;uac.html @@ -105,6 +105,20 @@ Expiration time (in seconds, 0 means disabled) + + flags + int + 0 + Flags to control the behavior + + + + reg_delay + int + 0 + Initial registration delay + + l_uuid_idx