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
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
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).
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
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
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
Hi,