Re: [sr-dev] [kamailio/kamailio] [uac] REGISTER source port alternates between 5060 and != 5060 (#936)

2017-01-17 Thread Daniel-Constantin Mierla
Can you attach a pcap file with some of suchregistrations? Kamailio should use the sockets it listens on for sending these requests. -- 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] [uac] REGISTER source port alternates between 5060 and != 5060 (#936)

2017-01-17 Thread Peter Colberg
When registering to an upstream provider using the uac module, the source port of REGISTER messages alternates seemingly randomly between either 5060 or the lowest available port, e.g., 1024, 1025, 1026. All SIP providers that I tested send subsequent INVITEs of incoming calls to the

[sr-dev] [kamailio/kamailio] Invalid JSON string returned by "kamctl ps" (#935)

2017-01-17 Thread MayamaTakeshi
### Description JSON string returned by "kamctl ps" is malformed. It seems it should end with: } but it ends with: ], Reproduction ``` root@lab002139:~# kamctl ps {"jsonrpc":"2.0","result":[{"IDX":0,"PID":19241,"DSC":"main process - attendant"},{"IDX":1,"PID":19243,"DSC":"udp

[sr-dev] git:4.4:aa27479a: presence: delay aux_body_processing until after subscription has been updated

2017-01-17 Thread Charles Chance
Module: kamailio Branch: 4.4 Commit: aa27479ad204b6826aea03d777af9401ffd26a11 URL: https://github.com/kamailio/kamailio/commit/aa27479ad204b6826aea03d777af9401ffd26a11 Author: Charles Chance Committer: Charles Chance Date:

Re: [sr-dev] [kamailio/kamailio] [uac.reg_keep_callid] attempts to refresh registration reusing Call-ID fail with timeout (#931)

2017-01-17 Thread Peter Colberg
Closed #931. -- 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/931#event-926597053___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] [uac.reg_keep_callid] attempts to refresh registration reusing Call-ID fail with timeout (#931)

2017-01-17 Thread Peter Colberg
Thank you very much, commit 96ca5c95e9380a56d886fad699a5966b7b00f5b6 works perfectly. -- 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] Reuse PERLLDOPTS in db_perlvdb (#934)

2017-01-17 Thread Fabrice Fontaine
The commit is actually fixing the cross-compilation of the db_perlvdb module, not breaking it. Without it, this module calls perl to get the ld flags, for example -L/usr/lib which is not what you want when you cross compile as we will not find the target libraries. To find the target libraries,

Re: [sr-dev] [kamailio/kamailio] Reuse PERLLDOPTS in db_perlvdb (#934)

2017-01-17 Thread Daniel-Constantin Mierla
Not an app_perl user here, wrote some code for it though ... It is not clear from the commit message: is this commit breaking the cross compilation? What are the benefits of using the env PERLLDOPTS variable instead of computing it with `perl -MExtUtils::Embed -e ldopts`? -- You are

[sr-dev] [kamailio/kamailio] Reuse PERLLDOPTS in db_perlvdb (#934)

2017-01-17 Thread Fabrice Fontaine
PERLLDOPTS is already used in app_perl module. Reuse this variable in db_perlvdb module instead of always setting LIBS to (shell perl -MExtUtils::Embed -e ldopts) Indeed, this will not work when cross-compiling (the value will be retrieved for the host perl and not the target perl) Signed-off-by:

Re: [sr-dev] git:master:dc96dfde: mohqueue: fix pointer for RTP statistics error

2017-01-17 Thread Mikko Lehto
Daniel-Constantin Mierla : > Backported -- for what so ever reason it threw an error while cherry > picking, but I think all is fine after fixing it. Compilation error is gone and I do not see anything strange in commit diff. Thanks. -- Mikko

Re: [sr-dev] git:master:dc96dfde: mohqueue: fix pointer for RTP statistics error

2017-01-17 Thread Daniel-Constantin Mierla
Backported -- for what so ever reason it threw an error while cherry picking, but I think all is fine after fixing it. Thanks, Daniel On 17/01/2017 16:31, Mikko Lehto wrote: > Daniel-Constantin Mierla : > >> As usual, if anyone has fixes that were not backported yet, do it if

[sr-dev] git:4.4:df5ef618: mohqueue: fix pointer for RTP statistics error

2017-01-17 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: df5ef6183350d99f77087dd83950ef35466e84a1 URL: https://github.com/kamailio/kamailio/commit/df5ef6183350d99f77087dd83950ef35466e84a1 Author: Robert Boisvert Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Add kpcre group (#933)

2017-01-17 Thread Daniel-Constantin Mierla
Merged #933. -- 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/933#event-926049693___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:7c03340b: Merge pull request #933 from ffontaine/master

2017-01-17 Thread GitHub
Module: kamailio Branch: master Commit: 7c03340b4b486afaf00b14a6589c13b7165240a0 URL: https://github.com/kamailio/kamailio/commit/7c03340b4b486afaf00b14a6589c13b7165240a0 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-01-17T17:19:19+01:00

[sr-dev] [kamailio/kamailio] Add kpcre group (#933)

2017-01-17 Thread Fabrice Fontaine
Create kpcre group Signed-off-by: Fabrice Fontaine You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/933 -- Commit Summary -- * Add kpcre group -- File Changes -- M src/Makefile.groups (3) -- Patch

Re: [sr-dev] git:master:dc96dfde: mohqueue: fix pointer for RTP statistics error

2017-01-17 Thread Mikko Lehto
Daniel-Constantin Mierla : > 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. Hi, I am getting mohqueue compile error on 4.4 branch but not on master: --- CC (clang38) [M mohqueue.so]

[sr-dev] git:master:2058e733: Merge pull request #932 from ffontaine/master

2017-01-17 Thread GitHub
Module: kamailio Branch: master Commit: 2058e73367e4cf7a09f4301db590fbae7bd7db44 URL: https://github.com/kamailio/kamailio/commit/2058e73367e4cf7a09f4301db590fbae7bd7db44 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-01-17T16:28:38+01:00

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

2017-01-17 Thread Daniel-Constantin Mierla
Merged #932. -- 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/932#event-925960383___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:4.4:124b6d1b: modules: readme files regenerated - dispatcher ...

2017-01-17 Thread Kamailio Dev
Module: kamailio Branch: 4.4 Commit: 124b6d1b1a614eb6a8cf9c7b5281b4eb038751f4 URL: https://github.com/kamailio/kamailio/commit/124b6d1b1a614eb6a8cf9c7b5281b4eb038751f4 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git: new commits in branch 4.4

2017-01-17 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/61a30f8432100118a1b9d3ed731f986900f80352 Author: Daniel-Constantin Mierla Date: 2017-01-17T13:25:16+01:00 async: updated to the name of functions for timers instead of macros (cherry picked from commit

[sr-dev] Info: github template for reporting issues

2017-01-17 Thread Daniel-Constantin Mierla
Hello, yesterday I added a template for opening new issues on github.com bug tracker. You can see it in action at: - https://github.com/kamailio/kamailio/issues/new Its bare text can be seen at: - https://raw.githubusercontent.com/kamailio/kamailio/master/.github/ISSUE_TEMPLATE.md More

Re: [sr-dev] [kamailio/kamailio] [uac.reg_keep_callid] attempts to refresh registration reusing Call-ID fail with timeout (#931)

2017-01-17 Thread Daniel-Constantin Mierla
I just pushed a patch in tm to catch the situations when the modules don't provide a From tag when aiming at a request within a dialog. Can you pull the latest master and test? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:96ca5c95: tm: generate from tag if not provided for request_within()

2017-01-17 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 96ca5c95e9380a56d886fad699a5966b7b00f5b6 URL: https://github.com/kamailio/kamailio/commit/96ca5c95e9380a56d886fad699a5966b7b00f5b6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:4.3:89d59934: modules: readme files regenerated - lcr ...

2017-01-17 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: 89d5993498b20ed57a1c8be1b27ab21db9115d56 URL: https://github.com/kamailio/kamailio/commit/89d5993498b20ed57a1c8be1b27ab21db9115d56 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.2:41fef51d: modules: readme files regenerated - lcr ...

2017-01-17 Thread Victor Seva
Module: kamailio Branch: 4.2 Commit: 41fef51d6396633e91d2f347071966d9af991551 URL: https://github.com/kamailio/kamailio/commit/41fef51d6396633e91d2f347071966d9af991551 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.4:1e2dcd44: modules: readme files regenerated - lcr ...

2017-01-17 Thread Kamailio Dev
Module: kamailio Branch: 4.4 Commit: 1e2dcd44036577377dce14bd71a9f238d4c7e355 URL: https://github.com/kamailio/kamailio/commit/1e2dcd44036577377dce14bd71a9f238d4c7e355 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:4.2:cd5b0156: lcr: fix documentation

2017-01-17 Thread Victor Seva
Module: kamailio Branch: 4.2 Commit: cd5b0156086842be5f19d15f2853d15c4673d7fe URL: https://github.com/kamailio/kamailio/commit/cd5b0156086842be5f19d15f2853d15c4673d7fe Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.3:ac85fc2f: lcr: fix documentation

2017-01-17 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77 URL: https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.4:078fc573: lcr: fix documentation

2017-01-17 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 078fc57346efaa2944aa234166f21fd0a03c76bc URL: https://github.com/kamailio/kamailio/commit/078fc57346efaa2944aa234166f21fd0a03c76bc Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:389f9670: lcr: fix documentation

2017-01-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 389f9670d42ce5db94fa4e6030428c7093bdf0d6 URL: https://github.com/kamailio/kamailio/commit/389f9670d42ce5db94fa4e6030428c7093bdf0d6 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:59bab1e0: ims_icscf: fix compiler warnings

2017-01-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 59bab1e0df3042cab346022efcba3520d1382c91 URL: https://github.com/kamailio/kamailio/commit/59bab1e0df3042cab346022efcba3520d1382c91 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:424a189f: ims_usrloc_scscf: fix compiler warnings

2017-01-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 424a189f948fe010541aa07139d781e1a27d05a8 URL: https://github.com/kamailio/kamailio/commit/424a189f948fe010541aa07139d781e1a27d05a8 Author: Victor Seva Committer: Victor Seva Date:

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

2017-01-17 Thread Victor Seva
Merged #927. -- 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/927#event-925411591___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:728c7e47: ims_icscf: fix compiler warnings

2017-01-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 728c7e477634f30f251dee804ffa505c675bb2e4 URL: https://github.com/kamailio/kamailio/commit/728c7e477634f30f251dee804ffa505c675bb2e4 Author: Victor Seva Committer: Victor Seva Date: