Skip to content

UNIXODBC module

This module allows to use the unixodbc package with OpenSIPS. 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.

The following modules must be loaded before this module:

  • No dependencies on other OpenSIPS modules.

The following libraries or applications must be installed before running OpenSIPS with this module loaded:

  • None.

Turns on or off the auto_reconnect mode.

Default value is “1”, this means it is enabled.

Set the 'auto_reconnect' parameter
...
modparam("db_unixodbc", "auto_reconnect", 0)
...

Escape values in query using internal escape_common() function. It escapes single quote ''', double quote ’”’, backslash ”, and NULL characters.

You should enable this parameter if you know that the ODBC driver considers the above characters as special (for marking begin and end of a value, escape other characters …). It prevents against SQL injection.

Default value is “0” (0 = disabled; 1 = enabled).

Set the 'use_escape_common' parameter
...
modparam("db_unixodbc", "use_escape_common", 1)
...

NONE

Prerequirement: you should first install unixodbc (or another program that implements the odbc standard, such iodbc), your database, and the right connector. Set the DSN in the odbc.ini file and the connector drivers in the odbcinst.ini file.

In the opensips.conf file, add the line:

....
loadmodule "/usr/local/lib/opensips/modules/db_unixodbc.so"
....

You should also uncomment this:

....
loadmodule "/usr/local/lib/opensips/modules/auth.so"
loadmodule "/usr/local/lib/opensips/modules/auth_db.so"
modparam("usrloc", "working_mode_preset", "single-instance-sql-write-back")
modparam("auth_db", "calculate_ha1", yes)
modparam("auth_db", "password_column", "password")
....

and setting the DSN specified in the odbc.ini, inserting this with the url adding this line:

....
modparam("usrloc|auth_db", "db_url",
"unixodbc://opensips:opensipsrw@localhost/my_dsn")
....

replacing my_dsn with the correct value.

Terminal window
shell>safe_mysqld --user=mysql --socket=/var/lib/mysql/mysql.sock

The connector search the socket in /var/lib/mysql/mysql.sock and not in /tmp/mysql.sock

The module implements the OpenSIPS DB API, in order to be used by other modules.

Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)

#NameDevScoreCommitsLines++Lines—
1.Henning Westerholt (@henningw)1022426183362
2.Bogdan-Andrei Iancu (@bogdan-iancu)4531661462
3.Marco Lorrai24126600
4.Daniel-Constantin Mierla (@miconda)2015226145
5.Liviu Chircu (@liviuchircu)2011183362
6.Razvan Crainea (@razvancrainea)13116729
7.Stefan Darius (@dariusstefan)7419725
8.Peter Lemenkov (@lemenkov)4287
9.Maksym Sobolyev (@sobomax)4244
10.Vlad Patrascu (@rvlad-patrascu)4233

All remaining contributors: Anca Vamanu, Elena-Ramona Modroiu, Anonymous, Konstantin Bokarius, Razvan Pistolea, Alex Massover, Norman Brandinger (@NormB), Edson Gellert Schubert, Vlad Paiu (@vladpaiu), Carsten Bock.

(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)

(2) including any documentation-related commits, excluding merge commits

(3) ignoring whitespace edits, renamed files and auto-generated files

#NameCommit Activity
1.Stefan Darius (@dariusstefan)Jun 2026 - Jul 2026
2.Razvan Crainea (@razvancrainea)Oct 2011 - Jun 2026
3.Peter Lemenkov (@lemenkov)Jun 2018 - Feb 2025
4.Liviu Chircu (@liviuchircu)Mar 2014 - May 2024
5.Maksym Sobolyev (@sobomax)Feb 2023 - Feb 2023
6.Bogdan-Andrei Iancu (@bogdan-iancu)Dec 2005 - Apr 2019
7.Vlad Patrascu (@rvlad-patrascu)May 2017 - Apr 2019
8.Vlad Paiu (@vladpaiu)Jul 2011 - Jul 2011
9.Razvan PistoleaJul 2009 - Jul 2009
10.Alex MassoverMar 2009 - Mar 2009

All remaining contributors: Carsten Bock, Henning Westerholt (@henningw), Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Anca Vamanu, Elena-Ramona Modroiu, Norman Brandinger (@NormB), Anonymous, Marco Lorrai.

(1) including any documentation-related commits, excluding merge commits

Last edited by: Razvan Crainea (@razvancrainea), Peter Lemenkov (@lemenkov), Liviu Chircu (@liviuchircu), Bogdan-Andrei Iancu (@bogdan-iancu), Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Henning Westerholt (@henningw), Elena-Ramona Modroiu, Marco Lorrai.

All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0