Re: [sr-dev] [kamailio/kamailio] Kamailio failed to autostart on reboot with MySQL database (#925)

2017-01-16 Thread Victor Seva
@lgg you are using systemd so, If you need any other service to be executed before kamailio you need to override the systemd unit file with the needed services. Take a look over https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Examples or https://wiki.archlinux.org/index.php/

Re: [sr-dev] [kamailio/kamailio] Kamailio failed to autostart on reboot with MySQL database (#925)

2017-01-16 Thread Victor Seva
Closed #925. -- 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/925#event-923940176___ sr-dev mailing list sr-dev@lists.sip-router.org http:

[sr-dev] Planning the release of v4.4.5

2017-01-16 Thread Daniel-Constantin Mierla
Hello, I am considering to release v4.4.5 with latest fixes from branch 4.4 later this week, on Wednesday or Thursday (Jan 19 or 20). As usual, if anyone has fixes that were not backported yet, do it if you are a developer or write to sr-dev to be sure it is not missed. Sumbit also the new issues

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-16 Thread Daniel-Constantin Mierla
On 16/01/2017 00:48, Joshua Colp wrote: > On Sat, Jan 14, 2017, at 06:39 PM, Joshua Colp wrote: >> On Sat, Jan 14, 2017, at 06:20 PM, Daniel-Constantin Mierla wrote: >>> If you want a solution to avoid the issue via config: in the >>> request_route, store the RPID in an avp and update the acc par

Re: [sr-dev] [kamailio/kamailio] ims_*: fix inline function xxx declared but never defined (#927)

2017-01-16 Thread Victor Seva
@linuxmaniac pushed 1 commit. ed936f0 ims_isc: fix compiler warnings -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/927/files/e7db3a2736ba227efc9555933075c43ebdf3bef1..ed936f011843e1c95a823d4cd105b61b958dfe03 __

[sr-dev] git:master:153f1fe2: ims_isc: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: 153f1fe21f3ee328262fc834eee2b6f554e30759 URL: https://github.com/kamailio/kamailio/commit/153f1fe21f3ee328262fc834eee2b6f554e30759 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T09:37:52+01:00 ims_isc: fix compiler warnings > third_party_re

[sr-dev] git:master:be969c36: ims_icscf: fix compiler warning

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: be969c3643fca5f07b32f434b454a1ef9b596fce URL: https://github.com/kamailio/kamailio/commit/be969c3643fca5f07b32f434b454a1ef9b596fce Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T09:48:30+01:00 ims_icscf: fix compiler warning > cxdx_lir.c: I

[sr-dev] git:master:49fa527a: ims_icscf: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: 49fa527af4028904a13122517b61a6535837c4b6 URL: https://github.com/kamailio/kamailio/commit/49fa527af4028904a13122517b61a6535837c4b6 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T10:06:29+01:00 ims_icscf: fix compiler warnings > cxdx_avp.c:

[sr-dev] git:master:6af1dee2: ims_registrar_pcscf: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: 6af1dee2c72e681cdeccc7390c621c20eb46b267 URL: https://github.com/kamailio/kamailio/commit/6af1dee2c72e681cdeccc7390c621c20eb46b267 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T10:14:47+01:00 ims_registrar_pcscf: fix compiler warnings > ul

[sr-dev] git:master:73557ec8: ims_qos: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: 73557ec8db6747f7fb1544e558eec385880d5ed2 URL: https://github.com/kamailio/kamailio/commit/73557ec8db6747f7fb1544e558eec385880d5ed2 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T10:11:44+01:00 ims_qos: fix compiler warnings > rx_avp.c:955:1

[sr-dev] git:master:b6b1128c: cdp: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: b6b1128cb108ed248e6bdd57d9530ab22d0a7d21 URL: https://github.com/kamailio/kamailio/commit/b6b1128cb108ed248e6bdd57d9530ab22d0a7d21 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T10:47:54+01:00 cdp: fix compiler warnings > In file included f

[sr-dev] git:master:63d63cb8: cdp: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: 63d63cb86f9fa5dc0c3c51d4161d31cbd92832d4 URL: https://github.com/kamailio/kamailio/commit/63d63cb86f9fa5dc0c3c51d4161d31cbd92832d4 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T11:11:52+01:00 cdp: fix compiler warnings > receiver.c: In fun

[sr-dev] git:master:e6654da5: ims_registrar_scscf: fix compiler warnings

2017-01-16 Thread Victor Seva
Module: kamailio Branch: master Commit: e6654da5fe8c828945d53cc86f23c8d70b58bb99 URL: https://github.com/kamailio/kamailio/commit/e6654da5fe8c828945d53cc86f23c8d70b58bb99 Author: Victor Seva Committer: Victor Seva Date: 2017-01-16T11:18:01+01:00 ims_registrar_scscf: fix compiler warnings > re

Re: [sr-dev] [kamailio/kamailio] presence: delay aux_body_processing until after subscription has been updated (#917)

2017-01-16 Thread Charles Chance
Hello again - given today's announcement of upcoming 4.4.5 release in the next couple of days, I would ask anyone with any issues to report it here, otherwise, I will backport tomorrow evening to ensure it is included in the release. -- You are receiving this because you are subscribed to this

[sr-dev] [kamailio/kamailio] Add kmini group (#932)

2017-01-16 Thread Fabrice Fontaine
Currently, pcre is included into kstandard but this module depends on pcre library so create a kmini group which does not depend on pcre Signed-off-by: Fabrice Fontaine You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/932 -- Commit Summ

[sr-dev] git:master:814d3994: tm: sanitizied sip msg cloner

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 814d39945eedc78f4d06bbc90b44ffb03d34f05b URL: https://github.com/kamailio/kamailio/commit/814d39945eedc78f4d06bbc90b44ffb03d34f05b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-16T14:46:11+01:00 tm: sanitizied sip msg

[sr-dev] git:master:c4c671df: acc: deep cloning of the request for acc onreply event

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c4c671df7580543e32174008b05eb8dd9af9a27c URL: https://github.com/kamailio/kamailio/commit/c4c671df7580543e32174008b05eb8dd9af9a27c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-16T15:17:22+01:00 acc: deep cloning of t

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-16 Thread Daniel-Constantin Mierla
On 16/01/2017 09:33, Daniel-Constantin Mierla wrote: > > On 16/01/2017 00:48, Joshua Colp wrote: >> On Sat, Jan 14, 2017, at 06:39 PM, Joshua Colp wrote: >>> On Sat, Jan 14, 2017, at 06:20 PM, Daniel-Constantin Mierla wrote: If you want a solution to avoid the issue via config: in the r

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-16 Thread Joshua Colp
On Mon, Jan 16, 2017, at 10:26 AM, Daniel-Constantin Mierla wrote: > > > On 16/01/2017 09:33, Daniel-Constantin Mierla wrote: > > > > On 16/01/2017 00:48, Joshua Colp wrote: > >> On Sat, Jan 14, 2017, at 06:39 PM, Joshua Colp wrote: > >>> On Sat, Jan 14, 2017, at 06:20 PM, Daniel-Constantin Mierl

[sr-dev] git:master:1c1d14c1: core: added github new issue template

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1c1d14c1a07babc5b8f3572d889ca980d9ae70d8 URL: https://github.com/kamailio/kamailio/commit/1c1d14c1a07babc5b8f3572d889ca980d9ae70d8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-16T16:17:53+01:00 core: added github new

[sr-dev] git:master:e34e6ea4: core: github issue template with more details regading operating system

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e34e6ea4530214d2387173d41053c8eed180bb72 URL: https://github.com/kamailio/kamailio/commit/e34e6ea4530214d2387173d41053c8eed180bb72 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-16T16:24:11+01:00 core: github issue tem

[sr-dev] git:master:e017abac: core: github issue template - sections for log messages and sip traffic

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e017abac3e5cb08370b9fdc8991782a103980759 URL: https://github.com/kamailio/kamailio/commit/e017abac3e5cb08370b9fdc8991782a103980759 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-16T16:34:54+01:00 core: github issue tem