Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-15 Thread sergey-safarov
Yes, Henning. I already get access to RHEL iso on RedHad developer portal. Good description about RedHat Policy located [here](https://medium.com/faun/how-to-build-rhel-based-docker-images-on-redhat-enterprise-linux-def012f84890). Think I will create kamailio builder docker image and then create

Re: [sr-dev] [kamailio/kamailio] listen advertise using ACL (#2131)

2019-11-15 Thread Joel Serrano
Nice idea, as a workaround what I'm doing for the same problem is using different ports for different "types of sources" (vpn/internet/private/etc.) Not the best solution, but at least you can have different advertise settings. I'm subscribing to this feature request! -- You are receiving

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-15 Thread Federico Cabiddu
grumvalski commented on this pull request. > @@ -47,7 +47,10 @@ #define SIP_VERSION_LEN 7 #define HTTP_VERSION "HTTP/1." -#define HTTP_VERSION_LEN (sizeof(HTTP_VERSION)-1) +#define HTTP_VERSION_LEN (sizeof(HTTP2_VERSION)-1) Yes, it was not done intentionally. I'll fix and force push if you

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-15 Thread Daniel-Constantin Mierla
miconda commented on this pull request. > @@ -47,7 +47,10 @@ #define SIP_VERSION_LEN 7 #define HTTP_VERSION "HTTP/1." -#define HTTP_VERSION_LEN (sizeof(HTTP_VERSION)-1) +#define HTTP_VERSION_LEN (sizeof(HTTP2_VERSION)-1) Was the above change somehow done unintentionally? Because I see no

Re: [sr-dev] [kamailio/kamailio] core: Improve handling of async-signal-unsafe code in signal handler (#2127)

2019-11-15 Thread Henning Westerholt
Thank you for the pull request. You are right that its not nice if this error happens during a shut-down. So far we did not got many reports for this issue. If I understand the patch correctly it would be disable the possibility to do the memory logging during shutdown without a recompilation.

[sr-dev] git:master:8507efe8: dispatcher: option to set add socket as string in the dst xavp

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8507efe8644c43a5f3b5d4dc27d557596b3b2f2c URL: https://github.com/kamailio/kamailio/commit/8507efe8644c43a5f3b5d4dc27d557596b3b2f2c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T20:52:02+01:00 dispatcher: option to

[sr-dev] git:master:6389c98d: dispatcher: docs for xavp_dst_mode to store socket string in dst xavp

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6389c98d29eeb7f61547bb68ec9d59e4f47b7552 URL: https://github.com/kamailio/kamailio/commit/6389c98d29eeb7f61547bb68ec9d59e4f47b7552 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T20:58:31+01:00 dispatcher: docs for

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-15 Thread Henning Westerholt
Thank you Sergey, great. It would be nice to have packages as well for RHEL. If the discussed way of implementing this does not work out, just let us know that we can sort out how to proceed. :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[sr-dev] git:master:686daa57: pkg/kamailio: removed netbsd unmaintained specs

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 686daa57309b6dc5c32caf75e65a130dfd09d523 URL: https://github.com/kamailio/kamailio/commit/686daa57309b6dc5c32caf75e65a130dfd09d523 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T20:32:27+01:00 pkg/kamailio: removed

[sr-dev] git:master:87fc2ef7: pkg/kamailio: removed long time unmaintained specs for solaris and *bsd

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 87fc2ef7adb7813fe36be40e9813ab28cc82404c URL: https://github.com/kamailio/kamailio/commit/87fc2ef7adb7813fe36be40e9813ab28cc82404c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T20:25:24+01:00 pkg/kamailio: removed

[sr-dev] git:master:72d3230c: presence: remove double extern declaration of _pres_subs_last_sub

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 72d3230ca5d22724b061f3ac11d16b50cee1340c URL: https://github.com/kamailio/kamailio/commit/72d3230ca5d22724b061f3ac11d16b50cee1340c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T20:06:14+01:00 presence: remove

[sr-dev] git:master:66313927: presence: docs for pres_subs_mode parameter

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 66313927181e6252f6f3807c607f143c88183c17 URL: https://github.com/kamailio/kamailio/commit/66313927181e6252f6f3807c607f143c88183c17 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T20:20:54+01:00 presence: docs for

Re: [sr-dev] DB_REDIS Doesn't Seem to Work With Unfiltered Deletes

2019-11-15 Thread Henning Westerholt
Hello Robert, this was briefly discussed on our devel meeting today. It seems that the DB_REDIS module does not implement the necessary delete all API from the redis library. You can have a look to the module and see if you can extend it – alternatively open a feature request about it on our

Re: [sr-dev] [kamailio/kamailio] error: 'pkg/docker' does not have a commit checked out (#2003)

2019-11-15 Thread Daniel-Constantin Mierla
Closing -- discussed at K dev meeting, confirming it happens, but might be just the specific git workflow approach. The solution is to use `git commit` with path to files to be committed that excludes the `pkg/docker/`, instead of just `.` - for example: ``` git commit src/ git commit

Re: [sr-dev] [kamailio/kamailio] error: 'pkg/docker' does not have a commit checked out (#2003)

2019-11-15 Thread Daniel-Constantin Mierla
Closed #2003. -- 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/2003#event-2803447371___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:72d56337: core: use snprintf() instead of sprintf() in hash testing function

2019-11-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 72d56337b49b1bfdeb74773edc9a973cfcdefe70 URL: https://github.com/kamailio/kamailio/commit/72d56337b49b1bfdeb74773edc9a973cfcdefe70 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-15T18:33:38+01:00 core: use snprintf()

Re: [sr-dev] [kamailio/kamailio] Kamailio memory leak - versions 5.1.4 and 5.1.7 (#1895)

2019-11-15 Thread Brandon Armstead
Are there any other versions affected anyone knows of ? On Fri, Nov 15, 2019 at 5:10 AM Jay J wrote: > @henningw we have stuck to db_mode 0, so > the issue no longer resurfaces. It is still present, however, with db_mode > 1. > > — > You are receiving this because

Re: [sr-dev] [kamailio/kamailio] Kamailio memory leak - versions 5.1.4 and 5.1.7 (#1895)

2019-11-15 Thread Jay J
@henningw we have stuck to db_mode 0, so the issue no longer resurfaces. It is still present, however, with db_mode 1. -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-15 Thread Federico Cabiddu
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] listen advertise using ACL (#2131)

2019-11-15 Thread sergey-safarov
### Description **Use case** Kamailio installed in AWS cloud. Exist phones located in internet and exist phones connected via VPN. As option, also may exist phones connected via docker VxLAN or any other Kubernetes providers. I want use same `listen` for all this connections types. Need to

Re: [sr-dev] [kamailio/kamailio] cancel the branches instantly instead of on provisional replies (#909)

2019-11-15 Thread Henning Westerholt
@aqsyounas - are you still interested in this feature request? Is there somebody else interested to work on this? Otherwise we will close it in one month. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Incorrect translation of tel: uri to sip: uri in tel2sip() (#1173)

2019-11-15 Thread Henning Westerholt
Closed #1173. -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1173#event-2802348780___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Incorrect translation of tel: uri to sip: uri in tel2sip() (#1173)

2019-11-15 Thread Henning Westerholt
Close this one - please submit your code as a new pull request if you are still interested on working on this. -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (unixodbc + mssql) (#1231)

2019-11-15 Thread Henning Westerholt
Closed #1231. -- 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/1231#event-2802340645___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (unixodbc + mssql) (#1231)

2019-11-15 Thread Henning Westerholt
Close this one, we don't have a way to reproduce. If you still see this problem, re-open with more information, would be also great if you could provide a test setup etc.. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio memory leak - versions 5.1.4 and 5.1.7 (#1895)

2019-11-15 Thread nomadcalendar
@henningw we have stuck to db_mode 0, so the issue no longer resurfaces. It is still present, however, with db_mode 1. -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio memory leak - versions 5.1.4 and 5.1.7 (#1895)

2019-11-15 Thread Henning Westerholt
@Jaykah - any update on this one? -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1895#issuecomment-554320631___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] pv needed to get access to X509v3 Subject Alternative Names of peer's SSL certificate (#707)

2019-11-15 Thread Olle E. Johansson
We have an event route in the TLS module where we can inspect the peers certificate. $tls_peer_san_uri will get something - but I wonder how to get the list. I don't find a select for SAN's but I may be wrong. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] [kamailio/kamailio] Wrong Record-Route and Via header fields when TCP is used (#2033)

2019-11-15 Thread leonid-xorcom
The situation with the latest master is worse than it is with 5.2. My setup is: ``` listen=udp:10.28.80.1:5060 listen=udp:192.168.9.103:5060 listen=tcp:10.28.80.1:5060 listen=tcp:192.168.9.103:5060 ``` 192.168.0.185 (2600) sends UDP call to Kamalio (192.168.9.103:5060). Ref. packet 94 in the

[sr-dev] git:master:0cdd264f: github: update CONTRIBUTING guide as decided on the developer meeting

2019-11-15 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 0cdd264f67b37cff68afb5fbc9ced29b1b0315eb URL: https://github.com/kamailio/kamailio/commit/0cdd264f67b37cff68afb5fbc9ced29b1b0315eb Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-11-15T10:52:01+01:00 github: update CONTRIBUTING guide

Re: [sr-dev] [SR-Users] Processes blocking - troubleshooting slow actions

2019-11-15 Thread Julien Chavanton
Hi, Identifed root cause, appears to be a regression in the path module When using : modparam("path", "use_received", 1) t_relay is not using the receive param of the route header anymore. Causing a lot of transaction problems exacerbating the server. What is surprising is that I would have

Re: [sr-dev] [kamailio/kamailio] statsc module - server crashes every 10 hours (#2101)

2019-11-15 Thread Henning Westerholt
Thanks for the feedback, this looks certainly like an overflow or something similar. You mentioned that you can reproduce this with a small cfg, could you provide it also in the issue? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it