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

Author: Olle E. Johansson <[email protected]>
Committer: Olle E. Johansson <[email protected]>
Date:   Sun Oct 14 18:20:42 2012 +0200

siputils: README typo fixes

---

 modules_k/siputils/README                 |   25 +++++++++++++------------
 modules_k/siputils/doc/siputils_admin.xml |   11 ++++++-----
 2 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/modules_k/siputils/README b/modules_k/siputils/README
index 0a54014..d75b60c 100644
--- a/modules_k/siputils/README
+++ b/modules_k/siputils/README
@@ -189,11 +189,11 @@ Chapter 1. Admin Guide
    parallel on the phone. So its necessary to drop the 183 in this cases
    and send a 180 instead.
 
-   This module provides a function to answer OPTIONS requests which are
-   directed to the server itself. This means an OPTIONS request which has
-   the address of the server in the request URI, and no username in the
-   URI. The request will be answered with a 200 OK which the capabilities
-   of the server.
+   This module also provides a function to answer OPTIONS requests which
+   are directed to the server itself. This means an OPTIONS request which
+   has the address of the server in the request URI, and no username in
+   the URI. The request will be answered with a 200 OK with the
+   capabilities of the server.
 
    To answer OPTIONS request directed to your server is the easiest way
    for is-alive-tests on the SIP (application) layer from remote (similar
@@ -292,8 +292,8 @@ modparam("siputils", "contact_flds_separator", "-")
 
    This parameter is the content of the Accept-Language header field. You
    can set any language code which you prefer for error descriptions from
-   other devices, but presumably there are not much devices around which
-   support other languages then the default English.
+   other devices, but presumably there are not many devices around which
+   support other languages than the default English.
 
    Default value is "en".
 
@@ -304,9 +304,10 @@ modparam("siputils", "options_accept_language", "de")
 
 3.6. options_support (string)
 
-   This parameter is the content of the Support header field. Please do
-   not change the default value, because Kamailio currently does not
-   support any of the SIP extensions registered at the IANA.
+   This parameter is the content of the Support header field, indicating
+   SIP extensions. Please do not change the default value, because
+   Kamailio currently does not support any of the SIP extensions
+   registered at the IANA.
 
    Default value is "".
 
@@ -574,8 +575,8 @@ if (is_uri_user_e164("$avp(i:705)") {
    contact_flds_separator module parameter.
 
    Note: This function discards all of the URI parameters. Thus, none of
-   the paramters (except the transport parameter which is encoded into the
-   userpart) can be restored.
+   the parameters (except the transport parameter which is encoded into
+   the userpart) can be restored.
 
    The function returns negative on error, 1 on success.
 
diff --git a/modules_k/siputils/doc/siputils_admin.xml 
b/modules_k/siputils/doc/siputils_admin.xml
index d8a66e9..5379da0 100644
--- a/modules_k/siputils/doc/siputils_admin.xml
+++ b/modules_k/siputils/doc/siputils_admin.xml
@@ -26,11 +26,11 @@
        So its necessary to drop the 183 in this cases and send a 180 instead.
        </para>
        <para>
-       This module provides a function to answer OPTIONS requests which 
+       This module also provides a function to answer OPTIONS requests which 
        are directed to the server itself. This means an OPTIONS request 
        which has the address of the server in the request URI, and no 
        username in the URI. The request will be answered with a 200 OK 
-       which the capabilities of the server.
+       with the capabilities of the server.
        </para>
        <para>
        To answer OPTIONS request directed to your server is the easiest
@@ -176,7 +176,7 @@ modparam("siputils", "contact_flds_separator", "-")
                        This parameter is the content of the Accept-Language 
header field.
                        You can set any language code which you prefer for 
error 
                        descriptions from other devices, but presumably there 
are not
-                       much devices around which support other languages then 
the 
+                       many devices around which support other languages than 
the 
                        default English.
                </para>
                <para>
@@ -196,7 +196,8 @@ modparam("siputils", "options_accept_language", "de")
        <section>
                <title><varname>options_support</varname> (string)</title>
                <para>
-                       This parameter is the content of the Support header 
field.
+                       This parameter is the content of the Support header 
field,
+                       indicating SIP extensions.
                        Please do not change the default value, because 
&kamailio; currently 
                        does not support any of the SIP extensions registered 
at the IANA.
                </para>
@@ -593,7 +594,7 @@ if (is_uri_user_e164("$avp(i:705)") {
                module parameter.
                </para>
                <para>
-               Note: This function discards all of the URI parameters. Thus, 
none of the paramters
+               Note: This function discards all of the URI parameters. Thus, 
none of the parameters
                (except the transport parameter which is encoded into the 
userpart) can be restored.
                </para>
                <para>


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

Reply via email to