Re: [SR-Users] Late parallel forking

2014-07-24 Thread Daniel-Constantin Mierla
On 24/07/14 09:43, Olle E. Johansson wrote: On 24 Jul 2014, at 09:38, Klaus Darilion wrote: On 21.07.2014 14:59, Daniel-Constantin Mierla wrote: Hello, you may get similar results using t_cancel_callid((): - http://kamailio.org/docs/modules/stable/modules/tmx.html#idm8272 For each call yo

Re: [SR-Users] Late parallel forking

2014-07-24 Thread Olle E. Johansson
On 24 Jul 2014, at 09:38, Klaus Darilion wrote: > > > On 21.07.2014 14:59, Daniel-Constantin Mierla wrote: >> Hello, >> >> you may get similar results using t_cancel_callid((): >> - http://kamailio.org/docs/modules/stable/modules/tmx.html#idm8272 >> >> For each call you have to store the cal

Re: [SR-Users] Late parallel forking

2014-07-24 Thread Klaus Darilion
On 21.07.2014 14:59, Daniel-Constantin Mierla wrote: > Hello, > > you may get similar results using t_cancel_callid((): > - http://kamailio.org/docs/modules/stable/modules/tmx.html#idm8272 > > For each call you have to store the call-id, cseq and the target user > somehow (e.g., using htable).

Re: [SR-Users] Late parallel forking

2014-07-22 Thread Daniel-Constantin Mierla
Hello, On 22/07/14 13:39, Guillaume Bour wrote: Thanks Daniel, I tried your solution, and it works great! welcome :-) -- surprising how some odd workarounds are found already implemented. Not sure it completely fill our needs though, so we'll probably write our own module (and push it to th

Re: [SR-Users] Late parallel forking

2014-07-22 Thread Guillaume Bour
Thanks Daniel, I tried your solution, and it works great! Not sure it completely fill our needs though, so we'll probably write our own module (and push it to the community of course :) Regards, Guillaume On Mon, Jul 21, 2014 at 02:59:08PM +0200, Daniel-Constantin Mierla wrote: > Hello, > > yo

Re: [SR-Users] Late parallel forking

2014-07-21 Thread Daniel-Constantin Mierla
Hello, you may get similar results using t_cancel_callid((): - http://kamailio.org/docs/modules/stable/modules/tmx.html#idm8272 For each call you have to store the call-id, cseq and the target user somehow (e.g., using htable). Then, when you have a registration, see if the user has an ongoin

[SR-Users] Late parallel forking

2014-07-21 Thread Guillaume Bour
Hi,