[sr-dev] git:master:b420f856: registrar Fix typo in README

2016-04-15 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: b420f856355ad47acd3ecd61b037a4e1d843a8a1 URL: https://github.com/kamailio/kamailio/commit/b420f856355ad47acd3ecd61b037a4e1d843a8a1 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-04-15T22:50:42+02:00

Re: [sr-dev] [kamailio/kamailio] SIP Forking race condition (#570)

2016-04-15 Thread Daniel-Constantin Mierla
Closed #570. --- 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/570#event-628990191___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] SIP Forking race condition (#570)

2016-04-15 Thread Daniel-Constantin Mierla
Actually this needs to be handled by the client side. If it has already answered with 200ok, should reject the CANCEL with a negative response. Kamailio is proxy and cannot generate requests on behalf o devices. This is a well known race and the resolution by SIP RFC is that in case of

[sr-dev] [kamailio/kamailio] SIP Forking race condition (#570)

2016-04-15 Thread Phil Lavin
Pcap that demonstrates this (I had to zip it for GitHub) is: [fork-fail-filtered.zip](https://github.com/kamailio/kamailio/files/221097/fork-fail-filtered.zip). In this example, Kamailio is a registration proxy. If two phones answer the call at the same time, it is possible for the CANCEL to

Re: [sr-dev] [kamailio/kamailio] cnxcc: Kamailio crashes with a seg fault at high traffic load (#563)

2016-04-15 Thread lfzaracho
@linuxmaniac I apologyze.. thanks for the advice.. --- 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/563#issuecomment-210465960___ sr-dev

[sr-dev] [kamailio/kamailio] cfgt: wrong flow if route has no last action return (#569)

2016-04-15 Thread Victor Seva
The actual implementation is based on the cfg actions, so when there is no 'return' action defined the route flow detected is wrong. --- 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] sipcapture: table name corrupted (#566)

2016-04-15 Thread Alexandr Dubovikov
@seudin yes, please always call the table name param. Since H5 it will be mandatory. thank you Wbr, Alexandr --- 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] sipcapture: table name corrupted (#566)

2016-04-15 Thread Alexandr Dubovikov
@miconda this is only for back compatibility to H3. We have a lot users who still use it in production. So better keep it until kamailio 5.0 release Wbr, Alexandr --- 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] sipcapture: table name corrupted (#566)

2016-04-15 Thread Seudin Kasumovic
I thought on Kamailio docs. Thanks for links. So, workaround in my setup is to always call sip_capture("$var(table_format)") with table format as argument, even don't need to shard data, to get correct table name. Kind regards and thanks, Seudin On Fri, Apr 15, 2016 at 10:03 AM, Alexandr

Re: [sr-dev] [kamailio/kamailio] sipcapture: table name corrupted (#566)

2016-04-15 Thread Daniel-Constantin Mierla
Is the modparam table_name still needed? Like, is it making possible to run kamailio 4.4 with homer 3? Or, if it is not longer needed, then it should be removed -- it can be confusing and messing up things. --- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] Documentation update for logging?

2016-04-15 Thread Camille Oudot
Hi Olle > There are a few modules that documents logging to syslog and some > have configuration of channel ID. > > Should we update the docs? Are these logging to the logging system > and can be redirected to systemd logs now? I think we are good, because they are still usable. Systemd's

Re: [sr-dev] [kamailio/kamailio] sipcapture: table name corrupted (#566)

2016-04-15 Thread Alexandr Dubovikov
the docs are here: https://github.com/sipcapture/homer/wiki since H5 we generate table name depends on message type and datestamp: I have pointed you already to the new kamailio's config: https://github.com/sipcapture/homer-api/blob/master/examples/sipcapture/sipcapture.kamailio#L814

Re: [sr-dev] [kamailio/kamailio] cnxcc: Kamailio crashes with a seg fault at high traffic load (#563)

2016-04-15 Thread Victor Seva
@lfzaracho please use markdown format when pasting gdb output, github uses # as a reference of issues and this gets messy --- 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] sipcapture: table name corrupted (#566)

2016-04-15 Thread Seudin Kasumovic
Hi, I'm testing on 4.4. The 'new design' isn't documented, so I can't figure out how the name will be generated. When use simple config: ``` modparam("sipcapture", "db_url", DBURL) modparam("sipcapture", "capture_on", 1) modparam("sipcapture", "hep_capture_on", 1) modparam("sipcapture",

[sr-dev] git:4.3:768878b4: app_perl: Fix "use UNIVERSAL" is a fatal error since perl 5.22

2016-04-15 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: 768878b431d486477f954cf9accfeabe3cb885cf URL: https://github.com/kamailio/kamailio/commit/768878b431d486477f954cf9accfeabe3cb885cf Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.4:3356d6ac: app_perl: Fix "use UNIVERSAL" is a fatal error since perl 5.22

2016-04-15 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 3356d6aca4c85e7c086b1d46cf06e56635fd4739 URL: https://github.com/kamailio/kamailio/commit/3356d6aca4c85e7c086b1d46cf06e56635fd4739 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] app_perl: Fix "use UNIVERSAL" is a fatal error since perl 5.22 (#568)

2016-04-15 Thread Victor Seva
Merged #568. --- 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/568#event-628504535___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:4acaf2f6: Merge pull request #568 from linuxmaniac/vseva/fix_516

2016-04-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 4acaf2f67907b852ac32154932083d05c3ddb112 URL: https://github.com/kamailio/kamailio/commit/4acaf2f67907b852ac32154932083d05c3ddb112 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:b77ed54d: app_perl: Fix "use UNIVERSAL" is a fatal error since perl 5.22

2016-04-15 Thread Victor Seva
Module: kamailio Branch: master Commit: b77ed54d33f171d170ca89252f0a31a0d23996fa URL: https://github.com/kamailio/kamailio/commit/b77ed54d33f171d170ca89252f0a31a0d23996fa Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] app_perl module - "use UNIVERSAL" is a fatal error starting with Pert 5.22 (#516)

2016-04-15 Thread Victor Seva
Closed #516 via #568. --- 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/516#event-628504534___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] app_perl: Fix "use UNIVERSAL" is a fatal error since perl 5.22 (#568)

2016-04-15 Thread Daniel-Constantin Mierla
Thanks! You can merge and backport as needed, also close the open issue related to it. --- 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:c1cb68f6: core: execute onsend_route callback via kemi

2016-04-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c1cb68f6f8d01ebaea52ae3fd9ceb8c38885ad84 URL: https://github.com/kamailio/kamailio/commit/c1cb68f6f8d01ebaea52ae3fd9ceb8c38885ad84 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:51f01836: Makefile.defs: version set to 5.0.0-dev2

2016-04-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 51f01836571dc56daf8c3560d692c9575456145a URL: https://github.com/kamailio/kamailio/commit/51f01836571dc56daf8c3560d692c9575456145a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] kex: Call pkg_proc_update_stats only when needed (#567)

2016-04-15 Thread Stefan Mititelu
Thanks for making it clear for me. Closing this for now. --- 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/567#issuecomment-210301265___

Re: [sr-dev] [kamailio/kamailio] kex: Call pkg_proc_update_stats only when needed (#567)

2016-04-15 Thread Stefan Mititelu
Closed #567. --- 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/567#event-628434993___ sr-dev mailing list sr-dev@lists.sip-router.org