Copyright © 2006 voice-system.ro
ping_interval
(integer)auto_reconnect
(integer)ping_interval
parameterauto_reconnect
parameterThis is a module which provides MySQL connectivity for OpenSER. It implements the DB API defined in OpenSER.
The following modules must be loaded before this module:
No dependencies on other OpenSER modules.
The following libraries or applications must be installed before running OpenSER with this module loaded:
libmysqlclient-dev - the development libraries of mysql-client.
ping_interval
(integer)Time interval to send ping messages to MySQL server in order to keep the connection open.
Default value is 300 (5min).
auto_reconnect
(integer)Configure the module to auto reconnect to MySQL server if the connection was lost.
Default value is 1 (1 - on / 0 - off).
Because it dependes on an external library, the mysql module is not compiled and installed by default. You can use one of the next options.
- edit the "Makefile" and remove "mysql" from "excluded_modules" list. Then follow the standard procedure to install OpenSER: "make all; make install".
- from command line use: 'make all include_modules="mysql"; make install include_modules="mysql"'.
Take a look at http://openser.org/.
First at all check if your question was already answered on one of our mailing lists:
User Mailing List - http://openser.org/cgi-bin/mailman/listinfo/users
Developer Mailing List - http://openser.org/cgi-bin/mailman/listinfo/devel
E-mails regarding any stable OpenSER release should be sent to
<users@openser.org>
and e-mails regarding development versions
should be sent to <devel@openser.org>
.
If you want to keep the mail private, send it to
<team@openser.org>
.
Please follow the guidelines provided at: http://sourceforge.net/tracker/?group_id=139143.