Module: sip-router
Branch: janakj/mysql
Commit: 409249d61e6fa1a0e478fdfc5dd1ac3dcad957c9
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=409249d…
Author: Klaus Darilion <klaus.darilion(a)pernau.at>
Committer: Klaus Darilion <klaus.darilion(a)pernau.at>
Date: Wed Aug 6 10:49:19 2008 +0000
- regenerated all READMEs (make modules-readme exclude_modules="")
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4596 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 36 +++++++++++++++++++-----------------
1 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index a90e8f9..299309b 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -1,3 +1,4 @@
+
mysql Module
Daniel-Constantin Mierla
@@ -12,9 +13,9 @@ Daniel-Constantin Mierla
Copyright � 2006 voice-system.ro
Revision History
- Revision $Revision$ $Date: 2008-03-19 20:31:30 +0100
- (Mi, 19 Mär 2008) $
- __________________________________________________________
+ Revision $Revision$ $Date: 2008-08-06 12:08:33 +0200
+ (Wed, 06 Aug 2008) $
+ _________________________________________________________
Table of Contents
@@ -45,8 +46,8 @@ Chapter 1. Admin Guide
1.1. Overview
- This is a module which provides MySQL connectivity for Kamailio.
- It implements the DB API defined in Kamailio.
+ This is a module which provides MySQL connectivity for
+ Kamailio. It implements the DB API defined in Kamailio.
1.2. Dependencies
@@ -59,8 +60,8 @@ Chapter 1. Admin Guide
The following libraries or applications must be installed
before running Kamailio with this module loaded:
- * mysql - the development libraries forthe Mysql database. In
- some Linux distributions named "libmysqlclient-dev".
+ * mysql - the development libraries forthe Mysql database.
+ In some Linux distributions named "libmysqlclient-dev".
1.3. Exported Parameters
@@ -69,7 +70,7 @@ Chapter 1. Admin Guide
Time interval in seconds to send ping messages to MySQL server
in order to keep the connection open.
- Default value is 300 (5 min).
+ Default value is 300 (5 min).
Example 1.1. Set ping_interval parameter
...
@@ -79,15 +80,16 @@ modparam("db_mysql", "ping_interval", 600)
1.3.2. timeout_interval (integer)
Time interval (in seconds) after that an connection attempt,
- read or write request is aborted. The value counts three times,
- as several retries are done from the driver before it gives up.
+ read or write request is aborted. The value counts three
+ times, as several retries are done from the driver before it
+ gives up.
The read timeout parameter is ignored on MySQL driver versions
prior to "5.1.12", "5.0.25" and "4.1.22". The write timeout
parameter is ignored on versions prior to "5.1.12" and
"5.0.25", the "4.1" release don't support it at all.
- Default value is 2 (6 sec).
+ Default value is 2 (6 sec).
Example 1.2. Set timeout_interval parameter
...
@@ -99,7 +101,7 @@ modparam("db_mysql", "timeout_interval", 2)
Configure whether the module should automatically reconnect to
MySQL server if the connection was lost.
- Default value is 1 (1 - on / 0 - off).
+ Default value is 1 (1 - on / 0 - off).
Example 1.3. Set auto_reconnect parameter
...
@@ -112,12 +114,12 @@ modparam("auto_reconnect", "auto_reconnect", 0)
1.5. Installation
- Because it dependes on an external library, the mysql module is
- not compiled and installed by default. You can use one of these
- options.
+ Because it dependes on an external library, the mysql module
+ is not compiled and installed by default. You can use one of
+ these options.
* - edit the "Makefile" and remove "db_mysql" from
- "excluded_modules" list. Then follow the standard procedure
- to install Kamailio: "make all; make install".
+ "excluded_modules" list. Then follow the standard
+ procedure to install Kamailio: "make all; make install".
* - from command line use: 'make all
include_modules="db_mysql"; make install
include_modules="db_mysql"'.
Module: sip-router
Branch: janakj/mysql
Commit: 4b96eb712fb0de53ec0b04b97910b8ddfe61400a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b96eb7…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Thu Aug 7 09:15:08 2008 +0000
- fix link entity names, patch from Carsten Gross
- regenerate READMEs
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4630 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 30 ++++++++++++++----------------
1 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 299309b..54951d1 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -1,4 +1,3 @@
-
mysql Module
Daniel-Constantin Mierla
@@ -14,8 +13,8 @@ Daniel-Constantin Mierla
Copyright � 2006 voice-system.ro
Revision History
Revision $Revision$ $Date: 2008-08-06 12:08:33 +0200
- (Wed, 06 Aug 2008) $
- _________________________________________________________
+ (Mi, 06 Aug 2008) $
+ __________________________________________________________
Table of Contents
@@ -60,8 +59,8 @@ Chapter 1. Admin Guide
The following libraries or applications must be installed
before running Kamailio with this module loaded:
- * mysql - the development libraries forthe Mysql database.
- In some Linux distributions named "libmysqlclient-dev".
+ * mysql - the development libraries forthe Mysql database. In
+ some Linux distributions named "libmysqlclient-dev".
1.3. Exported Parameters
@@ -70,7 +69,7 @@ Chapter 1. Admin Guide
Time interval in seconds to send ping messages to MySQL server
in order to keep the connection open.
- Default value is 300 (5 min).
+ Default value is 300 (5 min).
Example 1.1. Set ping_interval parameter
...
@@ -80,16 +79,15 @@ modparam("db_mysql", "ping_interval", 600)
1.3.2. timeout_interval (integer)
Time interval (in seconds) after that an connection attempt,
- read or write request is aborted. The value counts three
- times, as several retries are done from the driver before it
- gives up.
+ read or write request is aborted. The value counts three times,
+ as several retries are done from the driver before it gives up.
The read timeout parameter is ignored on MySQL driver versions
prior to "5.1.12", "5.0.25" and "4.1.22". The write timeout
parameter is ignored on versions prior to "5.1.12" and
"5.0.25", the "4.1" release don't support it at all.
- Default value is 2 (6 sec).
+ Default value is 2 (6 sec).
Example 1.2. Set timeout_interval parameter
...
@@ -101,7 +99,7 @@ modparam("db_mysql", "timeout_interval", 2)
Configure whether the module should automatically reconnect to
MySQL server if the connection was lost.
- Default value is 1 (1 - on / 0 - off).
+ Default value is 1 (1 - on / 0 - off).
Example 1.3. Set auto_reconnect parameter
...
@@ -114,12 +112,12 @@ modparam("auto_reconnect", "auto_reconnect", 0)
1.5. Installation
- Because it dependes on an external library, the mysql module
- is not compiled and installed by default. You can use one of
- these options.
+ Because it dependes on an external library, the mysql module is
+ not compiled and installed by default. You can use one of these
+ options.
* - edit the "Makefile" and remove "db_mysql" from
- "excluded_modules" list. Then follow the standard
- procedure to install Kamailio: "make all; make install".
+ "excluded_modules" list. Then follow the standard procedure
+ to install Kamailio: "make all; make install".
* - from command line use: 'make all
include_modules="db_mysql"; make install
include_modules="db_mysql"'.
Module: sip-router
Branch: janakj/mysql
Commit: 2b8cb3bf2cf0852b5bbe50cf868e0fb20026142e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b8cb3b…
Author: Klaus Darilion <klaus.darilion(a)pernau.at>
Committer: Klaus Darilion <klaus.darilion(a)pernau.at>
Date: Wed Aug 6 08:20:30 2008 +0000
- renaming: openser -> kamailio
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4585 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 4 ++--
modules/db_mysql/km_db_mysql.c | 4 ++--
modules/db_mysql/km_doc/db_mysql_admin.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 5172a5c..a90e8f9 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -45,8 +45,8 @@ Chapter 1. Admin Guide
1.1. Overview
- This is a module which provides MySQL connectivity for OpenSER.
- It implements the DB API defined in OpenSER.
+ This is a module which provides MySQL connectivity for Kamailio.
+ It implements the DB API defined in Kamailio.
1.2. Dependencies
diff --git a/modules/db_mysql/km_db_mysql.c b/modules/db_mysql/km_db_mysql.c
index 85ec24d..1b1e778 100644
--- a/modules/db_mysql/km_db_mysql.c
+++ b/modules/db_mysql/km_db_mysql.c
@@ -35,8 +35,8 @@
* Module: \ref db_mysql
*/
-/*! \defgroup db_mysql DB_MYSQL :: the MySQL driver for OpenSER
- * \brief The OpenSER database interface to the MySQL database
+/*! \defgroup db_mysql DB_MYSQL :: the MySQL driver for Kamailio
+ * \brief The Kamailio database interface to the MySQL database
* - http://www.mysql.org
*
*/
diff --git a/modules/db_mysql/km_doc/db_mysql_admin.xml b/modules/db_mysql/km_doc/db_mysql_admin.xml
index 7478c78..b42bd59 100644
--- a/modules/db_mysql/km_doc/db_mysql_admin.xml
+++ b/modules/db_mysql/km_doc/db_mysql_admin.xml
@@ -7,8 +7,8 @@
<section>
<title>Overview</title>
<para>
- This is a module which provides MySQL connectivity for OpenSER.
- It implements the DB API defined in OpenSER.
+ This is a module which provides MySQL connectivity for Kamailio.
+ It implements the DB API defined in Kamailio.
</para>
</section>
Module: sip-router
Branch: janakj/mysql
Commit: d85d5a2351fca762da65afb66c617ee6e7ed2f75
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d85d5a2…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Jul 30 09:20:54 2008 +0000
- fix some FAQ entries, change missing entity, regenerate READMEs
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4524 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 511aea6..5172a5c 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -23,7 +23,7 @@ Daniel-Constantin Mierla
1.1. Overview
1.2. Dependencies
- 1.2.1. OpenSER Modules
+ 1.2.1. Kamailio Modules
1.2.2. External Libraries or Applications
1.3. Exported Parameters
@@ -50,15 +50,15 @@ Chapter 1. Admin Guide
1.2. Dependencies
-1.2.1. OpenSER Modules
+1.2.1. Kamailio Modules
The following modules must be loaded before this module:
- * No dependencies on other OpenSER modules.
+ * No dependencies on other Kamailio modules.
1.2.2. External Libraries or Applications
The following libraries or applications must be installed
- before running OpenSER with this module loaded:
+ before running Kamailio with this module loaded:
* mysql - the development libraries forthe Mysql database. In
some Linux distributions named "libmysqlclient-dev".
@@ -117,7 +117,7 @@ modparam("auto_reconnect", "auto_reconnect", 0)
options.
* - edit the "Makefile" and remove "db_mysql" from
"excluded_modules" list. Then follow the standard procedure
- to install OpenSER: "make all; make install".
+ to install Kamailio: "make all; make install".
* - from command line use: 'make all
include_modules="db_mysql"; make install
include_modules="db_mysql"'.