[sr-dev] [kamailio/kamailio] EOF in pass_fd.c:receive_fd() (#2075)

2019-09-25 Thread Alex Balashov
Running `Kamailio 4.4.7:97f308` with heavy `app_perl` usage, `usrloc` (`db_mode` 3) and not much else. After an upgrade from 4.1, getting periodic death like this: ``` Sep 25 20:54:28 switch /sbin/kamailio[29771]: CRITICAL: [pass_fd.c:277]: receive_fd(): EOF on 9 ``` Also happens on 4.2.x.

[sr-dev] Kamailio ARM support improved, tests

2019-09-25 Thread Henning Westerholt
Hello, as part of the testing for 5.3.0 I looked into the ARM support in Kamailio. Previously the core used some deprecated assembler functions for atomic operations (locking etc..). There was also no native support for the ARM v7 architecture available. After several fixes and extensions both

[sr-dev] git:master:ccc0eb6d: Makefile.defs: remove over-specific -fmpu definition, not needed according to my tests

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: ccc0eb6d12a1deb61536d7887d0baf73a9cc639f URL: https://github.com/kamailio/kamailio/commit/ccc0eb6d12a1deb61536d7887d0baf73a9cc639f Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T17:04:05+02:00 Makefile.defs: remove

Re: [sr-dev] Generating CDRs in JSON format

2019-09-25 Thread Daniel-Constantin Mierla
Hello, I think the approach with engine is somehow better just in case someone wants another format (e.g., xml) or another backend (e.g., for radius) for cdrs, so they can add new modules for those specific needs. Cheers, Daniel On 25.09.19 17:11, Lucian Balaceanu wrote: > > Hello guys, > >

[sr-dev] Generating CDRs in JSON format

2019-09-25 Thread Lucian Balaceanu
Hello guys, I am trying to get the CDRs generated in JSON format just as acc_json module does for transactions accounting, but for now I didn't find a way to do this directly from Kamailio. Please correct me if I am wrong. As far as I understood from the code, acc_json and other modules

[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf : fixed using ipsec_create (#2074)

2019-09-25 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] misc/examples/ims/pcscf/route: Update the rest of the routing scripts for P-CSCF with IPSec support; Fix Rx_AAR() calls. (8f5b70c)

2019-09-25 Thread Yasin CANER
well , is it possible to catch 401 reply in on_reply_route ? I think it should be in failure_route but it is impossible because ipsec_create function can be on only on OK replies. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:ed0bc07d: call_obj: cast to unsigned long, related to commit 2a2780cb6b04

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: ed0bc07dd66f954757695eebbcd7e49dc5333a9d URL: https://github.com/kamailio/kamailio/commit/ed0bc07dd66f954757695eebbcd7e49dc5333a9d Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T15:35:47+02:00 call_obj: cast to unsigned long,

[sr-dev] git:master:ea141f0a: jsonrpcs: cast to unsigned long, related to commit e624cbfa4b0df

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: ea141f0a63cf8a09eb11df53929ead49c5a07338 URL: https://github.com/kamailio/kamailio/commit/ea141f0a63cf8a09eb11df53929ead49c5a07338 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T15:35:47+02:00 jsonrpcs: cast to unsigned long,

[sr-dev] git:master:074c7ce1: smsops: cast to unsigned long, related to commit a61e04757d5f

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 074c7ce165704aaea0d5ec3cd0d920656c1cd255 URL: https://github.com/kamailio/kamailio/commit/074c7ce165704aaea0d5ec3cd0d920656c1cd255 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T15:35:47+02:00 smsops: cast to unsigned long,

Re: [sr-dev] git:master:2a2780cb: call_obj: fix compile warning, size_t is unsigned int on 32 bit architectures

2019-09-25 Thread Henning Westerholt
Hi Daniel, you are right - strange that it did not reported it during the compile tests. Cheers, Henning Am 25.09.19 um 15:26 schrieb Daniel-Constantin Mierla: > I think the casts have to be to (unsigned long) not only to (long), > otherwise the compilers will give warning on sign mismatch. >

Re: [sr-dev] git:master:2a2780cb: call_obj: fix compile warning, size_t is unsigned int on 32 bit architectures

2019-09-25 Thread Daniel-Constantin Mierla
I think the casts have to be to (unsigned long) not only to (long), otherwise the compilers will give warning on sign mismatch. Cheers, Daniel On 25.09.19 14:57, Henning Westerholt wrote: > Module: kamailio > Branch: master > Commit: 2a2780cb6b043baca964db19b45c46d9d9adc754 > URL: >

[sr-dev] git:master:eeeecade: app_python3: implement missing types for 3 params

2019-09-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cadeb1452972de7386354dfca37f483cef06 URL: https://github.com/kamailio/kamailio/commit/cadeb1452972de7386354dfca37f483cef06 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-09-25T15:16:38+02:00 app_python3:

[sr-dev] git:master:261cb0f9: app_python: implement missing types for 3 params

2019-09-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 261cb0f91e7a85bf56c64bbf929673c46197efcf URL: https://github.com/kamailio/kamailio/commit/261cb0f91e7a85bf56c64bbf929673c46197efcf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-09-25T15:16:38+02:00 app_python: implement

[sr-dev] git:5.2:40184602: modules: readme files regenerated - modules ... [skip ci]

2019-09-25 Thread Kamailio Dev
Module: kamailio Branch: 5.2 Commit: 40184602ea9b3550fe740a9f41abd73976e4372c URL: https://github.com/kamailio/kamailio/commit/40184602ea9b3550fe740a9f41abd73976e4372c Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-09-25T15:16:52+02:00 modules: readme files regenerated - modules ...

[sr-dev] git:5.1:f9e3a89a: modules: readme files regenerated - modules ... [skip ci]

2019-09-25 Thread Kamailio Dev
Module: kamailio Branch: 5.1 Commit: f9e3a89aeb2bea90e3ae62a158a2211e27c9d471 URL: https://github.com/kamailio/kamailio/commit/f9e3a89aeb2bea90e3ae62a158a2211e27c9d471 Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-09-25T15:16:38+02:00 modules: readme files regenerated - modules ...

Re: [sr-dev] [kamailio/kamailio] uac: Fix uac_reg_check_password having '9' disabled in hash string. (#2072)

2019-09-25 Thread Henning Westerholt
Thank you! I merged it manually due to the commit message was not in the expected format. (please prefix the module name, e.g. uac: Fix uac_reg_check_password having '9' disabled in hash string). -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] uac: Fix uac_reg_check_password having '9' disabled in hash string. (#2072)

2019-09-25 Thread Henning Westerholt
Closed #2072. -- 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/2072#event-2661643080___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:436ef74f: uac: fix uac_reg_check_password having '9' disabled in hash string (GH #2072)

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 436ef74f2e12a17f7187031d5ea40b2fb3bbb107 URL: https://github.com/kamailio/kamailio/commit/436ef74f2e12a17f7187031d5ea40b2fb3bbb107 Author: Alexandru Covalschi <568...@gmail.com> Committer: Henning Westerholt Date: 2019-09-25T15:14:37+02:00 uac: fix

Re: [sr-dev] [kamailio/kamailio] dialog: Typo in readme of RPC Command dlg.dlg_list example (#2073)

2019-09-25 Thread Henning Westerholt
Small note for the future: please add the module name as prefix to the commit message, e.g.: dialog: Typo in RPC Command dlg.dlg_list example You can find more information about the prefix in the CONTRIBUTING guide linked in github and also in our source tree. -- You are receiving this

[sr-dev] git:5.2:1d0e11e3: Typo in RPC Command dlg.dlg_list example

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: 5.2 Commit: 1d0e11e3d240d3b818fe41c51c3e8d1955fcfbf7 URL: https://github.com/kamailio/kamailio/commit/1d0e11e3d240d3b818fe41c51c3e8d1955fcfbf7 Author: Jurijs I Committer: Henning Westerholt Date: 2019-09-25T15:06:14+02:00 Typo in RPC Command dlg.dlg_list example Typo

[sr-dev] git:5.1:ba8ab68b: Typo in RPC Command dlg.dlg_list example

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: 5.1 Commit: ba8ab68b2ccb537c110a79d067d3ab08ca5b116c URL: https://github.com/kamailio/kamailio/commit/ba8ab68b2ccb537c110a79d067d3ab08ca5b116c Author: Jurijs I Committer: Henning Westerholt Date: 2019-09-25T15:06:17+02:00 Typo in RPC Command dlg.dlg_list example Typo

Re: [sr-dev] [kamailio/kamailio] dialog: Typo in readme of RPC Command dlg.dlg_list example (#2073)

2019-09-25 Thread Henning Westerholt
Thank you! I will merge and also backport. -- 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/2073#issuecomment-535012161___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] dialog: Typo in readme of RPC Command dlg.dlg_list example (#2073)

2019-09-25 Thread Henning Westerholt
Merged #2073 into master. -- 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/2073#event-2661602371___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:6319d73a: Typo in RPC Command dlg.dlg_list example

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 6319d73aa3aac1d4da689259dc3ec6084bbfca2f URL: https://github.com/kamailio/kamailio/commit/6319d73aa3aac1d4da689259dc3ec6084bbfca2f Author: Jurijs I Committer: Henning Westerholt Date: 2019-09-25T15:04:22+02:00 Typo in RPC Command dlg.dlg_list example

[sr-dev] git:master:1bc29ce5: core: improve ARM v6 and ARM v7 atomic operations (branch merge from andrei/armv7)

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 1bc29ce527ffbf135926516ab387a59ae215cfec URL: https://github.com/kamailio/kamailio/commit/1bc29ce527ffbf135926516ab387a59ae215cfec Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T14:44:45+02:00 core: improve ARM v6 and ARM v7

[sr-dev] git:master:d4adbb31: Makefile.defs: enable SMP mode after ARM v6/ARM v7 fixes on this platform

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: d4adbb31b9dab53a0ee5c6417bd3bbd4ee8c528b URL: https://github.com/kamailio/kamailio/commit/d4adbb31b9dab53a0ee5c6417bd3bbd4ee8c528b Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T14:47:42+02:00 Makefile.defs: enable SMP mode

[sr-dev] git:master:a61e0475: smsops: fix compile warning, size_t is unsigned int on 32 bit architectures

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: a61e04757d5fbc6d756fed6339495e809258dc1e URL: https://github.com/kamailio/kamailio/commit/a61e04757d5fbc6d756fed6339495e809258dc1e Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T14:20:24+02:00 smsops: fix compile warning,

[sr-dev] git:master:6b1bb063: core: print the architecture for Kamailio was compiled for (included in '-I')

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 6b1bb063adc7310f297ef426af2b415ed2273eb4 URL: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415ed2273eb4 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T14:21:07+02:00 core: print the architecture for

[sr-dev] git:master:e624cbfa: jsonrpcs: fix compile warning, size_t is unsigned int on 32 bit architectures

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: e624cbfa4b0dfc88c95844f056b25fa46bd6b1f1 URL: https://github.com/kamailio/kamailio/commit/e624cbfa4b0dfc88c95844f056b25fa46bd6b1f1 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T14:20:04+02:00 jsonrpcs: fix compile warning,

[sr-dev] git:master:2a2780cb: call_obj: fix compile warning, size_t is unsigned int on 32 bit architectures

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 2a2780cb6b043baca964db19b45c46d9d9adc754 URL: https://github.com/kamailio/kamailio/commit/2a2780cb6b043baca964db19b45c46d9d9adc754 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T14:19:21+02:00 call_obj: fix compile warning,

[sr-dev] [kamailio/kamailio] dialog: Typo in readme of RPC Command dlg.dlg_list example (#2073)

2019-09-25 Thread Jurijs I
dialog: Typo in readme of RPC Command dlg.dlg_list example, it should be kamcmd dlg.dlg_list abcdrssfrs122444@192.168.1.1, instead of kamcmd dlg.list abcdrssfrs122444@192.168.1.1 !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read:

[sr-dev] [kamailio/kamailio] uac: Fix uac_reg_check_password having '9' disabled in hash string. (#2072)

2019-09-25 Thread Alexandru Covalschi
Fix uac_reg_check_password having 9 disabled in hash string. Pre-Submission Checklist - [!] Commit message has the format required by CONTRIBUTING guide - [!] Commits are split per component (core, individual modules, libs, utils, ...) - [!] Each component has a single commit (if not,

[sr-dev] git:master:ec89ce24: Makefile.defs: add support for ARMv7 architecture (e.g. newer Rasberry Pi 3)

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: ec89ce24367882bf15f39f9a5acd58c652ba6737 URL: https://github.com/kamailio/kamailio/commit/ec89ce24367882bf15f39f9a5acd58c652ba6737 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T11:25:53+02:00 Makefile.defs: add support for

[sr-dev] git:master:517854cb: core: enable existing atomic operations for ARMv7 architecture (e.g. newer Rasberry Pi 3)

2019-09-25 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 517854cba98d33fb632983fe9a2ecf9da9e7e7f9 URL: https://github.com/kamailio/kamailio/commit/517854cba98d33fb632983fe9a2ecf9da9e7e7f9 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-09-25T11:22:29+02:00 core: enable existing atomic

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-source » bionic,master #1496

2019-09-25 Thread kamailio
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-source » precise,master #1496

2019-09-25 Thread kamailio
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-source » jessie,master #1496

2019-09-25 Thread kamailio
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-source » xenial,master #1496

2019-09-25 Thread kamailio
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-source » wheezy,master #1496

2019-09-25 Thread kamailio
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-source » bionic,master #1495

2019-09-25 Thread kamailio
See Changes: -- Started by upstream project "kamailiodev-nightly-source" build number 1495 originally caused by: Started by user Victor

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-source » precise,master #1495

2019-09-25 Thread kamailio
See Changes: -- Started by upstream project "kamailiodev-nightly-source" build number 1495 originally caused by: Started by user Victor

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-source » jessie,master #1495

2019-09-25 Thread kamailio
See Changes: -- Started by upstream project "kamailiodev-nightly-source" build number 1495 originally caused by: Started by user Victor

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-source » xenial,master #1495

2019-09-25 Thread kamailio
See Changes: -- Started by upstream project "kamailiodev-nightly-source" build number 1495 originally caused by: Started by user Victor

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-source » wheezy,master #1495

2019-09-25 Thread kamailio
See Changes: -- Started by upstream project "kamailiodev-nightly-source" build number 1495 originally caused by: Started by user Victor

[sr-dev] git:master:f31f0814: pkg/kamailio/deb: switch back to libssl-dev 1.1 where available

2019-09-25 Thread Victor Seva
Module: kamailio Branch: master Commit: f31f0814fa50f29b45bf427cc84d12558834f836 URL: https://github.com/kamailio/kamailio/commit/f31f0814fa50f29b45bf427cc84d12558834f836 Author: Victor Seva Committer: Victor Seva Date: 2019-09-25T10:08:05+02:00 pkg/kamailio/deb: switch back to libssl-dev 1.1