Module: kamailio
Branch: master
Commit: fab551a87b40b35ca99845df52071980458cdd51
URL: https://github.com/kamailio/kamailio/commit/fab551a87b40b35ca99845df5207198…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2017-10-27T10:20:25+03:00
sl: fix typos and format in documentation and code
---
Modified: src/modules/sl/doc/sl.xml
Modified: src/modules/sl/sl.c
Modified: src/modules/sl/sl_funcs.c
---
Diff: https://github.com/kamailio/kamailio/commit/fab551a87b40b35ca99845df5207198…
Patch: https://github.com/kamailio/kamailio/commit/fab551a87b40b35ca99845df5207198…
---
diff --git a/src/modules/sl/doc/sl.xml b/src/modules/sl/doc/sl.xml
index c5f96e82be..1bd05b7c0b 100644
--- a/src/modules/sl/doc/sl.xml
+++ b/src/modules/sl/doc/sl.xml
@@ -49,7 +49,7 @@
</para>
<para>
To speed up the filtering process, the module uses a timeout
- mechanism. When a reply is sent, a timer us set. As long as the
+ mechanism. When a reply is sent, a timer is set. As long as the
timer is valid, the incoming ACK requests will be checked using TO
tag value. Once the timer expires, all the ACK messages are let
through - a long time passed till it sent a reply, so it does not
@@ -63,7 +63,7 @@
re-INVITE) and the server want to reply to it. Then, it will keep the
current to-tag, which will be mirrored in ACK. SER will not see
its signature and forward the ACK downstream. Caused harm is not
- bad--just a useless ACK is forwarded.
+ bad, just a useless ACK is forwarded.
</para>
</section>
diff --git a/src/modules/sl/sl.c b/src/modules/sl/sl.c
index ab50db3649..c523e8913b 100644
--- a/src/modules/sl/sl.c
+++ b/src/modules/sl/sl.c
@@ -194,7 +194,7 @@ static void mod_destroy()
/**
* @brief Small wrapper around sl_send_reply
*
- * Warapper around sl_send_rply() which accepts parameters that include
+ * Wrapper around sl_send_reply() which accepts parameters that include
* config variables
*
*/
diff --git a/src/modules/sl/sl_funcs.c b/src/modules/sl/sl_funcs.c
index 6dbd754539..dbc5105d2c 100644
--- a/src/modules/sl/sl_funcs.c
+++ b/src/modules/sl/sl_funcs.c
@@ -384,7 +384,7 @@ int sl_filter_ACK(struct sip_msg *msg, unsigned int flags, void *bar )
/*check the timeout value*/
if ( *(sl_timeout)<= get_ticks_raw() )
{
- LM_DBG("to late to be a local ACK!\n");
+ LM_DBG("too late to be a local ACK!\n");
goto pass_it;
}
Module: kamailio
Branch: master
Commit: dee1dc349a5aad9c84a22701d88e2eafa6a22b5c
URL: https://github.com/kamailio/kamailio/commit/dee1dc349a5aad9c84a22701d88e2ea…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2017-10-27T10:16:52+03:00
mtree: doc typo
---
Modified: src/modules/mtree/doc/mtree_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/dee1dc349a5aad9c84a22701d88e2ea…
Patch: https://github.com/kamailio/kamailio/commit/dee1dc349a5aad9c84a22701d88e2ea…
---
diff --git a/src/modules/mtree/doc/mtree_admin.xml b/src/modules/mtree/doc/mtree_admin.xml
index 0162e32dfa..86effcd73f 100644
--- a/src/modules/mtree/doc/mtree_admin.xml
+++ b/src/modules/mtree/doc/mtree_admin.xml
@@ -141,7 +141,7 @@ modparam("mtree", "db_table", "mtrees")
<para>
type - the type of tree elements (0 = string, 2 = integer).
It is valid only when the (tprefix, tvalue) pairs are loaded
- (not for muti-column values).
+ (not for multi-column values).
</para>
</listitem>
<listitem>
@@ -149,7 +149,7 @@ modparam("mtree", "db_table", "mtrees")
multi - tells if dbtable can contain more than one tree
(0 = one tree, 1 = more than one tree identified by tname
column). It is valid only when the (tprefix, tvalue) pairs
- are loaded (not for muti-column values).
+ are loaded (not for multi-column values).
</para>
</listitem>
</itemizedlist>
Hello,
Kamailio SIP Server v5.0.4 stable release is out!
This is a maintenance release of the latest stable branch, 5.0, that
includes fixes since the release of v5.0.3. There is no change to
database schema or configuration language structure that you have to do
on previous installations of v5.0.x. Deployments running previous 5.0.x
versions are strongly recommended to be upgraded to v5.0.4.
For more details about version 5.0.4 (including links and guidelines to
download the tarball or from GIT repository), visit:
* https://www.kamailio.org/w/2017/10/kamailio-v5-0-4-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Many thanks to all contributing and using Kamailio!
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Hello,
I am considering to release Kamailio v5.0.4 later this week, likely on
Wednesday or Tuesday. If you are aware of any issue in branch 5.0 which
is not yet reported on github.com/kamailio/kamailio issues tracker, then
do it as soon as possible to have a chance to look at it.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training, Nov 13-15, 2017, in Berlin - www.asipto.com
Kamailio World Conference - www.kamailioworld.com