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.
| Parámetro | Tipo | Descripció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. |
Copyright © 2005, 2006 Marco Lorrai