|
From: <do_...@wu...> - 2011-11-18 22:09:54
|
Author: kurtis.heimerl
Date: 2011-11-18 16:09:47 -0600 (Fri, 18 Nov 2011)
New Revision: 2571
Modified:
software/public/subscriberRegistry/trunk/sipauthserve.example.sql
Log:
some small clarifications on the sipauthserve sql file
Modified: software/public/subscriberRegistry/trunk/sipauthserve.example.sql
===================================================================
--- software/public/subscriberRegistry/trunk/sipauthserve.example.sql 2011-11-18 22:09:44 UTC (rev 2570)
+++ software/public/subscriberRegistry/trunk/sipauthserve.example.sql 2011-11-18 22:09:47 UTC (rev 2571)
@@ -5,4 +5,7 @@
INSERT INTO "CONFIG" VALUES('Log.Level','WARNING',0,0,'Default logging level when no other level is defined for a file.');
INSERT INTO "CONFIG" VALUES('SubscriberRegistry.db','/var/lib/asterisk/sqlite3dir/sqlite3.db',0,0,'The location of the sqlite3 database holding the subscriber registry.');
INSERT INTO "CONFIG" VALUES('SubscriberRegistry.Port','5064',0,0,'The port for the subscriber registry. Static.');
+-- following two are only used by srmanager, which is not built be default
+--INSERT INTO "CONFIG" VALUES('SubscriberRegistry.Manager.Title','No Idea',0,0,'No idea what this is supposed to be -kurtis');
+--INSERT INTO "CONFIG" VALUES('SubscriberRegistry.Manager.VisibleColumns','No Idea',0,0,'No idea what this is supposed to be');
COMMIT;
|