Re: [sr-dev] [kamailio/kamailio] Hello, kamailio v4.1 would not start after installation. Throws the following error even when mysql is running: (#1193)

2017-07-28 Thread Victor Seva
Closed #1193. -- 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/1193#event-1183329462___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Hello, kamailio v4.1 would not start after installation. Throws the following error even when mysql is running: (#1193)

2017-07-28 Thread Victor Seva
use user mailing list for this. And provide useful information. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:1fe94fe8: pkg/kamailio/deb: version set to 5.1.0-dev6

2017-08-14 Thread Victor Seva
Module: kamailio Branch: master Commit: 1fe94fe8129649703c92a87ebd402068faa66624 URL: https://github.com/kamailio/kamailio/commit/1fe94fe8129649703c92a87ebd402068faa66624 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] deb nightly-builds not being built

2017-07-10 Thread Victor Seva
On 07/03/2017 11:53 PM, Victor Seva wrote: > We are having some issues with our building infrastructure so packages > are not being built. We are working on it, please be patient. Build process working again. For the curious changes performed are in [0], they were related to jenkins needin

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-26 Thread Victor Seva
I'm going to try with the last version of branch 1.1.0 -- 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/1189#issuecomment-318005177___

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-26 Thread Victor Seva
FTR, tried with openssl/openssl@4b4bc00 applied same core -- 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/1189#issuecomment-317981985___

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-26 Thread Victor Seva
just that patch -- 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/1189#issuecomment-318001713___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-26 Thread Victor Seva
``` Core was generated by `/usr/sbin/kamailio -f /etc/kamailio/lb/kamailio.cfg -P /var/run/kamailio/kamail'. Program terminated with signal SIGSEGV, Segmentation fault. #0 ossl_init_thread_stop (locals=0x7f8d615fcd58) at ../crypto/init.c:335 warning: Source file is more recent than executable.

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-24 Thread Victor Seva
backporting [0] and [1] didn't help [0] https://github.com/kamailio/kamailio/commit/e7c03ce6ce61119fbf5cb9f41b7abcd4c7138d58 [1] https://github.com/kamailio/kamailio/commit/76efc9b7a1489007f9ff431e730ce4e86b446a6c -- You are receiving this because you are subscribed to this thread. Reply to

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-24 Thread Victor Seva
FTR https://rt.openssl.org/Ticket/Display.html?id=1491 has been closed with > This is reported against 0.9.8; please open a new ticket if still a problem > with current releases. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-24 Thread Victor Seva
### Description We are having cores when stopping the lb service if TLS is enabled. ### Troubleshooting Debugging Data ``` Core was generated by `/usr/sbin/kamailio -f /etc/kamailio/lb/kamailio.cfg -P /var/run/kamailio/kamail'. Program terminated with signal SIGSEGV, Segmentation fault.

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-24 Thread Victor Seva
downloaded openssl source ``` #0 ossl_init_thread_stop (locals=0x7faaf4442d58) at ../crypto/init.c:332 332 if (locals->async) { (gdb) p locals $1 = (struct thread_local_inits_st *) 0x7faaf4442d58 (gdb) p *locals Cannot access memory at address 0x7faaf4442d58 ``` -- You are receiving

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2017-07-24 Thread Victor Seva
This is what I have ``` static struct thread_local_inits_st *ossl_init_get_thread_local(int alloc) { struct thread_local_inits_st *local = CRYPTO_THREAD_get_local(); if (local == NULL && alloc) { local = OPENSSL_zalloc(sizeof *local); CRYPTO_THREAD_set_local(,

[sr-dev] deb nightly-builds not being built

2017-07-03 Thread Victor Seva
We are having some issues with our building infrastructure so packages are not being built. We are working on it, please be patient. Cheers, Victor signature.asc Description: OpenPGP digital signature ___ Kamailio (SER) - Development Mailing List sr

Re: [sr-dev] [kamailio/kamailio] resolve an issue found by cppcheck (#1169)

2017-06-28 Thread Victor Seva
Please read https://www.kamailio.org/wiki/devel/git-commit-guidelines#commit_message -- 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] pkg/kamailio: Fix of ticket 1085 (#1086)

2017-06-29 Thread Victor Seva
I still don't see why we need this. What is the case of "non null exit"? >From my POV I only want kamailio service to restart if there was a segfault >and AFAICT that is already happening with the actual systemd configuration -- You are receiving this because you are subscribed to this thread.

Re: [sr-dev] [kamailio/kamailio] Installation broken because of commented out mpath in example config (#1096)

2017-04-27 Thread Victor Seva
>From >https://kamailio.sipwise.com/view/kam5.0/job/kamailio50-binaries/architecture=amd64,distribution=jessie,label=slave/3/consoleText ``` /usr/bin/make install LIBDIR=lib/x86_64-linux-gnu group_include="kstandard" ``` -- You are receiving this because you are subscribed to this thread.

[sr-dev] git:master:86c4168d: pkg/kamailio/deb: set LIBDIR for all rules

2017-04-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 86c4168d2306b6648cd0540ece154d959727 URL: https://github.com/kamailio/kamailio/commit/86c4168d2306b6648cd0540ece154d959727 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] Installation broken because of commented out mpath in example config (#1096)

2017-04-27 Thread Victor Seva
Closed #1096 via 86c4168d2306b6648cd0540ece154d959727. -- 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/1096#event-1060805023___

[sr-dev] git:5.0:59d67633: pkg/kamailio/deb: set LIBDIR for all rules

2017-04-27 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 59d676337e74195eafcfca3bfa6382cedd209acd URL: https://github.com/kamailio/kamailio/commit/59d676337e74195eafcfca3bfa6382cedd209acd Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] Installation broken because of commented out mpath in example config (#1096)

2017-04-27 Thread Victor Seva
@SipSeb please check tomorrow's deb from http://deb.kamailio.org/kamailio50-nightly/ or build it from source, It should be fixed -- 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] Daemon not restated if process exited with not null code (#1085)

2017-04-24 Thread Victor Seva
What do you mean by 'not null code'? >From https://www.freedesktop.org/software/systemd/man/systemd.service.html ``` Restart: [...] If set to on-failure, the service will be restarted when the process exits with a non-zero exit code, is terminated by a signal (including on core dump, but

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio: Fix of ticket 1085 (#1086)

2017-04-24 Thread Victor Seva
See my comment at https://github.com/kamailio/kamailio/issues/1085#issuecomment-296592791 -- 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] pkg/kamailio: Fix of ticket 1085 (#1086)

2017-04-24 Thread Victor Seva
What happens if you have a non-working config and you have `on-failure`? I would assume the daemon will be restarted forever -- 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] Installation broken because of commented out mpath in example config (#1096)

2017-04-27 Thread Victor Seva
Thanks @SipSeb for the report -- 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/1096#issuecomment-297790143___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] dialog: execute pre script callback only when event route is set (7004969)

2017-04-24 Thread Victor Seva
forget it, I was mistaken. sorry for the noise -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:6bc6bbca: pkg/kamailio/deb: version set to 5.1.0-dev3

2017-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: 6bc6bbca0e7fd17bef51bf0fecea389c9d0870c4 URL: https://github.com/kamailio/kamailio/commit/6bc6bbca0e7fd17bef51bf0fecea389c9d0870c4 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:5.0:a4d26dfd: core: parser reset_path_vector() remove check for msg->msg_flags

2017-06-09 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: a4d26dfde58d5e038ed53c315bbd6e7b353211fc URL: https://github.com/kamailio/kamailio/commit/a4d26dfde58d5e038ed53c315bbd6e7b353211fc Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:b8750364: core: fix mem_summary comparation when SIGUSR1 is received

2017-05-23 Thread Victor Seva
Module: kamailio Branch: master Commit: b8750364571beeca6612b31a2948d62bddedc805 URL: https://github.com/kamailio/kamailio/commit/b8750364571beeca6612b31a2948d62bddedc805 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] git:master:b8750364: core: fix mem_summary comparation when SIGUSR1 is received

2017-05-23 Thread Victor Seva
On 05/23/2017 06:16 PM, Victor Seva wrote: > > core: fix mem_summary comparation when SIGUSR1 is received > > From http://www.kamailio.org/wiki/cookbooks/4.4.x/core#mem_summary > 1 - dump all the pkg used blocks (status) > 2 - dump all the shm used blocks (status) > 4

[sr-dev] git:5.0:fef4f2c9: core: fix mem_summary comparation when SIGUSR1 is received

2017-05-24 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: fef4f2c943ffe75f94f0985499fb9e46de409a50 URL: https://github.com/kamailio/kamailio/commit/fef4f2c943ffe75f94f0985499fb9e46de409a50 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.2:98c3647a: travis-ci: use proper domain for sr-dev mailing list [skip ci]

2017-05-30 Thread Victor Seva
Module: kamailio Branch: 4.2 Commit: 98c3647a47a1c93f7182cdbf0c653c399a128f17 URL: https://github.com/kamailio/kamailio/commit/98c3647a47a1c93f7182cdbf0c653c399a128f17 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.3:5859e438: travis-ci: use proper domain for sr-dev mailing list [skip ci]

2017-05-30 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: 5859e438b5c7b57dbc68bca958b810b177b8e2b9 URL: https://github.com/kamailio/kamailio/commit/5859e438b5c7b57dbc68bca958b810b177b8e2b9 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:8351c7a8: travis-ci: use 4.4-stretch docker image [skip ci]

2017-05-30 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 8351c7a81f432141d6d1348ffec9821ff028da33 URL: https://github.com/kamailio/kamailio/commit/8351c7a81f432141d6d1348ffec9821ff028da33 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:2cd91070: travis-ci: use proper domain for sr-dev mailing list [skip ci]

2017-05-30 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 2cd91070d5eb823a2413d8100236db8c8a74d472 URL: https://github.com/kamailio/kamailio/commit/2cd91070d5eb823a2413d8100236db8c8a74d472 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:bce1db4f: travis-ci: use proper domain for sr-dev mailing list [skip ci]

2017-05-30 Thread Victor Seva
Module: kamailio Branch: master Commit: bce1db4fce2a7cd75a8103916e1361b9c94d6f64 URL: https://github.com/kamailio/kamailio/commit/bce1db4fce2a7cd75a8103916e1361b9c94d6f64 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:5.0:008aeb5c: travis-ci: use proper domain for sr-dev mailing list [skip ci]

2017-05-30 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 008aeb5c9844b734cdbb06d874a663c213d2c27d URL: https://github.com/kamailio/kamailio/commit/008aeb5c9844b734cdbb06d874a663c213d2c27d Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] pkg: fixed location of ChangeLog (#1143)

2017-06-02 Thread Victor Seva
Closed #1143. -- 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/1143#event-1107499968___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] core: parser reset_path_vector() remove check for msg->msg_flags (#1144)

2017-06-02 Thread Victor Seva
* tm now uses shared memory for fake_req() so faked_req->path_vec was leaking You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1144 -- Commit Summary -- * core: parser reset_path_vector() remove check for msg->msg_flags -- File

[sr-dev] git:master:d0bfefd0: src/Makefile: fix make deb rules

2017-06-02 Thread Victor Seva
Module: kamailio Branch: master Commit: d0bfefd0f03962b61162eeb65fe01e8dff91674f URL: https://github.com/kamailio/kamailio/commit/d0bfefd0f03962b61162eeb65fe01e8dff91674f Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:cca31b30: core: parser reset_path_vector() remove check for msg->msg_flags

2017-06-02 Thread Victor Seva
Module: kamailio Branch: master Commit: cca31b30aeb80c808b10c5f4f36285c1c55cd72a URL: https://github.com/kamailio/kamailio/commit/cca31b30aeb80c808b10c5f4f36285c1c55cd72a Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] Kamailio is not passing bye to client side. (#1145)

2017-06-02 Thread Victor Seva
Start a discussion on sr-us...@lists.kamailio.org so people can provide hints. This tracker is only for bugs in the code. -- 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] pkg: fixed location of ChangeLog (#1143)

2017-06-02 Thread Victor Seva
@miconda yes, I'm going to do that and remove the signing phase too -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:4.4:5c8419eb: pkg/kamailio/deb: use default-libmysqlclient-dev/default-mysql-client

2017-06-05 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 5c8419eb3a1e26de77b714f53c5a2cf0e24cc76a URL: https://github.com/kamailio/kamailio/commit/5c8419eb3a1e26de77b714f53c5a2cf0e24cc76a Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:06a37767: travis-ci: set DIST variable for jessie

2017-06-05 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 06a377677889c5caeef705df145ea845df6715e8 URL: https://github.com/kamailio/kamailio/commit/06a377677889c5caeef705df145ea845df6715e8 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] Broken: linuxmaniac/kamailio#51 (4.4 - 7d075da)

2017-06-05 Thread Victor Seva
This is quite strange, if I do: $ docker pull kamailio/pkg-kamailio-docker:4.4-jessie $ docker inspect kamailio/pkg-kamailio-docker:4.4-jessie | grep Id "Id": "sha256:6ee5a8451a2365cc497bbdf268335656143af81afceb9ee46f78bbafbcbbba37", # docker run -i -t --rm -v $(pwd):/code:rw

Re: [sr-dev] [kamailio/kamailio] pkg: fixed location of ChangeLog (#1143)

2017-06-01 Thread Victor Seva
Problem here is that make deb rules are wrong. There is were we have to make the fix. -- 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] pkg: fixed location of ChangeLog (#1143)

2017-06-01 Thread Victor Seva
FTR We don't use that rule at all in the process of building the debs -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2017-06-01 Thread Victor Seva
On 06/01/2017 12:19 PM, Prasannakumar Merugu wrote: > Hello All, > I am re-sending the issue with edited data; You need to send this question on sr-us...@lists.kamailio.org this list is for devel discussion signature.asc Description: OpenPGP digital signature

[sr-dev] git:5.0:bcf6cb0d: sca: fix core when release_appearance RPC command parameter has wrong index

2017-06-08 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: bcf6cb0d22e851ce2a42427f1269718dca8dacae URL: https://github.com/kamailio/kamailio/commit/bcf6cb0d22e851ce2a42427f1269718dca8dacae Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:650f1cb5: sca: fix core when release_appearance RPC command parameter has wrong index

2017-06-08 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 650f1cb590b927a1254562299496b0974e5f168f URL: https://github.com/kamailio/kamailio/commit/650f1cb590b927a1254562299496b0974e5f168f Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:f0da1424: travis-ci: use 4.4-jessie image

2017-06-04 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: f0da1424678d0f2d64fa9b2abfab538f1c2736cf URL: https://github.com/kamailio/kamailio/commit/f0da1424678d0f2d64fa9b2abfab538f1c2736cf Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:b7bd4bea: pv: fix pv_var_to_xavp() and pv_xavp_to_var() functions

2017-06-04 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: b7bd4beabe76b01342afb4eb84ea4a4a68863efe URL: https://github.com/kamailio/kamailio/commit/b7bd4beabe76b01342afb4eb84ea4a4a68863efe Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:6171c150: pv: fix pv_var_to_xavp() and pv_xavp_to_var() functions

2017-06-04 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 6171c15069576c0686827d594d512170f187dd6c URL: https://github.com/kamailio/kamailio/commit/6171c15069576c0686827d594d512170f187dd6c Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:66873cbe: pv: fix pv_var_to_xavp() and pv_xavp_to_var() functions

2017-06-04 Thread Victor Seva
Module: kamailio Branch: master Commit: 66873cbec5249a21c048349f608e316febd1b313 URL: https://github.com/kamailio/kamailio/commit/66873cbec5249a21c048349f608e316febd1b313 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:ad48f441: Makefile: deb rule, remove --no-sign and use -us -uc

2017-06-13 Thread Victor Seva
Module: kamailio Branch: master Commit: ad48f441ec9d0611b9c80d51c459099bb520f393 URL: https://github.com/kamailio/kamailio/commit/ad48f441ec9d0611b9c80d51c459099bb520f393 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] Makefile: deb rule, remove --no-sign and use -us -uc (ad48f44)

2017-06-13 Thread Victor Seva
@abalashov what about now? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:5.0:c7fdf0a4: pkg/kamailio/deb: version set to 5.0.2

2017-06-14 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: c7fdf0a4d50340dfbf91889c43c85fbf7b753d45 URL: https://github.com/kamailio/kamailio/commit/c7fdf0a4d50340dfbf91889c43c85fbf7b753d45 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:46c738aa: pkg/kamailio/deb: version set to 4.4.6

2017-06-16 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 46c738aa8b5587f21ea1cd91fbeabd77c02ad750 URL: https://github.com/kamailio/kamailio/commit/46c738aa8b5587f21ea1cd91fbeabd77c02ad750 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] Call and Voice issues (#1151)

2017-06-16 Thread Victor Seva
Closed #1151. -- 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/1151#event-1127192436___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] IPv6 parse_uri error (#1136)

2017-06-16 Thread Victor Seva
@davidxbwang please use markdown format when pasting. -- 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/1136#issuecomment-309082579___

[sr-dev] git:master:2ac39d96: pkg/kamailio/deb: version set to 5.1.0-dev4

2017-06-12 Thread Victor Seva
Module: kamailio Branch: master Commit: 2ac39d963d02e6bc2ed056da1762ce286cf8d976 URL: https://github.com/kamailio/kamailio/commit/2ac39d963d02e6bc2ed056da1762ce286cf8d976 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] ubuntu failures

2017-09-14 Thread Victor Seva
Hi, it seems there is a connection problem with the ubuntu repo. I will investigate Err http://ie.archive.ubuntu.com/ubuntu/ precise/main libexpat1 amd64 2.0.1-7.2ubuntu1 Could not connect to ie.archive.ubuntu.com:80 (193.1.193.69), connection timed out

Re: [sr-dev] ubuntu failures

2017-09-14 Thread Victor Seva
As you already notice, things are back to normal. We changed Ubuntu repositories from ie.archive.ubuntu.com to archive.ubuntu.com and added Debian buster support for the future Thanks @mikagrml for the help ___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:593f929f: pkg/kamailio/deb: version set to 5.1.0-dev7

2017-09-18 Thread Victor Seva
Module: kamailio Branch: master Commit: 593f929f3678150423b50b68293ac6267ddcb4a3 URL: https://github.com/kamailio/kamailio/commit/593f929f3678150423b50b68293ac6267ddcb4a3 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:9c064ff6: pkg/kamailio/deb: set version 5.1.0~dev8

2017-10-16 Thread Victor Seva
Module: kamailio Branch: master Commit: 9c064ff672df7c3e65b4b2891899bfaa460469dd URL: https://github.com/kamailio/kamailio/commit/9c064ff672df7c3e65b4b2891899bfaa460469dd Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] git:master:02074c81: Merge branch 'master' of github.com:kamailio/kamailio

2017-10-16 Thread Victor Seva
2017-10-16 13:00 GMT+02:00 Juha Heinanen <j...@tutpro.com>: > Victor Seva writes: > >> rebase before pushing > > Hard to remember. Is it possible to configure git so that it cancels > push if local repo is not up to date? See pull.rebase, branch..rebase and branch.auto

Re: [sr-dev] git:master:02074c81: Merge branch 'master' of github.com:kamailio/kamailio

2017-10-16 Thread Victor Seva
Please Juha, rebase before pushing 2017-10-16 11:42 GMT+02:00 Juha Heinanen : > Module: kamailio > Branch: master > Commit: 02074c81158b0927778e5f2daaae8da953580f2f > URL: > https://github.com/kamailio/kamailio/commit/02074c81158b0927778e5f2daaae8da953580f2f > > Author: Juha

[sr-dev] git:master:c6e921e4: core: add safety check to rval_get_tmp_str()

2017-10-05 Thread Victor Seva
Module: kamailio Branch: master Commit: c6e921e45f1257913848110189eab82a34aa2f8b URL: https://github.com/kamailio/kamailio/commit/c6e921e45f1257913848110189eab82a34aa2f8b Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:6b021e19: pkg/kamailio/deb: add buster support

2017-10-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 6b021e199cfdfaac3e4723320742377e9da1e1d0 URL: https://github.com/kamailio/kamailio/commit/6b021e199cfdfaac3e4723320742377e9da1e1d0 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:ad84dd05: pkg/kamailio/deb: buster files

2017-10-17 Thread Victor Seva
Module: kamailio Branch: master Commit: ad84dd05e678a180663c857637154bac1b159c27 URL: https://github.com/kamailio/kamailio/commit/ad84dd05e678a180663c857637154bac1b159c27 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] db_check_table_version(): invalid version 6 for table subscriber found, expected 7 (check table structure and table "version") (#1270)

2017-10-12 Thread Victor Seva
Closed #1270. -- 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/1270#event-1289763705___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] git:master:02074c81: Merge branch 'master' of github.com:kamailio/kamailio

2017-10-16 Thread Victor Seva
2017-10-16 13:30 GMT+02:00 Juha Heinanen <j...@tutpro.com>: > Victor Seva writes: > >> rebase before pushing > > This is what I did (taken from shell history): > > 2060 emacs sipdump_mod.c > 2061 git diff > 2062 git commit -a > 2063 git push >

[sr-dev] git:master:982cc452: app_python: fix compiler warning

2017-09-26 Thread Victor Seva
Module: kamailio Branch: master Commit: 982cc452c3ac80a38b562bc8d06159c8423ec18b URL: https://github.com/kamailio/kamailio/commit/982cc452c3ac80a38b562bc8d06159c8423ec18b Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:1473be69: cfgt: format code using clang-format

2017-09-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 1473be69e191c6873cfc4e2501999ebeb8a45159 URL: https://github.com/kamailio/kamailio/commit/1473be69e191c6873cfc4e2501999ebeb8a45159 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:8d9459b7: tls: fix sanitization of log macros commit a8b30d340f9d

2017-08-29 Thread Victor Seva
Module: kamailio Branch: master Commit: 8d9459b7de28de90993e7e26c827298c7b2d08a4 URL: https://github.com/kamailio/kamailio/commit/8d9459b7de28de90993e7e26c827298c7b2d08a4 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:5.0:556e066b: pkg/kamailio/deb: version set to 5.0.3

2017-09-01 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 556e066b084099ef89e63ec397e9a431eef33b3b URL: https://github.com/kamailio/kamailio/commit/556e066b084099ef89e63ec397e9a431eef33b3b Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:9e3096e1: core: add safety check to rval_get_tmp_str()

2017-10-11 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 9e3096e16ac233e1667110904e1d944753d53c7a URL: https://github.com/kamailio/kamailio/commit/9e3096e16ac233e1667110904e1d944753d53c7a Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] crash on infinite loop processing a call (#1263)

2017-10-11 Thread Victor Seva
Closed #1263. -- 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/1263#event-1288547909___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:91bec00a: kex: fix compiler warning

2017-09-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 91bec00a1451f026ccfa5c42d1b945d15ced664e URL: https://github.com/kamailio/kamailio/commit/91bec00a1451f026ccfa5c42d1b945d15ced664e Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:43b1f9de: pv: remove unused variable

2017-09-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 43b1f9de4538c0739a133c0181a4df97c23c5769 URL: https://github.com/kamailio/kamailio/commit/43b1f9de4538c0739a133c0181a4df97c23c5769 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:4.4:471f8843: pkg/kamailio/deb: fix kamailio-berkeley-modules dependence

2017-10-19 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 471f8843cf3fa65e5215c284337e1206e1e96c9e URL: https://github.com/kamailio/kamailio/commit/471f8843cf3fa65e5215c284337e1206e1e96c9e Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:60dc10a3: pkg/kamailio/deb: fix kamailio-berkeley-modules dependence

2017-10-19 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 60dc10a3948bdc51d1c9298e8a174a0af066557a URL: https://github.com/kamailio/kamailio/commit/60dc10a3948bdc51d1c9298e8a174a0af066557a Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:3a1e8807: pkg/kamailio/deb: fix kamailio-berkeley-modules dependence

2017-10-19 Thread Victor Seva
Module: kamailio Branch: master Commit: 3a1e8807d340dd7907b310006a18a7e82e795d2b URL: https://github.com/kamailio/kamailio/commit/3a1e8807d340dd7907b310006a18a7e82e795d2b Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:574ad1fc: pkg/kamailio/deb: add lsb-base

2017-11-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 574ad1fc96fa207a5a30fba66977d27e50ea1da1 URL: https://github.com/kamailio/kamailio/commit/574ad1fc96fa207a5a30fba66977d27e50ea1da1 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:2dd971a9: pkg/kamailio/deb: wrap-and-sort -sat

2017-11-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 2dd971a970dbec87713177b52a32a667ebfa802c URL: https://github.com/kamailio/kamailio/commit/2dd971a970dbec87713177b52a32a667ebfa802c Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:5.1:9e496761: pkg/kamailio/deb: add lsb-base

2017-11-13 Thread Victor Seva
Module: kamailio Branch: 5.1 Commit: 9e49676173d7f333c9b5c995321a76b23768b8e9 URL: https://github.com/kamailio/kamailio/commit/9e49676173d7f333c9b5c995321a76b23768b8e9 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.1:f9a90846: pkg/kamailio/deb: wrap-and-sort -sat

2017-11-13 Thread Victor Seva
Module: kamailio Branch: 5.1 Commit: f9a908461731852befc067ef579b5f2f9439e8ed URL: https://github.com/kamailio/kamailio/commit/f9a908461731852befc067ef579b5f2f9439e8ed Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:6ff438d2: pkg/kamailio/deb: add lsb-base [skip ci]

2017-11-24 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 6ff438d29abf1dbbacc071c995456bd91ee93bf3 URL: https://github.com/kamailio/kamailio/commit/6ff438d29abf1dbbacc071c995456bd91ee93bf3 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:212b33ea: pkg/kamailio/deb: kamailio-nth add less as default [skip ci]

2017-11-24 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 212b33ea0a7c1494cfdca7c06d8425376914cbe9 URL: https://github.com/kamailio/kamailio/commit/212b33ea0a7c1494cfdca7c06d8425376914cbe9 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:fb66e911: pkg/kamailio/deb: remove lintian errors for old distributions [skip ci]

2017-11-24 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: fb66e911b17f5c4e378c4c8c2dd9a776d7d259b4 URL: https://github.com/kamailio/kamailio/commit/fb66e911b17f5c4e378c4c8c2dd9a776d7d259b4 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:50414379: pkg/kamailio/deb: wrap-and-sort -sat [skip ci]

2017-11-24 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 50414379518b38b1b7210d19f7d8ad1e7ba65d4c URL: https://github.com/kamailio/kamailio/commit/50414379518b38b1b7210d19f7d8ad1e7ba65d4c Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:be39fa8a: pkg/kamailio/deb: remove lintian errors for old distributions

2017-11-22 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: be39fa8abb6f4f0b30c75da1150ec6a188be55d0 URL: https://github.com/kamailio/kamailio/commit/be39fa8abb6f4f0b30c75da1150ec6a188be55d0 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:796003bb: pkg/kamailio/deb: wrap-and-sort -sat [skip ci]

2017-11-22 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 796003bbe4578ae85edb26047f7f5d9ddd6f24a9 URL: https://github.com/kamailio/kamailio/commit/796003bbe4578ae85edb26047f7f5d9ddd6f24a9 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:974a7d54: pkg/kamailio/deb: kamailio-nth add less as default [skip ci]

2017-11-22 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 974a7d54052f4009376d451dcdad7620206cb1ca URL: https://github.com/kamailio/kamailio/commit/974a7d54052f4009376d451dcdad7620206cb1ca Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:253e7884: pkg/kamailio/deb: add lsb-base [skip ci]

2017-11-22 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 253e7884b67349c5042ff721161d974adc8e9bc4 URL: https://github.com/kamailio/kamailio/commit/253e7884b67349c5042ff721161d974adc8e9bc4 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] evapi: add module parameter to enable keepalive (#1290)

2017-11-29 Thread Victor Seva
Can I backport 95bd694e75c250d8b26cac071bff2e48e0eb9062 bb91d6c4fa88324c31d3b7a91687057e0ae8bfa0 d340582267174ccb0a5d816049c582fe75d2177b to 5.0? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:5.0:5f26a4e8: evapi: enable tcp keepalive on client connections

2017-11-29 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 5f26a4e8c55cdf5a5a7eaf6864c4f5213d321293 URL: https://github.com/kamailio/kamailio/commit/5f26a4e8c55cdf5a5a7eaf6864c4f5213d321293 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> D

[sr-dev] git:5.0:c7dc3f9d: evapi: do close() on client socket if libev detects it is gone

2017-11-29 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: c7dc3f9dbd691323bb65c549c6578adfb03392c6 URL: https://github.com/kamailio/kamailio/commit/c7dc3f9dbd691323bb65c549c6578adfb03392c6 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> D

[sr-dev] git:5.0:b543496e: evapi: dispatcher worker to send event data directly

2017-11-29 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: b543496e9e33639684e88fc28fda7cca61ada239 URL: https://github.com/kamailio/kamailio/commit/b543496e9e33639684e88fc28fda7cca61ada239 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> D

  1   2   3   4   5   6   7   8   9   10   >