[sr-dev] git:master:582688ad: pkg/kamailio/obs: packaged log_systemd and systemdops modules

2019-11-22 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 582688ad625f41520328b6057d2b92ee5b6c08ee URL: https://github.com/kamailio/kamailio/commit/582688ad625f41520328b6057d2b92ee5b6c08ee Author: root Committer: Sergey Safarov Date: 2019-11-22T11:48:54+03:00 pkg/kamailio/obs: packaged log_systemd and

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,jessie,slave #1520

2019-11-22 Thread kamailio
See Changes: -- [...truncated 1.22 MB...] make[1]: Leaving directory

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

2019-11-22 Thread kamailio
See Changes: -- [...truncated 1.22 MB...] gcc -shared -m64 -Wl,-O2 -Wl,-E -Wl,-Bsymbolic-functions -Wl,-z,relro

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

2019-11-22 Thread kamailio
See Changes: -- [...truncated 1.22 MB...] make[1]: Entering directory

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

2019-11-22 Thread kamailio
See Changes: -- [...truncated 1.24 MB...] gcc -shared -m32 -Wl,-O2 -Wl,-E -Wl,-Bsymbolic-functions -Wl,-z,relro

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,jessie,slave #1520

2019-11-22 Thread kamailio
See Changes: -- [...truncated 1.20 MB...] Makefile.defs defs skipped gcc -fPIC -DPIC -funroll-loops -Wcast-align -m64

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,wheezy,slave #1520

2019-11-22 Thread kamailio
See Changes: -- [...truncated 1.35 MB...] make[2]: Entering directory

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread Anthony Messina
@miconda, @sergey-safarov, @linuxmaniac thank you. I confirm this now works atop branch 5.3 with the following in `/lib/systemd/system/kamailio.service` ``` [Unit] Description=Kamailio SIP Server Documentation=man:kamailio(8) https://www.kamailio.org/ After=network.target [Service] Type=notify

[sr-dev] git:master:febdb877: rtpengine: document play_dtmf() command

2019-11-22 Thread Richard Fuchs
Module: kamailio Branch: master Commit: febdb8778f5ef338864f52e441a4311c0b2c04da URL: https://github.com/kamailio/kamailio/commit/febdb8778f5ef338864f52e441a4311c0b2c04da Author: Richard Fuchs Committer: Richard Fuchs Date: 2019-11-22T09:37:28-05:00 rtpengine: document play_dtmf() command

[sr-dev] git:master:120a71be: rtpengine: add play_dtmf() command

2019-11-22 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 120a71bec0ee7a07f5f39262a038977f27bc7073 URL: https://github.com/kamailio/kamailio/commit/120a71bec0ee7a07f5f39262a038977f27bc7073 Author: Richard Fuchs Committer: Richard Fuchs Date: 2019-11-22T09:37:02-05:00 rtpengine: add play_dtmf() command ---

[sr-dev] git:master:9da53bae: db_redis: performance improvements and fixes

2019-11-22 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 9da53baeadb0403de86d14fa7be826780382e315 URL: https://github.com/kamailio/kamailio/commit/9da53baeadb0403de86d14fa7be826780382e315 Author: Richard Fuchs Committer: Richard Fuchs Date: 2019-11-22T08:35:49-05:00 db_redis: performance improvements and

Re: [sr-dev] rtpengine play DTMF from SIP INFO

2019-11-22 Thread Richard Fuchs
On 20/11/2019 06.08, Giuseppe Pandolfi wrote: Hi, I'm using kamailio (v. 5.2.1) and rtpengine (v. mr8.0.1.1) to test transcoding rtp. All works. From rtpengine documentation I see that ther is possibility to play DTMF tone from SIP INFO message using "play DTMF" ng control protocol message but

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread Daniel-Constantin Mierla
@sergey-safarov - I pushed a commit that enable loading modules via command parameter, like `--loadmodule=systemdops.so`. Maybe this is an option if people want to have systemd notifications, because it can be added in the systemd unit file starting kamailio. I had it in mind to add it for

[sr-dev] git:master:f7ea8830: core: new command line parameter --loadmodule=name

2019-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f7ea88305ae5a74b7db248dd7e6e75b812950e20 URL: https://github.com/kamailio/kamailio/commit/f7ea88305ae5a74b7db248dd7e6e75b812950e20 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-22T12:38:27+01:00 core: new command

Re: [sr-dev] [kamailio/kamailio] etc/kamailio.cfg: loaded systemdops.so by default (#2144)

2019-11-22 Thread Daniel-Constantin Mierla
Closed #2144. -- 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/2144#event-2822537029___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] etc/kamailio.cfg: loaded systemdops.so by default (#2144)

2019-11-22 Thread Daniel-Constantin Mierla
At this moment it is not going to be added to default configuration file, there are many distributions without systemd, some of them having it now even considering to replace systemd or provide alternatives at the same time. -- You are receiving this because you are subscribed to this thread.

Re: [sr-dev] [kamailio/kamailio] etc/kamailio.cfg: loaded systemdops.so by default (#2144)

2019-11-22 Thread Victor Seva
> @linuxmaniac, is change acceptable for dist not have systemd? Yes, it is. I would not add this as default for now -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] etc/kamailio.cfg: loaded systemdops.so by default (#2144)

2019-11-22 Thread sergey-safarov
#1762 ## Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files

[sr-dev] Kamailio developers meeting - follow up remarks

2019-11-22 Thread Daniel-Constantin Mierla
Hello, last week we had the 2nd annual Kamailio Developers Meeting hosted by Sipgate in Dusseldorf, Germany:   * https://www.kamailio.org/w/developers-meeting/ 16 people were at the event in various roles. Giacomo Vacca published on his blog a good summary of what happened there:   *

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread Daniel-Constantin Mierla
Apparently no fully woken up ... indeed the condition on cbp was supposed to test if it is null. The SYS_MEM_ERR is not needed because there is no memory allocated. I pushed a commit to fix the condition. -- You are receiving this because you are subscribed to this thread. Reply to this email

[sr-dev] git:master:fffd892b: systemdops: proper check for null value

2019-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fffd892b7d18734c8f60d2eebec5d4a15a0fdc26 URL: https://github.com/kamailio/kamailio/commit/fffd892b7d18734c8f60d2eebec5d4a15a0fdc26 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-22T09:42:31+01:00 systemdops: proper

[sr-dev] git:master:13349290: src/Makefile.groups: remove non existent mod_list_systemdops reference

2019-11-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 133492903d96d7666aa36a1da7de618345c3bd09 URL: https://github.com/kamailio/kamailio/commit/133492903d96d7666aa36a1da7de618345c3bd09 Author: Victor Seva Committer: Victor Seva Date: 2019-11-22T09:38:44+01:00 src/Makefile.groups: remove non existent

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread sergey-safarov
also systemd unit with `Type=notify` started properly. -- 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/2139#issuecomment-557443144___

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread sergey-safarov
I combined Victor commit and Daniel commit module registered now. Think need apply ```diff diff --git a/src/modules/systemdops/systemdops_mod.c b/src/modules/systemdops/systemdops_mod.c index 0ac15426d1..4672f47d1a 100644 --- a/src/modules/systemdops/systemdops_mod.c +++

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread Daniel-Constantin Mierla
Indeed I missed setting the callback pointers. I just pushed the commit: d4fc8b0168ba3de78e29deb7c7d7ed9b3fd29a36 Try again with the latest master. @linuxmaniac - your patch tries to set the address of a static structure defined in core. That doesn't need to be allocated as a pointer, it is

[sr-dev] git:master:d4fc8b01: systemdops: set core callbacks in mod_register()

2019-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d4fc8b0168ba3de78e29deb7c7d7ed9b3fd29a36 URL: https://github.com/kamailio/kamailio/commit/d4fc8b0168ba3de78e29deb7c7d7ed9b3fd29a36 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-22T09:14:32+01:00 systemdops: set core

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread Victor Seva
@amessina @sergey-safarov can you try with my 63884a7713af5a96114bf90c36cf63b3e553bcc5 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: