← Volver al índice de módulos

db_unixodbc

This module allows to use the unixodbc package with Kamailio. It have been tested with mysql and the odbc connector, but it should work also with other database.
🗄️ Base de Datos Kamailio 6.1 10 parámetros

Descripción general

This module allows to use the unixodbc package with Kamailio. It have been tested with mysql and the odbc connector, but it should work also with other database. The auth_db module works. For more information, see the http://www.unixodbc.org/ project web page. To see what DB engines can be used via unixodbc, look at http://www.unixodbc.org/drivers.html.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/db_unixodbc.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/db_unixodbc

Parámetros de configuración

ParámetroTipoDescripción
ping_interval int 3.2. auto_reconnect (int) 3.3. use_escape_common (int) 3.4. replace_query (int) 3.5. quote_char (str)
auto_reconnect int 3.3. use_escape_common (int) 3.4. replace_query (int) 3.5. quote_char (str)
use_escape_common int 3.4. replace_query (int) 3.5. quote_char (str)
replace_query int 3.5. quote_char (str)
quote_char str 3.1. ping_interval (int)
ping_interval int Sets the ping time interval.
auto_reconnect int Turns on or off the auto_reconnect mode.
use_escape_common int Escape values in query using internal escape_common() function. It escapes single quote ''', double quote '"', backslash '\', and NULL characters.
replace_query int Tells if the ODBC replace query is supported by the DB odbc driver.
quote_char str The character to be used for quoting the table and column names in database queries.

Autores y contribuidores

Marco Lorrai

Copyright © 2005, 2006 Marco Lorrai

Módulos relacionados

db2_ops db_cluster db_flatstore db_mongodb db_mysql db_postgres db_redis db_sqlite