Module: sip-router
Branch: master
Commit: 9af31f9c44cc35a4cbe74accf79513c7272ec93c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9af31f9…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Wed Jan 9 19:50:12 2013 +0100
sipcapture Small cleanup in docs
---
modules/sipcapture/README | 28 +++++++++++++-------------
modules/sipcapture/doc/sipcapture_admin.xml | 14 +++++++-----
2 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/modules/sipcapture/README b/modules/sipcapture/README
index d83d88d..024466f 100644
--- a/modules/sipcapture/README
+++ b/modules/sipcapture/README
@@ -52,7 +52,7 @@ Alexandr Dubovikov
5.1. sipcapture.status param
6. Database setup
- 7. Limitation
+ 7. Limitations
List of Examples
@@ -109,7 +109,7 @@ Chapter 1. Admin Guide
5.1. sipcapture.status param
6. Database setup
- 7. Limitation
+ 7. Limitations
1. Overview
@@ -394,18 +394,18 @@ modparam("sipcapture", "capture_node",
"homer03")
6. Database setup
- Before running Kamailio with sipcapture, you have to setup the database
- tables where the module will store the data. For that, if the table
- were not created by the installation script or you choose to install
- everything by yourself you can use the sipcapture_create.sql, SQL
- script in the sql folder of sipcapture module as template. You can also
- find the complete database documentation on the project webpage,
+ Before running Kamailio with the sipcapture module, you have to setup
+ the database tables where the module will store the data. For that, if
+ the table were not created by the installation script or you choose to
+ install everything by yourself you can use the sipcapture_create.sql,
+ SQL script in the sql folder of sipcapture module as template. You can
+ also find the complete database documentation on the project webpage,
http://www.kamailio.org/docs/db-tables/kamailio-db-devel.html.
-7. Limitation
+7. Limitations
- 1. Only one capturing mode on RAW socket is supported: IPIP or
- monitoring/mirroring port. Don't activate both at the same time. 2. By
- default MySQL doesn't support INSERT DELAYED for partitioning table.
- You can patch MySQL (
http://bugs.mysql.com/bug.php?id=50393) 3.
- Mirroring port capturing works only on Linux.
+ * 1. Only one capturing mode on RAW socket is supported: IPIP or
+ monitoring/mirroring port. Don't activate both at the same time.
+ * 2. By default MySQL doesn't support INSERT DELAYED for partitioning
+ table. You can patch MySQL (
http://bugs.mysql.com/bug.php?id=50393)
+ * 3. Mirroring port capturing works only on Linux.
diff --git a/modules/sipcapture/doc/sipcapture_admin.xml
b/modules/sipcapture/doc/sipcapture_admin.xml
index e1be9b7..ba64f1c 100644
--- a/modules/sipcapture/doc/sipcapture_admin.xml
+++ b/modules/sipcapture/doc/sipcapture_admin.xml
@@ -458,7 +458,7 @@ modparam("sipcapture", "capture_node",
"homer03")
<section>
<title>Database setup</title>
<para>
- Before running &kamailio; with sipcapture, you have to setup the database
+ Before running &kamailio; with the sipcapture module, you have to setup the
database
tables where the module will store the data. For that, if the table were not
created by the installation script or you choose to install everything by
yourself you can use the sipcapture_create.sql, <acronym>SQL</acronym>
script
@@ -467,16 +467,18 @@ modparam("sipcapture", "capture_node",
"homer03")
</para>
</section>
<section>
- <title>Limitation</title>
- <para>
-
+ <title>Limitations</title>
+ <itemizedlist>
+ <listitem>
1. Only one capturing mode on RAW socket is supported: IPIP or monitoring/mirroring
port.
Don't activate both at the same time.
+ </listitem><listitem>
2. By default MySQL doesn't support INSERT DELAYED for partitioning table. You can
patch MySQL
(
http://bugs.mysql.com/bug.php?id=50393)
+ </listitem><listitem>
3. Mirroring port capturing works only on Linux.
-
- </para>
+ </listitem>
+ </itemizedlist>
</section>
</chapter>