[sr-dev] git:master:3c373fa7: carrierroute: doxygen fixes

2018-03-29 Thread Henning Westerholt
Module: kamailio
Branch: master
Commit: 3c373fa7d9973197fcd367f11c61ed380d6eeb75
URL: 
https://github.com/kamailio/kamailio/commit/3c373fa7d9973197fcd367f11c61ed380d6eeb75

Author: Henning Westerholt 
Committer: Henning Westerholt 
Date: 2018-03-30T00:21:20+02:00

carrierroute: doxygen fixes

---

Modified: src/modules/carrierroute/parser_carrierroute.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/3c373fa7d9973197fcd367f11c61ed380d6eeb75.diff
Patch: 
https://github.com/kamailio/kamailio/commit/3c373fa7d9973197fcd367f11c61ed380d6eeb75.patch

---

diff --git a/src/modules/carrierroute/parser_carrierroute.c 
b/src/modules/carrierroute/parser_carrierroute.c
index 8aac5f501d..82f967db96 100644
--- a/src/modules/carrierroute/parser_carrierroute.c
+++ b/src/modules/carrierroute/parser_carrierroute.c
@@ -287,10 +287,10 @@ int parse_options(FILE* file, option_description* opts, 
int no_options, char* en
 /**
  * Searches for next content line in the src file
  *
- * @param data the destination trimmed non blank line
+ * @param line the destination trimmed non blank line
  * @param size maximum accepted line length
  * @param file source file
- * @param p_full_len initial lenght of contents line
+ * @param pFull_len initial lenght of contents line
  *
  * @return  0 on success, -1 on error, 1 on EOF
  */


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:b0b9c16c: tsilo: doxygen fixes

2018-03-29 Thread Henning Westerholt
Module: kamailio
Branch: master
Commit: b0b9c16cdc4deefb2ace276ce126c2cb3aa03129
URL: 
https://github.com/kamailio/kamailio/commit/b0b9c16cdc4deefb2ace276ce126c2cb3aa03129

Author: Henning Westerholt 
Committer: Henning Westerholt 
Date: 2018-03-30T00:01:34+02:00

tsilo: doxygen fixes

---

Modified: src/modules/tsilo/ts_handlers.c
Modified: src/modules/tsilo/ts_handlers.h
Modified: src/modules/tsilo/ts_hash.c
Modified: src/modules/tsilo/ts_hash.h

---

Diff:  
https://github.com/kamailio/kamailio/commit/b0b9c16cdc4deefb2ace276ce126c2cb3aa03129.diff
Patch: 
https://github.com/kamailio/kamailio/commit/b0b9c16cdc4deefb2ace276ce126c2cb3aa03129.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] module FAQ, private contact replacement

2018-03-29 Thread Henning Westerholt
Hello,

in many modules we have a template text about our support contacts in the 
"FAQ" part:

"E-mails regarding any stable Kamailio release should be sent to
 and e-mails regarding development
versions should be sent to .

If you want to keep the mail private, send it to 
."

The lower part (about the private contact) makes no sense anymore. It used 
contain a private SER contact address, and lost somehow its meaning during the 
conversion to Kamailio.


I would like to change to this text to:

"If you need to keep the e-mail private (e.g. for security issues) send it to 
management at kamailio dot org."


Any objections against this change, or remarks about the replacement text?

Regards,

Henning

___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] [WIP] tls: add support for OpenSSL engine and private keys in HSM (#1484)

2018-03-29 Thread Henning Westerholt
@miconda - do you had time to do a review as well?

-- 
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/1484#issuecomment-377367096___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:ed87ecb6: core: kemi - renamed KSR.drop() to KSR.set_drop()

2018-03-29 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: master
Commit: ed87ecb6fc3d7e12cd30b2c7a1b3f2b01e58c96c
URL: 
https://github.com/kamailio/kamailio/commit/ed87ecb6fc3d7e12cd30b2c7a1b3f2b01e58c96c

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2018-03-29T12:10:58+02:00

core: kemi - renamed KSR.drop() to KSR.set_drop()

- avoid confusion with the native config drop(), which does an exit as
well, not only setting the drop flag

---

Modified: src/core/kemi.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/ed87ecb6fc3d7e12cd30b2c7a1b3f2b01e58c96c.diff
Patch: 
https://github.com/kamailio/kamailio/commit/ed87ecb6fc3d7e12cd30b2c7a1b3f2b01e58c96c.patch

---

diff --git a/src/core/kemi.c b/src/core/kemi.c
index 26e4e26b1b..a3922cae91 100644
--- a/src/core/kemi.c
+++ b/src/core/kemi.c
@@ -126,11 +126,11 @@ static int sr_kemi_core_log(sip_msg_t *msg, str *level, 
str *txt)
 /**
  *
  */
-int sr_kemi_core_drop(sip_msg_t *msg)
+int sr_kemi_core_set_drop(sip_msg_t *msg)
 {
if(_sr_kemi_act_ctx==NULL)
return 0;
-   LM_DBG("drop action executed inside embedded interpreter\n");
+   LM_DBG("set drop action executed inside embedded interpreter\n");
_sr_kemi_act_ctx->run_flags |= EXIT_R_F|DROP_R_F;
return 0;
 }
@@ -1016,8 +1016,8 @@ static sr_kemi_t _sr_kemi_core[] = {
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
-   { str_init(""), str_init("drop"),
-   SR_KEMIP_NONE, sr_kemi_core_drop,
+   { str_init(""), str_init("set_drop"),
+   SR_KEMIP_NONE, sr_kemi_core_set_drop,
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev