[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,xenial #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 137.64 KB...] I: new cache content 'libk5crypto3_1.13.2+dfsg-5ubuntu2.1_i386.deb' added I: new cache

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,xenial #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 140.45 KB...] I: new cache content 'libglib2.0-0_2.48.2-0ubuntu4.6_amd64.deb' added I: new cache

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,precise #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 52.46 KB...] Unable to connect to archive.ubuntu.com:http: [IP: 91.189.88.142 80] Err

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,precise #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 53.44 KB...] Unable to connect to archive.ubuntu.com:http: [IP: 91.189.88.152 80] Err

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,trusty #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 59.68 KB...] Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1562::18 80] Err

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,trusty #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 54.95 KB...] Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3.4 amd64

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,bionic #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 125.49 KB...] I: new cache content 'libpython3.6-dev_3.6.9-1~18.04ubuntu1_i386.deb' added I: new

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,bionic #1706

2020-06-30 Thread kamailio
See Changes: -- [...truncated 127.59 KB...] I: new cache content 'readline-common_7.0-3_all.deb' added I: new cache content

Re: [sr-dev] [kamailio/kamailio] cnxcc: remove duplicated entries with a same CID value (#2383)

2020-06-30 Thread Daniel-Constantin Mierla
The t_precheck_trans() and t_check_trans() should help filtering out such retransmissions. Anyhow, again, the only concern is about the case when one wants to charge a call twice (or even more), either from same billing account or from different accounts... not sure how the PR affects such

[sr-dev] dlgs module, unsued variable w_dlgs_tags_count

2020-06-30 Thread Henning Westerholt
Hello, Just noticed this, not sure if this is caused from work in progress code: henning@static:~/repositories/kamailio/src/modules/dlgs$ make CC (gcc) [M dlgs.so]dlgs_mod.o dlgs_mod.c:264:12: warning: 'w_dlgs_tags_count' defined but not used [-Wunused-function] 264 | static int

Re: [sr-dev] [kamailio/kamailio] hiops moduls refer to (#1856) (#2209)

2020-06-30 Thread Henning Westerholt
@miconda I had a conversation with the author of the pull request, he wants to rework the code substancially. I don't think this should be merged in this form. -- 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] lreproxy module (#2208)

2020-06-30 Thread Henning Westerholt
@miconda I had a conversation with the author of the pull request, he wants to rework the code substancially. I don't think this should be merged in this form. -- 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] mqueue: add support for db persistency (#2359)

2020-06-30 Thread Julien Chavanton
Thanks for having a look, I did persmission adjustments and moved the variable declarations to beginning of scope. I did not run clang-format, I tried to keep the formatting that was used in the module before. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] [kamailio/kamailio] mqueue: add support for db persistency (#2359)

2020-06-30 Thread Julien Chavanton
@jchavanton pushed 1 commit. c85da32333237359f9e8b9cfe6715437458c04a8 mqueue: add support for db persistency -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] cnxcc: remove duplicated entries with a same CID value (#2383)

2020-06-30 Thread Jose Luis Verdeguer
Sure. It supposed to be called only for the initial INVITE but there are a check in the code for that (which log message was fixed yesterday by @linuxmaniac). The problem is that this check only print a message and has no control the insertion of the new record. I've found the problem in some

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-06-30 Thread Daniel-Constantin Mierla
The code looks ok for setting the variable. Can you provide all logs printed by kamailio with debug=3 in config, from the moment of receiving the sip message till its end of processing, when this case is reproduce? -- You are receiving this because you are subscribed to this thread. Reply to

Re: [sr-dev] [kamailio/kamailio] cnxcc: remove duplicated entries with a same CID value (#2383)

2020-06-30 Thread Daniel-Constantin Mierla
I guess the function was supposed to be called only for the initial INVITE, the one that creates the call. Overall, I do not use that much the module to have an opinion of this is good to have or someone also wants to charge a call twice (e.g., incoming leg and outgoing leg). The initial

[sr-dev] [kamailio/kamailio] cnxcc: remove duplicated entries with a same CID value (#2383)

2020-06-30 Thread Jose Luis Verdeguer
!-- 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] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-06-30 Thread kvrban
Function "tcp_get_conid" from tcpops module does not write the conid into target variable I followed the documentation on https://www.kamailio.org/docs/modules/devel/modules/tcpops.html#tcpops.f.tcp_get_conid And with debug enabled, you see the connection is found: `Jun 30 14:13:47

[sr-dev] git:master:a369ed96: pkg/docker: updated submodule

2020-06-30 Thread Sergey Safarov
Module: kamailio Branch: master Commit: a369ed969e956d491f2ced3bc72a8e21343fbe18 URL: https://github.com/kamailio/kamailio/commit/a369ed969e956d491f2ced3bc72a8e21343fbe18 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-30T15:42:37+03:00 pkg/docker: updated submodule ---

[sr-dev] Errored: kamailio/kamailio#9081 (master - 92f33c4)

2020-06-30 Thread Travis CI
Build Update for kamailio/kamailio - Build: #9081 Status: Errored Duration: 50 mins and 1 sec Commit: 92f33c4 (master) Author: Daniel-Constantin Mierla Message: sl: check if ending zero fits when printing cseq View the changeset:

[sr-dev] Errored: kamailio/kamailio#9080 (master - 1d25629)

2020-06-30 Thread Travis CI
Build Update for kamailio/kamailio - Build: #9080 Status: Errored Duration: 50 mins and 2 secs Commit: 1d25629 (master) Author: Daniel-Constantin Mierla Message: imc: let space for ending characters View the changeset:

[sr-dev] [kamailio/kamailio] Default config and options for Kamailio 5.4.0 (#2381)

2020-06-30 Thread Daniel-Constantin Mierla
Starting this issue to collect suggestions about what should be adjusted in the default config or options (global or module parameters) in preparation for Kamailio 5.4.0. The goal is not to recreate a completely new config, the current one being a good starting point for new deployments, but to

Re: [sr-dev] [kamailio/kamailio] MySQL connection crash on Ubuntu 18.04 with libmysqlclient using libssl 1.1 (#2360)

2020-06-30 Thread Daniel-Constantin Mierla
Closed #2360. -- 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/2360#event-3497041661___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] MySQL connection crash on Ubuntu 18.04 with libmysqlclient using libssl 1.1 (#2360)

2020-06-30 Thread Daniel-Constantin Mierla
Backported. -- 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/2360#issuecomment-651703413___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:92f33c44: sl: check if ending zero fits when printing cseq

2020-06-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 92f33c4488725a85921b3b66010f64c5bdfec802 URL: https://github.com/kamailio/kamailio/commit/92f33c4488725a85921b3b66010f64c5bdfec802 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-06-30T12:17:50+02:00 sl: check if ending

[sr-dev] git:master:1d256290: imc: let space for ending characters

2020-06-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1d256290cf10414a2f1af1feda3c9a357eb8ac27 URL: https://github.com/kamailio/kamailio/commit/1d256290cf10414a2f1af1feda3c9a357eb8ac27 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-06-30T12:10:06+02:00 imc: let space for

Re: [sr-dev] [kamailio/kamailio] dispatcher : better distribution when using hash and destination is not available (#2363)

2020-06-30 Thread Daniel-Constantin Mierla
@Kalki70 - I think you start crossing the common sense line with your last comment on a personal attack. As I said my non-technical remark was more from an admiration point of view -- bugs that are found in code older than 15 years deserve somehow an "highlighting prize", but it is not the case

Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-06-30 Thread Daniel-Constantin Mierla
Short note to say that probably branching of 5.4 will happen soon, if you want this merged for 5.4.x release series, then it has to be made ready during the next days. For the code you wrote, then you put your copyright. For the code you took from other places, you need to copy over the

Re: [sr-dev] [kamailio/kamailio] hiops moduls refer to (#1856) (#2209)

2020-06-30 Thread Daniel-Constantin Mierla
Short note to say that probably branching of 5.4 will happen soon, if you want this merged for 5.4.x release series, then it has to be made ready during the next days. -- 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] mqueue: add support for db persistency (#2359)

2020-06-30 Thread Daniel-Constantin Mierla
Code patch looks ok, maybe some small cosmetic adjustments can be done later (e.g., vars declared at the beginning of blocks), so can be merged from that point of view. But there are some changes to file permissions, adding executable flag: ``` mode change 100644 => 100755

Re: [sr-dev] [kamailio/kamailio] Kamailio became unresponsive during runtime (#2380)

2020-06-30 Thread Henning Westerholt
Closed #2380. -- 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/2380#event-3495969512___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Kamailio became unresponsive during runtime (#2380)

2020-06-30 Thread Henning Westerholt
This is hard to say without more details. You'll find all fixes in the Changelog: https://www.kamailio.org/pub/kamailio/5.3.5/ChangeLog Close this one, please re-open if the bug appears again after you updated to 5.3.5. -- You are receiving this because you are subscribed to this thread.