Module: sip-router
Branch: tteras/db_sqlite
Commit: 78e9801b3fd167d7b548cbe7d0bf8b7b2e45201f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78e9801…
Author: Timo Teräs <timo.teras(a)iki.fi>
Committer: Timo Teräs <timo.teras(a)iki.fi>
Date: Thu May 26 11:36:17 2011 +0300
db_sqlite(k): add README
With information about author and module dependencies.
---
modules_k/db_sqlite/README | 71 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/modules_k/db_sqlite/README b/modules_k/db_sqlite/README
new file mode 100644
index 0000000..a19b2a6
--- /dev/null
+++ b/modules_k/db_sqlite/README
@@ -0,0 +1,71 @@
+SQlite Module
+
+Timo Teräs
+
+Edited by
+
+Timo Teräs
+
+ Copyright © 2011 Timo Teräs
+ Revision History
+ Revision $Revision$ $Date$
+ __________________________________________________________________
+
+ Table of Contents
+
+ 1. Admin Guide
+
+ 1. Overview
+ 2. Dependencies
+
+ 2.1. Kamailio Modules
+ 2.2. External Libraries or Applications
+
+ 3. Exported Parameters
+
+ 4. Exported Functions
+
+Chapter 1. Admin Guide
+
+ Table of Contents
+
+ 1. Overview
+ 2. Dependencies
+
+ 2.1. Kamailio Modules
+ 2.2. External Libraries or Applications
+
+ 3. Exported Parameters
+
+ 4. Exported Functions
+
+1. Overview
+
+ The module is an implementation of the internal DB API v1 connector
+ for SQlite 3 file.
+
+2. Dependencies
+
+ 2.1. Kamailio Modules
+ 2.2. External Libraries or Applications
+
+2.1. Kamailio Modules
+
+ The following modules must be loaded before this module:
+ * No dependencies on other Kamailio modules.
+
+2.2. External Libraries or Applications
+
+ The following libraries or applications must be installed before
+ running Kamailio with this module loaded:
+ * SQlite 3 library - e.g., libsqlite3-0
+ * SQlite 3 devel library - to compile the module e.g. libsqlite3-dev
+ * SQlite 3 utilities - for kamdbctl e.g. sqlite3
+
+3. Exported Parameters
+
+ NONE
+
+4. Exported Functions
+
+ NONE