Module: sip-router Branch: master Commit: 9683068672ffb4679b6caa3d1a3a8b51aeedffd9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96830686...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Sun Oct 21 19:02:56 2012 +0200
sipcapture Fixing typos in documentation
---
modules/sipcapture/README | 20 ++++++++++---------- modules/sipcapture/doc/sipcapture_admin.xml | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/modules/sipcapture/README b/modules/sipcapture/README index 1b3bf1f..28b7da9 100644 --- a/modules/sipcapture/README +++ b/modules/sipcapture/README @@ -63,8 +63,8 @@ Alexandr Dubovikov 1.9. Set raw_moni_capture_on parameter 1.10. Set raw_socket_listen parameter 1.11. Set raw_socket_listen parameter - 1.12. Set raw_socket_listen parameter - 1.13. Set hep_capture_on parameter + 1.12. Set raw_sock_children parameter + 1.13. Set promiscous_on parameter 1.14. Set raw_moni_bpf_on parameter 1.15. Set capture_node parameter
@@ -105,13 +105,13 @@ Chapter 1. Admin Guide
1. Overview
- Offer a possibility to store incoming/outgoing SIP messages in + The sipcapture module stores incoming/outgoing SIP messages in database.
- Kamailio can capture SIP messages in three mode + Kamailio can capture SIP messages in three modes * IPIP encapsulation. (ETHHDR+IPHDR+IPHDR+UDPHDR). * Monitoring/mirroring port. - * Homer encapsulation protocl mode (HEP v1). + * Homer encapsulation protocol mode (HEP v1).
The capturing can be turned on/off using fifo commad.
@@ -166,7 +166,7 @@ modparam("sipcapture", "db_url", "mysql://user:passwd@host/dbname")
3.2. table_name (str)
- Name of the table's name where to store the SIP messages. Can contain + Name of the table's name used to store the SIP messages. Can contain multiple tables, separated by "|".
Default value is "sip_capture". @@ -300,12 +300,12 @@ modparam("sipcapture", "raw_interface", "eth0")
3.12. raw_sock_children (integer)
- Parameter define how much children must be created to listen the raw - socket. + Parameter define how many children that must be created to listen the + raw socket.
Default value is "1".
- Example 1.12. Set raw_socket_listen parameter + Example 1.12. Set raw_sock_children parameter ... modparam("sipcapture", "raw_sock_children", 6) ... @@ -317,7 +317,7 @@ modparam("sipcapture", "raw_sock_children", 6)
Default value is "0".
- Example 1.13. Set hep_capture_on parameter + Example 1.13. Set promiscous_on parameter ... modparam("sipcapture", "promiscuous_on", 1) ... diff --git a/modules/sipcapture/doc/sipcapture_admin.xml b/modules/sipcapture/doc/sipcapture_admin.xml index 1e0f9df..8c0f3da 100644 --- a/modules/sipcapture/doc/sipcapture_admin.xml +++ b/modules/sipcapture/doc/sipcapture_admin.xml @@ -16,10 +16,10 @@ <section> <title>Overview</title> <para> - Offer a possibility to store incoming/outgoing SIP messages in database. + The sipcapture module stores incoming/outgoing SIP messages in database. </para> <para> - Kamailio can capture SIP messages in three mode + Kamailio can capture SIP messages in three modes <itemizedlist> <listitem> <para> @@ -33,7 +33,7 @@ </listitem> <listitem> <para> - Homer encapsulation protocl mode (HEP v1). + Homer encapsulation protocol mode (HEP v1). </para> </listitem> </itemizedlist> @@ -104,7 +104,7 @@ modparam("sipcapture", "db_url", "mysql://user:passwd@host/dbname") <section> <title><varname>table_name</varname> (str)</title> <para> - Name of the table's name where to store the SIP messages. Can contain multiple tables, separated by "|". + Name of the table's name used to store the SIP messages. Can contain multiple tables, separated by "|". </para> <para> <emphasis> @@ -312,7 +312,7 @@ modparam("sipcapture", "raw_interface", "eth0") <section> <title><varname>raw_sock_children</varname> (integer)</title> <para> - Parameter define how much children must be created to listen the raw socket. + Parameter define how many children that must be created to listen the raw socket. </para> <para> <emphasis> @@ -320,7 +320,7 @@ modparam("sipcapture", "raw_interface", "eth0") </emphasis> </para> <example> - <title>Set <varname>raw_socket_listen</varname> parameter</title> + <title>Set <varname>raw_sock_children</varname> parameter</title> <programlisting format="linespecific"> ... modparam("sipcapture", "raw_sock_children", 6) @@ -340,7 +340,7 @@ modparam("sipcapture", "raw_sock_children", 6) </emphasis> </para> <example> - <title>Set <varname>hep_capture_on</varname> parameter</title> + <title>Set <varname>promiscous_on</varname> parameter</title> <programlisting format="linespecific"> ... modparam("sipcapture", "promiscuous_on", 1)