I pushed a patch to mater, can you try it? If ok, you can backport it as you need.
Cheers,
Daniel
Daniel-Constantin Mierla
On 17 Apr 2014, at 16:07, Juha Heinanen
<jh(a)tutpro.com> wrote:
Daniel-Constantin Mierla writes:
Can you print also the htable key to see which of
its values are not
set? Like:
xlog("key is: t=>$T(id_label)::$T(id_index)::$T(branch_index)::ru\n");
in both places.
Apr 17 17:06:23 siika /usr/sbin/sip-proxy[5957]: INFO: Key in branch route is:
t=>84813434::63952::1::ru
Apr 17 17:06:23 siika /usr/sbin/sip-proxy[5957]: INFO: Set htable value
<sip:jh@192.98.102.30:5054;transport=tcp>
Apr 17 17:06:23 siika /usr/sbin/sip-proxy[5957]: INFO: Key in branch-failure is:
t=>84813434::63952::-1::ru
so looks like $T(branch_index) is not properly set in branch-failure route.
-- juha