Browse Source

siputils: README typo fixes

Olle E. Johansson 13 years ago
parent
commit
2522a1ce38
2 changed files with 19 additions and 17 deletions
  1. 13 12
      modules_k/siputils/README
  2. 6 5
      modules_k/siputils/doc/siputils_admin.xml

+ 13 - 12
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
    parallel on the phone. So its necessary to drop the 183 in this cases
    and send a 180 instead.
    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
    To answer OPTIONS request directed to your server is the easiest way
    for is-alive-tests on the SIP (application) layer from remote (similar
    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
    This parameter is the content of the Accept-Language header field. You
    can set any language code which you prefer for error descriptions from
    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".
    Default value is "en".
 
 
@@ -304,9 +304,10 @@ modparam("siputils", "options_accept_language", "de")
 
 
 3.6. options_support (string)
 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 "".
    Default value is "".
 
 
@@ -574,8 +575,8 @@ if (is_uri_user_e164("$avp(i:705)") {
    contact_flds_separator module parameter.
    contact_flds_separator module parameter.
 
 
    Note: This function discards all of the URI parameters. Thus, none of
    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.
    The function returns negative on error, 1 on success.
 
 

+ 6 - 5
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.
 	So its necessary to drop the 183 in this cases and send a 180 instead.
 	</para>
 	</para>
 	<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 
 	are directed to the server itself. This means an OPTIONS request 
 	which has the address of the server in the request URI, and no 
 	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 
 	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>
 	<para>
 	<para>
 	To answer OPTIONS request directed to your server is the easiest
 	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.
 			This parameter is the content of the Accept-Language header field.
 			You can set any language code which you prefer for error 
 			You can set any language code which you prefer for error 
 			descriptions from other devices, but presumably there are not
 			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.
 			default English.
 		</para>
 		</para>
 		<para>
 		<para>
@@ -196,7 +196,8 @@ modparam("siputils", "options_accept_language", "de")
 	<section>
 	<section>
 		<title><varname>options_support</varname> (string)</title>
 		<title><varname>options_support</varname> (string)</title>
 		<para>
 		<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 
 			Please do not change the default value, because &kamailio; currently 
 			does not support any of the SIP extensions registered at the IANA.
 			does not support any of the SIP extensions registered at the IANA.
 		</para>
 		</para>
@@ -593,7 +594,7 @@ if (is_uri_user_e164("$avp(i:705)") {
 		module parameter.
 		module parameter.
 		</para>
 		</para>
 		<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.
 		(except the transport parameter which is encoded into the userpart) can be restored.
 		</para>
 		</para>
 		<para>
 		<para>