Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-26 Thread GG
I forgot to call rtpengine_manage for BYE request... I dont' know if it's could explain my problem, but I will make some more tests. Sorry. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/505#issuecomment-189487455_

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-26 Thread Mititelu Stefan
The two calls have nothing in common i. e. Call id / viabranch?! On Feb 26, 2016 9:04 PM, "GG" wrote: > In this case, the call session is not destroyed, all is fine. > > — > Reply to this email directly or view it on GitHub > .

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-26 Thread GG
In this case, the call session is not destroyed, all is fine. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/505#issuecomment-189427197___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-26 Thread Mititelu Stefan
What happens in a scenario where no second call is made i.e.: Ua1 makes call, places call on hold, waits for TIMEOUT=60 and comes back to the call?! On Feb 26, 2016 6:11 PM, "GG" wrote: > Hi ! > > With this patch applied, I got a problem, let me explain this: > >- ua1 makes a first call >

[sr-dev] git:master:1a27121e: siputils: Fixes & safety improvements for sip_p_charging_vector()

2016-02-26 Thread Carsten Bock
Module: kamailio Branch: master Commit: 1a27121e139f88cf397d028a4092d570ceae2ec8 URL: https://github.com/kamailio/kamailio/commit/1a27121e139f88cf397d028a4092d570ceae2ec8 Author: Carsten Bock Committer: Carsten Bock Date: 2016-02-26T17:54:29+01:00 siputils: Fixes & safety improvements for sip_

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-26 Thread GG
Hi ! With this patch applied, I got a problem, let me explain this: - ua1 makes a first call - ua1 holds the first call to make a second call - ua1 hangups the second call and keep the first call on hold - when the TIMEOUT=60 will be reached, rptengine will removed the second call from memory, t

[sr-dev] git:master:b038f1d6: dnssec Find library in /usr/local too

2016-02-26 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: b038f1d6641d44907e64a676a2aa3d99ea932119 URL: https://github.com/kamailio/kamailio/commit/b038f1d6641d44907e64a676a2aa3d99ea932119 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-02-26T16:40:44+01:00 dnssec Find library in /usr/local to

[sr-dev] git:master:28f11e70: dnssec Build with include files in /usr/local as well

2016-02-26 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 28f11e7072739a34b5fe3968c10ac8a7aebbcd82 URL: https://github.com/kamailio/kamailio/commit/28f11e7072739a34b5fe3968c10ac8a7aebbcd82 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-02-26T16:40:44+01:00 dnssec Build with include files in /

[sr-dev] git:master:2b1e8db2: kazoo: log invalid json

2016-02-26 Thread lazedo
Module: kamailio Branch: master Commit: 2b1e8db2838b7efc50b21ac66d6ef4494e96ddec URL: https://github.com/kamailio/kamailio/commit/2b1e8db2838b7efc50b21ac66d6ef4494e96ddec Author: lazedo Committer: lazedo Date: 2016-02-26T15:38:50Z kazoo: log invalid json --- Modified: modules/kazoo/kz_amqp.c

[sr-dev] git:master:8f209d4d: http_async_client: documentation fixes

2016-02-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 8f209d4d5c9c0632fc225d338f29d2d900ed752b URL: https://github.com/kamailio/kamailio/commit/8f209d4d5c9c0632fc225d338f29d2d900ed752b Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2016-02-26T15:22:19+01:00 http_async_client: documentation fixes

[sr-dev] git:master:778e4a1e: http_async_client: add "suspend" to $http_req keys

2016-02-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 778e4a1e7ea2143089749bab317d87fcfdcd6629 URL: https://github.com/kamailio/kamailio/commit/778e4a1e7ea2143089749bab317d87fcfdcd6629 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2016-02-26T15:21:41+01:00 http_async_client: add "suspend" to $h

[sr-dev] git:master:8740bf3d: http_async_client: updated README

2016-02-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 8740bf3d636f063cf4759d7ded231f1d86a94a6b URL: https://github.com/kamailio/kamailio/commit/8740bf3d636f063cf4759d7ded231f1d86a94a6b Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2016-02-26T15:22:30+01:00 http_async_client: updated README ---

[sr-dev] git:master:e12bf2cd: http_async_client: some module's logs fixes

2016-02-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: e12bf2cd3b7b79b1e31030e555dfe379ed12fe33 URL: https://github.com/kamailio/kamailio/commit/e12bf2cd3b7b79b1e31030e555dfe379ed12fe33 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2016-02-26T15:22:01+01:00 http_async_client: some module's logs

Re: [sr-dev] [kamailio] module http_client - support for preemptive authentication (#515)

2016-02-26 Thread Olle E. Johansson
Ok, we'll consider this a feature request. I do understand the need for it. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/515#issuecomment-189247889___ sr-dev mailing list sr-dev@lists.sip-router.org h