Module: kamailio Branch: master Commit: 7fd97b3f979931b3f5a6eb5d443723dadd05be6a URL: https://github.com/kamailio/kamailio/commit/7fd97b3f979931b3f5a6eb5d443723da...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-11-01T15:01:29+01:00
modules: readme files regenerated - crypto ...
---
Modified: modules/crypto/README Modified: modules/dispatcher/README Modified: modules/nathelper/README Modified: modules/sanity/README
---
Diff: https://github.com/kamailio/kamailio/commit/7fd97b3f979931b3f5a6eb5d443723da... Patch: https://github.com/kamailio/kamailio/commit/7fd97b3f979931b3f5a6eb5d443723da...
---
diff --git a/modules/crypto/README b/modules/crypto/README index 25eb1bf..9cfdd60 100644 --- a/modules/crypto/README +++ b/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. diff --git a/modules/dispatcher/README b/modules/dispatcher/README index d12a88a..0e30bfe 100644 --- a/modules/dispatcher/README +++ b/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).
diff --git a/modules/nathelper/README b/modules/nathelper/README index 90db70c..6925cf9 100644 --- a/modules/nathelper/README +++ b/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).
diff --git a/modules/sanity/README b/modules/sanity/README index bd20087..90ea878 100644 --- a/modules/sanity/README +++ b/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 ...