Przeglądaj źródła

modules: readme files regenerated - crypto ...

Kamailio Dev 9 lat temu
rodzic
commit
7fd97b3f97

+ 1 - 1
modules/crypto/README

@@ -110,7 +110,7 @@ modparam("crypto", "salt", "l0Bh2M8a")
    Set it to 1 in order to register a callback to core for generation of
    Set it to 1 in order to register a callback to core for generation of
    callid values for requests generated by Kamailio tm module.
    callid values for requests generated by Kamailio tm module.
 
 
-   This callid genrator uses libssl random and hashing functions for
+   This callid generator uses libssl random and hashing functions for
    generating RFC 4122 version 4 UUID with high quality entropy. It is
    generating RFC 4122 version 4 UUID with high quality entropy. It is
    useful when wanting to have new callids that cannot be predicted from
    useful when wanting to have new callids that cannot be predicted from
    previous values.
    previous values.

+ 1 - 1
modules/dispatcher/README

@@ -697,7 +697,7 @@ Note
    code=408 or class=400 will never set a backend down even if it is,
    code=408 or class=400 will never set a backend down even if it is,
    because internally the Kamailio transaction layer generates a 408 in
    because internally the Kamailio transaction layer generates a 408 in
    the case of no response from the remote server, and this internal code
    the case of no response from the remote server, and this internal code
-   408 is accepted as vaild value.
+   408 is accepted as valid value.
 
 
    Default value is “” (only 200 OK is accepted).
    Default value is “” (only 200 OK is accepted).
 
 

+ 2 - 2
modules/nathelper/README

@@ -193,7 +193,7 @@ Chapter 1. Admin Guide
 2. NAT pinging types
 2. NAT pinging types
 
 
    Currently, the nathelper module supports two types of NAT pings:
    Currently, the nathelper module supports two types of NAT pings:
-     * UDP package - 4 bytes (zero filled) UDP packages are sent to the
+     * UDP packet - 4 bytes (zero filled) UDP packets are sent to the
        contact address.
        contact address.
           + Advantages: low bandwitdh traffic, easy to generate by
           + Advantages: low bandwitdh traffic, easy to generate by
             Kamailio;
             Kamailio;
@@ -334,7 +334,7 @@ modparam("nathelper", "received_avp", "$avp(i:42)")
 
 
    Which branch flag should be used by the module to identify NATed
    Which branch flag should be used by the module to identify NATed
    contacts for which it should perform NAT ping via a SIP request instead
    contacts for which it should perform NAT ping via a SIP request instead
-   if dummy UDP package.
+   of dummy UDP packet.
 
 
    Default value is -1 (disabled).
    Default value is -1 (disabled).
 
 

+ 1 - 1
modules/sanity/README

@@ -129,7 +129,7 @@ modparam("sanity", "default_checks", 1)
    'parse uri' will be executed.
    'parse uri' will be executed.
 
 
    Default value is 7. This resolves to the following list of parsed URIs:
    Default value is 7. This resolves to the following list of parsed URIs:
-   Request RUI (1), From URI (2) and To URI (4).
+   Request URI (1), From URI (2) and To URI (4).
 
 
    Example 1.2. Set uri_checks parameter
    Example 1.2. Set uri_checks parameter
 ...
 ...