[sr-dev] Build failed in Jenkins: kamailio50-repos » i386,trusty,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,xenial,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,jessie,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,wheezy,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » i386,jessie,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » i386,stretch,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » i386,precise,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,stretch,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] git:master:e9545ae1: evapi: Removed cast of bind port to short, as this restricted ports to signed 16-bit int values (< 32768).

2019-11-08 Thread Alex Balashov
Module: kamailio Branch: master Commit: e9545ae1e490ff768270d03ea28f14b751d2c132 URL: https://github.com/kamailio/kamailio/commit/e9545ae1e490ff768270d03ea28f14b751d2c132 Author: Alex Balashov Committer: Alex Balashov Date: 2019-11-09T01:17:44-05:00 evapi: Removed cast of bind port to short,

[sr-dev] Build failed in Jenkins: kamailio50-repos » i386,wheezy,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,trusty,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » i386,xenial,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

[sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,precise,master #15

2019-11-08 Thread kamailio
See Changes: -- Started by upstream project "kamailio50-repos" build number 15 originally caused by: Started by upstream project

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

2019-11-08 Thread Henning Westerholt
Hello Ekke thanks for the feedback. About the question regarding reproducing - maybe could sort out eventual other causes. Do you see this only on this server, or also on another machine? Is the server a actual hardware or a virtual server? Maybe you can move it to another host to see if its

[sr-dev] [kamailio/kamailio] nathelper : added new function set_alias_to_avp (#2124)

2019-11-08 Thread Yasin CANER
!-- 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

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

2019-11-08 Thread ekke56
I have essentially deleted whole configuration and loaded minimum modules but the issue still occurs. Should we pursue it further or (sigh) declare it unreproducable? ekke PS I have another question regarding TM module and t_replicate, do you know who could help? From: Daniel-Constantin

Re: [sr-dev] [kamailio/kamailio] nathelper : added new function set_alias_to_avp (#2124)

2019-11-08 Thread Yasin CANER
This function , later , will be used for keepalive modules. I have new updates for keepalive module. -- 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] statsc module - server crashes every 10 hours (#2101)

2019-11-08 Thread ekke56
Hi! We have total 5 kamailio servers all running as virtual servers. So far it seems that the problem occurs on only one server. The crash happens every modparam("statsc", "interval", 300) * 2 minutes If I set this to 2 it crashes every four minutes. ekke From: Henning Westerholt Sent: 08

Re: [sr-dev] [kamailio/kamailio] nathelper : added new function set_alias_to_avp (#2124)

2019-11-08 Thread Yasin CANER
I will solve problems then add a docs. Thanks for support Henning -- 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] statsc module - server crashes every 10 hours (#2101)

2019-11-08 Thread Henning Westerholt
This is interesting. So you are saying that it happens only on one server, even if the others also use stats. Do you see e.g. any memory errors in the dmesg or system logging? Do you have a chance to e.g. to a memory test on this particular server? -- You are receiving this because you are

Re: [sr-dev] [kamailio/kamailio] nathelper : added new function set_alias_to_avp (#2124)

2019-11-08 Thread Henning Westerholt
henningw commented on this pull request. Thanks you Yasin for the pull request. I've did a quick review, and have added some comments and questions to the code. > @@ -1439,3 +1439,26 @@ void proto_type_to_str(unsigned short type, str *s) { *s = s_null; } } + +void