Hi all,
Does kamailio allow to configure more than one branch_route for an
initial INVITE ?
I have tried to add:
t_on_branch(branch_r1);
t_on_branch(branch_r2);
before t_relay(). Mentioned branch routes write debug to the
kamailio.log and it looks like that only the last
branch_route[branch_r2] works.