[sr-dev] git:5.5:ab86966a: lib/srdb1/schema: use proto_addr_len from sip_trace from/to ip fields

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: ab86966aca142eeca5435f8567fe8cc698500cd2 URL: https://github.com/kamailio/kamailio/commit/ab86966aca142eeca5435f8567fe8cc698500cd2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-24T09:06:34+02:00 lib/srdb1/schema: use pro

[sr-dev] git:5.5:087167c0: kamctl: regenerate db creation scripts

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 087167c034afff943c217b832b9689cb61133188 URL: https://github.com/kamailio/kamailio/commit/087167c034afff943c217b832b9689cb61133188 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-24T09:06:43+02:00 kamctl: regenerate db cre

[sr-dev] git:master:e9795083: ruxc: groupped setting request params in a function

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e9795083b50e26b3b0406b4bda8c5c74ee4822e4 URL: https://github.com/kamailio/kamailio/commit/e9795083b50e26b3b0406b4bda8c5c74ee4822e4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-24T09:36:06+02:00 ruxc: groupped setting

[sr-dev] git:master:121b7ffa: ruxc: added parameters for connection, read and write timeouts

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 121b7ffa0b4a0ae26033d68fdf804ad982d98883 URL: https://github.com/kamailio/kamailio/commit/121b7ffa0b4a0ae26033d68fdf804ad982d98883 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-24T09:45:45+02:00 ruxc: added parameters

[sr-dev] git:master:1d62f9d0: ruxc: docs for the new timeouts params

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1d62f9d0310d462b88db1872e3db54d5f148a54c URL: https://github.com/kamailio/kamailio/commit/1d62f9d0310d462b88db1872e3db54d5f148a54c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-24T10:16:52+02:00 ruxc: docs for the new

[sr-dev] git:master:161353a2: modules: readme files regenerated - ruxc ... [skip ci]

2021-08-24 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 161353a29c39e4a032d5de5ac9bc868e06aaa89b URL: https://github.com/kamailio/kamailio/commit/161353a29c39e4a032d5de5ac9bc868e06aaa89b Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-08-24T10:31:19+02:00 modules: readme files regenerated - ruxc ... [

Re: [sr-dev] [kamailio/kamailio] [minor] sip_trace table column type and size issues (#2831)

2021-08-24 Thread Daniel-Constantin Mierla
I vaguely remember there was another similar discussion about postgres and some time of encoding for specific columns ... not sure it was here on tracker or on mailing lists, you may try to search the archives and see if something pops up. -- You are receiving this because you are subscribed to

Re: [sr-dev] [kamailio/kamailio] [minor] sip_trace table column type and size issues (#2831)

2021-08-24 Thread sergey-safarov
As I understand what need to do for PostgreSQL 1) use XML datatype where is possible; 2) switch to use default bytea_output and implement proper handling for bytea values More details https://github.com/kamailio/kamailio/issues/1255 On Tue, Aug 24, 2021 at 9:09 AM Daniel-Constantin Mierla < ***@

[sr-dev] [kamailio/kamailio] kazoo error (#2833)

2021-08-24 Thread nihaomatmat
ERROR: kazoo [kz_amqp.c:2238]: kz_amqp_send_ex(): Failed to publish -9 : a socket error occurred ERROR: kazoo [kz_amqp.c:2707]: kz_amqp_publisher_send(): error sending publish to zone : local , connection id : 1, uri : amqp://admin Recently, I encountered a problem. The connection between kamail

Re: [sr-dev] [kamailio/kamailio] kazoo error (#2833)

2021-08-24 Thread Daniel-Constantin Mierla
Closed #2833. -- 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/2833#event-5198637486___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] kazoo error (#2833)

2021-08-24 Thread Daniel-Constantin Mierla
For questions about using kamailio and sorting out operational issues, write email to sr-us...@lists.kamailio.org mailing list. If, after discussing on mailing list, it proves to be a problem in the code, then you can open an issue here, but do follow the template and provide all details reques

Re: [sr-dev] Registering a SIP TLS ALPN

2021-08-24 Thread Olle E. Johansson
Updated to sip/2 https://www.ietf.org/archive/id/draft-johansson-sip-alpn-02.html Thanks for the feedback! /O > On 21 Aug 2021, at 17:04, Sergey Safarov wrote: > > I see some registered names contains protocol version. > May need use "sip/2" as registered name? > > https://medium.com/geekcul

Re: [sr-dev] [kamailio/kamailio] [minor] sip_trace table column type and size issues (#2831)

2021-08-24 Thread Anthony Messina
In the case of sip_trace, I don't think Kamailio is a consumer of the data it places there, so a simple change to the column type works on my end--that allows other programs to use `convert_from(msg, 'UTF-8')` properly in selecting the output. It also keep PostgreSQL from using escape encoding

Re: [sr-dev] [kamailio/kamailio] lcr: source port check for from_any_gw() and from_gw(). (#2832)

2021-08-24 Thread Henning Westerholt
Thanks for the pull request. There are two alerts mentioned above (check for < 0 for an unsigned int is obviously not necessary), please have a look to it. After fixing you can push to the branch, no need for a new pull request. -- You are receiving this because you are subscribed to this threa

[sr-dev] [kamailio/kamailio] ndb_redis: fix SIGSEGV in redisc_check_auth (#2834)

2021-08-24 Thread Dennis
Hi ! This issue appears when ndb_redis module connect to redis via proxy, in my case haproxy. Haproxy keeps front socket always open, when all backend redis servers become unavailable, haproxy just send RST to front, redisCommand function in tis case return NULL poiner, redisc_check_auth try to

Re: [sr-dev] [kamailio/kamailio] lcr: source port check for from_any_gw() and from_gw(). (#2832)

2021-08-24 Thread zenichev
@zenichev pushed 1 commit. d8583d6ce1748c1ac8494616fced507b01dd4375 lcr: remove excessive checks for the 'src_port' accuracy -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2832/files/14e6fc80b3d2389567c73c4a219

Re: [sr-dev] [kamailio/kamailio] lcr: source port check for from_any_gw() and from_gw(). (#2832)

2021-08-24 Thread juha-h
I haven't tested the new feature, but from backwards compatibility point of view, the implementation looks good to me. Thus I have nothing against the merge. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.c

Re: [sr-dev] [kamailio/kamailio] Kamailio resets $ru in branch_route context, probably race condition (#2708)

2021-08-24 Thread nicoonline
Hello Miconda, Any ideas here? -- 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/2708#issuecomment-904964507___ Kamailio (SER) - Developm

Re: [sr-dev] Releasing Kamailio v5.5.2

2021-08-24 Thread Daniel-Constantin Mierla
Hello, the usual notification that the v5.5.2 will be released later today, therefore any commits for branch 5.5 have to be hold until getting the ack via sr-dev mailing list (or matrix chat room). Once the release announcement is out, commits can go in the branch as usual. Cheers, daniel On 20.

[sr-dev] git:5.5:e67094cc: pkg/kamailio/deb: version set 5.5.2

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: e67094ccdf0288b54c6808bf7bd2469ba2bfc97e URL: https://github.com/kamailio/kamailio/commit/e67094ccdf0288b54c6808bf7bd2469ba2bfc97e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-25T08:16:58+02:00 pkg/kamailio/deb: version

[sr-dev] git:5.5:cd816b80: pkg: version set to 5.5.2 for rpm and alpine specs

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: cd816b80b20cd9560a643d016094ca2975911c34 URL: https://github.com/kamailio/kamailio/commit/cd816b80b20cd9560a643d016094ca2975911c34 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-25T08:21:18+02:00 pkg: version set to 5.5.2

[sr-dev] git:5.5:0d683294: Makefile.defs: version set to 5.5.2

2021-08-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 0d6832949e5e3e554d7a492f32448281d4988053 URL: https://github.com/kamailio/kamailio/commit/0d6832949e5e3e554d7a492f32448281d4988053 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-25T08:29:41+02:00 Makefile.defs: version se