Re: [sr-dev] [kamailio/kamailio] t_replicate transaction failures keeps transaction in memory forever (#1220)

2017-09-05 Thread Daniel-Constantin Mierla
Here is a gdb script snippet to print transaction structures from memory -- hopefully works ok, not tested here yet: ``` set $i=0 while($ientries[$i] set $tcell = _tm_table->entries[$i].next_c while($ehead!=(void*)$tcell) p $tcell p *$tcell set $tcell = $tcell->next_c; end set $i = $i + 1 end `

[sr-dev] git:master:e90184ed: modules: readme files regenerated - p_usrloc ... [skip ci]

2017-09-05 Thread Kamailio Dev
Module: kamailio Branch: master Commit: e90184ede69a1c162da640d2df0d44198c2059bf URL: https://github.com/kamailio/kamailio/commit/e90184ede69a1c162da640d2df0d44198c2059bf Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-09-05T13:31:18+02:00 modules: readme files regenerated - p_usrloc .

[sr-dev] git:master:fda5be33: p_usrloc: add config framework support for certain parameters

2017-09-05 Thread Lucian Balaceanu
Module: kamailio Branch: master Commit: fda5be331d24342beb5b50e7171b4a3be9c5b4fc URL: https://github.com/kamailio/kamailio/commit/fda5be331d24342beb5b50e7171b4a3be9c5b4fc Author: Lucian Balaceanu Committer: Lucian Balaceanu Date: 2017-09-05T14:21:40+03:00 p_usrloc: add config framework support

Re: [sr-dev] [kamailio/kamailio] allow more than one tcp/tls connection to same destination (#1107)

2017-09-05 Thread Olle E. Johansson
I think this is the way the SIP RFC wants it, but I see the problem too. Using an async process in the receiving end where you move transactions to a group of background processes will offload a bit, but it may still be a bottleneck of sorts. -- You are receiving this because you are subscrib