Module: kamailio
Branch: master
Commit: 7fd97b3f979931b3f5a6eb5d443723dadd05be6a
URL: https://github.com/kamailio/kamailio/commit/7fd97b3f979931b3f5a6eb5d443723d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)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/7fd97b3f979931b3f5a6eb5d443723d…
Patch: https://github.com/kamailio/kamailio/commit/7fd97b3f979931b3f5a6eb5d443723d…
---
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
...
Module: kamailio
Branch: master
Commit: 05da8b18ce4ae6af140e817fc90b7bdf2f56b262
URL: https://github.com/kamailio/kamailio/commit/05da8b18ce4ae6af140e817fc90b7bd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: 2016-11-01T14:56:10+01:00
Merge pull request #840 from mslehto/doctypo
Random collection of typo fixes
---
Modified: modules/crypto/doc/crypto_admin.xml
Modified: modules/dispatcher/doc/dispatcher_admin.xml
Modified: modules/nathelper/doc/nathelper_admin.xml
Modified: modules/sanity/doc/sanity_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/05da8b18ce4ae6af140e817fc90b7bd…
Patch: https://github.com/kamailio/kamailio/commit/05da8b18ce4ae6af140e817fc90b7bd…
---
diff --git a/modules/crypto/doc/crypto_admin.xml b/modules/crypto/doc/crypto_admin.xml
index 147354e..8ab9c39 100644
--- a/modules/crypto/doc/crypto_admin.xml
+++ b/modules/crypto/doc/crypto_admin.xml
@@ -91,7 +91,7 @@ modparam("crypto", "salt", "l0Bh2M8a")
of callid values for requests generated by &kamailio; tm module.
</para>
<para>
- This callid genrator uses libssl random and hashing functions
+ 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/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml
index c10b502..d857f28 100644
--- a/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/modules/dispatcher/doc/dispatcher_admin.xml
@@ -641,7 +641,7 @@ modparam("dispatcher", "force_dst", 1)
that are generated locally. E.g.: setting 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.
+ internal code 408 is accepted as valid value.
</para>
<para>
<emphasis>
diff --git a/modules/nathelper/doc/nathelper_admin.xml b/modules/nathelper/doc/nathelper_admin.xml
index 176e17f..f6ef435 100644
--- a/modules/nathelper/doc/nathelper_admin.xml
+++ b/modules/nathelper/doc/nathelper_admin.xml
@@ -49,8 +49,8 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>UDP package</emphasis> - 4 bytes (zero filled) UDP
- packages are sent to the contact address.
+ <emphasis>UDP packet</emphasis> - 4 bytes (zero filled) UDP
+ packets are sent to the contact address.
</para>
<itemizedlist>
<listitem>
@@ -265,7 +265,7 @@ modparam("nathelper", "received_avp", "$avp(i:42)")
<para>
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.
+ instead of dummy UDP packet.
</para>
<para>
<emphasis>
diff --git a/modules/sanity/doc/sanity_admin.xml b/modules/sanity/doc/sanity_admin.xml
index d1ddb2b..687a8cd 100644
--- a/modules/sanity/doc/sanity_admin.xml
+++ b/modules/sanity/doc/sanity_admin.xml
@@ -160,7 +160,7 @@ modparam("sanity", "default_checks", 1)
</para>
<para>
Default value is 7. This resolves to the following list of
- parsed URIs: Request RUI (1), From URI (2) and To URI (4).
+ parsed URIs: Request URI (1), From URI (2) and To URI (4).
</para>
<example>
<title>Set <varname>uri_checks</varname> parameter</title>
Module: kamailio
Branch: master
Commit: bb62b0f32543e6961972679cfe34c48091329a63
URL: https://github.com/kamailio/kamailio/commit/bb62b0f32543e6961972679cfe34c48…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-10-31T22:29:06+02:00
modules/crypto: fix small typo in documentation
---
Modified: modules/crypto/doc/crypto_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/bb62b0f32543e6961972679cfe34c48…
Patch: https://github.com/kamailio/kamailio/commit/bb62b0f32543e6961972679cfe34c48…
---
diff --git a/modules/crypto/doc/crypto_admin.xml b/modules/crypto/doc/crypto_admin.xml
index 147354e..8ab9c39 100644
--- a/modules/crypto/doc/crypto_admin.xml
+++ b/modules/crypto/doc/crypto_admin.xml
@@ -91,7 +91,7 @@ modparam("crypto", "salt", "l0Bh2M8a")
of callid values for requests generated by &kamailio; tm module.
</para>
<para>
- This callid genrator uses libssl random and hashing functions
+ 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.
Module: kamailio
Branch: master
Commit: 02482d1b71dc618467978b060bc23bfedaa502fb
URL: https://github.com/kamailio/kamailio/commit/02482d1b71dc618467978b060bc23bf…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-10-31T22:28:57+02:00
modules/dispatcher: fix small typo in documentation
---
Modified: modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/02482d1b71dc618467978b060bc23bf…
Patch: https://github.com/kamailio/kamailio/commit/02482d1b71dc618467978b060bc23bf…
---
diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml
index c10b502..d857f28 100644
--- a/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/modules/dispatcher/doc/dispatcher_admin.xml
@@ -641,7 +641,7 @@ modparam("dispatcher", "force_dst", 1)
that are generated locally. E.g.: setting 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.
+ internal code 408 is accepted as valid value.
</para>
<para>
<emphasis>
Module: kamailio
Branch: master
Commit: 463569b8b0c2e29da1c82683e8edab0c2f67a9da
URL: https://github.com/kamailio/kamailio/commit/463569b8b0c2e29da1c82683e8edab0…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-10-31T22:28:50+02:00
modules/sanity: fix small typo in documentation
---
Modified: modules/sanity/doc/sanity_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/463569b8b0c2e29da1c82683e8edab0…
Patch: https://github.com/kamailio/kamailio/commit/463569b8b0c2e29da1c82683e8edab0…
---
diff --git a/modules/sanity/doc/sanity_admin.xml b/modules/sanity/doc/sanity_admin.xml
index d1ddb2b..687a8cd 100644
--- a/modules/sanity/doc/sanity_admin.xml
+++ b/modules/sanity/doc/sanity_admin.xml
@@ -160,7 +160,7 @@ modparam("sanity", "default_checks", 1)
</para>
<para>
Default value is 7. This resolves to the following list of
- parsed URIs: Request RUI (1), From URI (2) and To URI (4).
+ parsed URIs: Request URI (1), From URI (2) and To URI (4).
</para>
<example>
<title>Set <varname>uri_checks</varname> parameter</title>
Module: kamailio
Branch: master
Commit: 90781fc664ab3b843390c67f6367240a513828c0
URL: https://github.com/kamailio/kamailio/commit/90781fc664ab3b843390c67f6367240…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-10-31T22:25:01+02:00
modules/nathelper: fix small typo in documentation
---
Modified: modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/90781fc664ab3b843390c67f6367240…
Patch: https://github.com/kamailio/kamailio/commit/90781fc664ab3b843390c67f6367240…
---
diff --git a/modules/nathelper/doc/nathelper_admin.xml b/modules/nathelper/doc/nathelper_admin.xml
index 176e17f..f6ef435 100644
--- a/modules/nathelper/doc/nathelper_admin.xml
+++ b/modules/nathelper/doc/nathelper_admin.xml
@@ -49,8 +49,8 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>UDP package</emphasis> - 4 bytes (zero filled) UDP
- packages are sent to the contact address.
+ <emphasis>UDP packet</emphasis> - 4 bytes (zero filled) UDP
+ packets are sent to the contact address.
</para>
<itemizedlist>
<listitem>
@@ -265,7 +265,7 @@ modparam("nathelper", "received_avp", "$avp(i:42)")
<para>
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.
+ instead of dummy UDP packet.
</para>
<para>
<emphasis>
Also greped source tree for similar instances, no luck this time.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/840
-- Commit Summary --
* modules/nathelper: fix small typo in documentation
* modules/sanity: fix small typo in documentation
* modules/dispatcher: fix small typo in documentation
* modules/crypto: fix small typo in documentation
-- File Changes --
M modules/crypto/doc/crypto_admin.xml (2)
M modules/dispatcher/doc/dispatcher_admin.xml (2)
M modules/nathelper/doc/nathelper_admin.xml (6)
M modules/sanity/doc/sanity_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/840.patchhttps://github.com/kamailio/kamailio/pull/840.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/840