Hello,
there is now a Kamailio merchandising shop available:
https://skalatan.de/merchandising/
You find there many options e.g. different Kamailio T-Shirts, Hoodies,
Bags, Caps, Mugs, etc..
It provides shipping in many countries world-wide (based from Europe and
also USA).
Feedback via (direct) e-mail welcome.
Best regards,
Henning
Module: kamailio
Branch: master
Commit: 38bcfb75d3dfc5492fdee9e9bbb17f44cce37684
URL: https://github.com/kamailio/kamailio/commit/38bcfb75d3dfc5492fdee9e9bbb17f4…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-16T09:13:28+02:00
tm: safety check when using r-uri for generating from tag
- it can come from functions exported via tm api and the r-uri can be
optional because there are other checks if it is null or not
---
Modified: src/modules/tm/uac.c
---
Diff: https://github.com/kamailio/kamailio/commit/38bcfb75d3dfc5492fdee9e9bbb17f4…
Patch: https://github.com/kamailio/kamailio/commit/38bcfb75d3dfc5492fdee9e9bbb17f4…
---
diff --git a/src/modules/tm/uac.c b/src/modules/tm/uac.c
index e80b4ad62e..2de8d29f27 100644
--- a/src/modules/tm/uac.c
+++ b/src/modules/tm/uac.c
@@ -110,7 +110,9 @@ void generate_fromtag(str* tag, str* callid, str* ruri)
{
/* calculate from tag from callid and request uri */
crcitt_string_array(&from_tag[MD5_LEN + 1], callid, 1);
- crcitt_string_array(&from_tag[MD5_LEN + 5], ruri, 1);
+ if(ruri) {
+ crcitt_string_array(&from_tag[MD5_LEN + 5], ruri, 1);
+ }
tag->s = from_tag;
tag->len = FROM_TAG_LEN;
}
Module: kamailio
Branch: master
Commit: 17dc42ad31643eb95a0fd745ec7a7abc2a70b107
URL: https://github.com/kamailio/kamailio/commit/17dc42ad31643eb95a0fd745ec7a7ab…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-14T16:47:10+02:00
modules: readme files regenerated - msilo ... [skip ci]
---
Modified: src/modules/msilo/README
---
Diff: https://github.com/kamailio/kamailio/commit/17dc42ad31643eb95a0fd745ec7a7ab…
Patch: https://github.com/kamailio/kamailio/commit/17dc42ad31643eb95a0fd745ec7a7ab…
---
diff --git a/src/modules/msilo/README b/src/modules/msilo/README
index 7a8e5a4ac6..7b8b8abd3c 100644
--- a/src/modules/msilo/README
+++ b/src/modules/msilo/README
@@ -14,8 +14,6 @@ Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Juha Heinanen
<jh(a)tutpro.com>
@@ -510,7 +508,7 @@ modparam("msilo", "expire_time", 36000)
module keeps each request send by itself for a new online user and if
the reply is 2xx then the message is deleted from database.
- Default value is “30”.
+ Default value is “60”.
Example 1.21. Set the “check_time” parameter
...
@@ -537,7 +535,7 @@ modparam("msilo", "send_time", 60)
Number of “check_time” cycles when to check if there are expired
messages in database.
- Default value is “5”.
+ Default value is “10”.
Example 1.23. Set the “clean_period” parameter
...
Module: kamailio
Branch: 5.2
Commit: 2c011ba68ae2c2d299d1851a818a5d4b7018f74e
URL: https://github.com/kamailio/kamailio/commit/2c011ba68ae2c2d299d1851a818a5d4…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-14T16:46:57+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/msilo/README
---
Diff: https://github.com/kamailio/kamailio/commit/2c011ba68ae2c2d299d1851a818a5d4…
Patch: https://github.com/kamailio/kamailio/commit/2c011ba68ae2c2d299d1851a818a5d4…
---
diff --git a/src/modules/msilo/README b/src/modules/msilo/README
index 7a8e5a4ac6..7b8b8abd3c 100644
--- a/src/modules/msilo/README
+++ b/src/modules/msilo/README
@@ -14,8 +14,6 @@ Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Juha Heinanen
<jh(a)tutpro.com>
@@ -510,7 +508,7 @@ modparam("msilo", "expire_time", 36000)
module keeps each request send by itself for a new online user and if
the reply is 2xx then the message is deleted from database.
- Default value is “30”.
+ Default value is “60”.
Example 1.21. Set the “check_time” parameter
...
@@ -537,7 +535,7 @@ modparam("msilo", "send_time", 60)
Number of “check_time” cycles when to check if there are expired
messages in database.
- Default value is “5”.
+ Default value is “10”.
Example 1.23. Set the “clean_period” parameter
...
Module: kamailio
Branch: 5.1
Commit: faf7ed428eca529e2b5cb72365f72a23d524d19f
URL: https://github.com/kamailio/kamailio/commit/faf7ed428eca529e2b5cb72365f72a2…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-14T16:46:42+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/msilo/README
---
Diff: https://github.com/kamailio/kamailio/commit/faf7ed428eca529e2b5cb72365f72a2…
Patch: https://github.com/kamailio/kamailio/commit/faf7ed428eca529e2b5cb72365f72a2…
---
diff --git a/src/modules/msilo/README b/src/modules/msilo/README
index 456e530853..ef69a32bba 100644
--- a/src/modules/msilo/README
+++ b/src/modules/msilo/README
@@ -14,8 +14,6 @@ Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Juha Heinanen
<jh(a)tutpro.com>
@@ -510,7 +508,7 @@ modparam("msilo", "expire_time", 36000)
module keeps each request send by itself for a new online user and if
the reply is 2xx then the message is deleted from database.
- Default value is “30”.
+ Default value is “60”.
Example 1.21. Set the “check_time” parameter
...
@@ -537,7 +535,7 @@ modparam("msilo", "send_time", 60)
Number of “check_time” cycles when to check if there are expired
messages in database.
- Default value is “5”.
+ Default value is “10”.
Example 1.23. Set the “clean_period” parameter
...