I think I found where the bug is. In select_rtpp_node() function there is this function call:
node = select_rtpp_node_old(callid, viabranch, do_test, op);
When select_rtpp_node() is called second time, active_rttp_set is set2, but select_rtpp_node_old() returns the previous node from set1 and a node from set2 is not selected.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.