Module: sip-router
Branch: master
Commit: f8e02b3bbe83315d8228005d4388434b62473c61
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8e02b3bbe83315d8228005d4388434b62473c61

Author: Olle E. Johansson <[email protected]>
Committer: Olle E. Johansson <[email protected]>
Date:   Sun Oct 14 17:13:01 2012 +0200

msilo: Updating docs

Fixing a typo and while at it updating some texts.

---

 modules_k/msilo/README              |   12 ++++++------
 modules_k/msilo/doc/msilo_admin.xml |   12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/modules_k/msilo/README b/modules_k/msilo/README
index ef5b7d8..cec269e 100644
--- a/modules_k/msilo/README
+++ b/modules_k/msilo/README
@@ -199,11 +199,11 @@ Chapter 1. Admin Guide
    in database for offline messages intended for that user. All of them
    will be sent to contact address provided in REGISTER request.
 
-   It may happen the SIP user to be registered but his SIP User Agent to
-   have no support for MESSAGE request. In this case it should be used the
-   "failure_route" to store the undelivered requests.
+   It may happen that the SIP user to be registered use a SIP User Agent
+   that has no support for MESSAGE requests. In this case the
+   "failure_route" should be used to re-store the undelivered requests.
 
-   Another functionality provided by the modules is to send messages at a
+   Another functionality provided by the module is to send messages at a
    certain time -- the reminder functionality. Using config logic, a
    received message can be stored and delivered at a time specified while
    storing with the 'snd_time_avp'.
@@ -219,7 +219,7 @@ Chapter 1. Admin Guide
      * database module - mysql, dbtext or other module that implements the
        "db" interface and provides support for storing/receiving data
        to/from a database system.
-     * TM--transaction module--is used to send SIP requests.
+     * TM--transaction module-- used to send SIP requests.
 
 2.2. External libraries or applications
 
@@ -317,7 +317,7 @@ modparam("msilo", "contact_hdr", "Contact: 
<sip:[email protected]>\r\n")
 
    Example 1.5. Set the "extra_hdrs" parameter
 ...
-modparam("msilo", "contact_hdr", "X-Extra: $tu\r\nY-Extra: foo\r\n")
+modparam("msilo", "extra_hdrs", "X-Extra: $tu\r\nY-Extra: foo\r\n")
 ...
 
 3.6. offline_message (string)
diff --git a/modules_k/msilo/doc/msilo_admin.xml 
b/modules_k/msilo/doc/msilo_admin.xml
index abb25ae..22de746 100644
--- a/modules_k/msilo/doc/msilo_admin.xml
+++ b/modules_k/msilo/doc/msilo_admin.xml
@@ -41,12 +41,12 @@
                be sent to contact address provided in REGISTER request.
        </para>
        <para>
-               It may happen the &sip; user to be registered but his &sip; 
User Agent 
-               to have no support for MESSAGE request. In this case it should 
be used 
-               the <quote>failure_route</quote> to store the undelivered 
requests.
+               It may happen that the &sip; user to be registered use a  &sip; 
User Agent 
+               that has no support for MESSAGE requests. In this case the 
<quote>failure_route</quote>
+               should be used to re-store the undelivered requests.
        </para>
        <para>
-               Another functionality provided by the modules is to send 
messages at
+               Another functionality provided by the module is to send 
messages at
                a certain time -- the reminder functionality. Using config 
logic, a
                received message can be stored and delivered at a time 
specified while
                storing with the 'snd_time_avp'.
@@ -69,7 +69,7 @@
                        </listitem>
                        <listitem>
                        <para>
-                               <emphasis>TM</emphasis>--transaction module--is 
used to 
+                               <emphasis>TM</emphasis>--transaction module-- 
used to 
                                send &sip; requests.
                        </para>
                        </listitem>
@@ -192,7 +192,7 @@ modparam("msilo", "contact_hdr", "Contact: 
&lt;sip:[email protected]&gt;\r\n")
                <title>Set the <quote>extra_hdrs</quote> parameter</title>
 <programlisting format="linespecific">
 ...
-modparam("msilo", "contact_hdr", "X-Extra: $tu\r\nY-Extra: foo\r\n")
+modparam("msilo", "extra_hdrs", "X-Extra: $tu\r\nY-Extra: foo\r\n")
 ...
 </programlisting>
                </example>


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to