Re: [sr-dev] Kamailio Developer Guide

2019-12-02 Thread Markus Bönke
Hello, I’ve ported the developer guide to mkdocs and updated links, etc. and reviewed it against version 5.3. This is still ongoing work but I already pushed an initial version to: https://github.com/mbodbg/kamailio-docs Let me know what you think

Re: [sr-dev] [kamailio/kamailio] Crash in permissions module (#2151)

2019-12-02 Thread sjthomason
Hi Victor, The patch does indeed fix the crash. I've been looking at `init_child_trusted()` and should it not be safe to call it as written? This seems to be "safe": ``` if (!db_url.s) { return 0; } db_handle = perm_dbf.init(_url); if

[sr-dev] git:master:e896f2c9: rtproxy: docs - fixed section id value

2019-12-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e896f2c9286809b5ef81c4952577780002ee5df8 URL: https://github.com/kamailio/kamailio/commit/e896f2c9286809b5ef81c4952577780002ee5df8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-12-02T19:07:40+01:00 rtproxy: docs - fixed

[sr-dev] git:master:9e89a66b: kex: docs - fixed rpc command name for shm memory details

2019-12-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9e89a66b36d7aa691cf69d5b33b7ee31330693e9 URL: https://github.com/kamailio/kamailio/commit/9e89a66b36d7aa691cf69d5b33b7ee31330693e9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-12-02T16:47:40+01:00 kex: docs - fixed rpc

[sr-dev] git:master:b2267fd5: jsonrpcc: use snprintf() instead of sprintf()

2019-12-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b2267fd5d2825214ae9be5217514547e60e6c0f3 URL: https://github.com/kamailio/kamailio/commit/b2267fd5d2825214ae9be5217514547e60e6c0f3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-12-02T16:25:44+01:00 jsonrpcc: use

[sr-dev] git:master:c10ab724: nsq: use snprintf() instead of sprintf()

2019-12-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c10ab724803cc084a00bab964dc1e2d582a0627b URL: https://github.com/kamailio/kamailio/commit/c10ab724803cc084a00bab964dc1e2d582a0627b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-12-02T16:21:25+01:00 nsq: use snprintf()

[sr-dev] [kamailio/kamailio] registrar: add path value to xavp_rcd (#2162)

2019-12-02 Thread Victor Seva
Pre-Submission Checklist !-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -- !-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-- !-- If youre unsure about any of these, dont hesitate to ask on sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] avpops: avp_subst() support pvar as subst parameter (#2158)

2019-12-02 Thread Daniel-Constantin Mierla
Looking further at this patch, it requires to have the second parameter as a single variable to be considered with "pvar" support, because I see you search for `/` in the second parameter. It makes it support like: ``` $var(se) = "/abc/xyz/"; avp_subst("$avp(x)", "$var(se)"); ``` Right now it

Re: [sr-dev] [kamailio/kamailio] keepalive : added new function del_destination and added cfg functions (#2133)

2019-12-02 Thread Yasin CANER
Thanks for review. I will work on these at weekend. -- 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/2133#issuecomment-560289204___

Re: [sr-dev] [kamailio/kamailio] deb.kamailio.org certificate is expired (#2161)

2019-12-02 Thread Victor Seva
Closed #2161. -- 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/issues/2161#event-2844709144___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] deb.kamailio.org certificate is expired (#2161)

2019-12-02 Thread Victor Seva
fixed, upgrading dehydrated -- 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/issues/2161#issuecomment-560287851___ Kamailio (SER) - Development

Re: [sr-dev] [kamailio/kamailio] deb.kamailio.org certificate is expired (#2161)

2019-12-02 Thread Victor Seva
Hit by https://github.com/lukas2511/dehydrated/issues/684 -- 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/issues/2161#issuecomment-560286031___

[sr-dev] [kamailio/kamailio] deb.kamailio.org certificate is expired (#2161)

2019-12-02 Thread Thomas Weber
### Description ### Troubleshooting Reproduction Point your browser to https://deb.kamailio.org Debugging Data The lets encrypt certificate expired on 2019-11-30 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it