Table of Contents
List of Examples
Table of Contents
The following modules must be loaded before this module:
No dependencies on other Kamailio modules.
To use the module, first you have to load it in the Kamailio configuration file.
Then set the db_url (or similar) parameter of modules that have to use the SQLite database to driver part 'sqlite://', followed by the path to database file. For example:
Example 1.2. db_url module parameter
usage
... modparam("auth_db", "db_url", "sqlite:///etc/kamailio/kamailio.db") ...
In the default config file, defined token DBURL can be updated like: