فهرست منبع

modules: readme files regenerated - crypto ...

Kamailio Dev 9 سال پیش
والد
کامیت
7fd97b3f97
4فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      modules/crypto/README
  2. 1 1
      modules/dispatcher/README
  3. 2 2
      modules/nathelper/README
  4. 1 1
      modules/sanity/README

+ 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
    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
    useful when wanting to have new callids that cannot be predicted from
    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,
    because internally the Kamailio transaction layer generates a 408 in
    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).
 

+ 2 - 2
modules/nathelper/README

@@ -193,7 +193,7 @@ Chapter 1. Admin Guide
 2. NAT pinging types
 
    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.
           + Advantages: low bandwitdh traffic, easy to generate by
             Kamailio;
@@ -334,7 +334,7 @@ modparam("nathelper", "received_avp", "$avp(i:42)")
 
    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
-   if dummy UDP package.
+   of dummy UDP packet.
 
    Default value is -1 (disabled).
 

+ 1 - 1
modules/sanity/README

@@ -129,7 +129,7 @@ modparam("sanity", "default_checks", 1)
    'parse uri' will be executed.
 
    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
 ...