Documentation |
Documentation -> Manuals -> Manual 3.0 -> Database DeploymentPages for other versions: devel 3.5 3.4 Older versions: 3.3 3.2 3.1 3.0 2.4 2.3 2.2 2.1 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4
After installing your OpenSIPS, most likely you will need to also deploy a database that you could use for various reasons ( DB user authentication, persistent registrations, dialogs, etc ). Table of Content (hide) You can deploy the opensips database using the opensips-cli tool. Before you do that, you should install it. 1. Configuring OpenSIPS CLIOpen your OpenSIPS CLI configuration file and specify the following parameters:
You can find more information about the OpenSIPS CLI tool configuration here. Note: OpenSIPS CLI searches for its configuration files in 2. Creating the DatabaseIn order to create the opensips-cli -x database create Later, if you decide to add a new module, for example presence, simply call: opensips-cli -x database add presence You can also specify a different name for the database, for example opensips-cli -x database create opensips_test |