[sr-dev] [kamailio/kamailio] rtpengine module set_rtpengine_set(set1, set2) issue (#2039)

juha-h notifications at github.com
Thu Aug 22 17:11:55 CEST 2019


I think I found where the bug is. In select_rtpp_node() function there is this function call:
```	// lookup node
	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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2039#issuecomment-523948555
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190822/8834e267/attachment.html>


More information about the sr-dev mailing list