2015-06-02 23:16 GMT+03:00 Federico Cabiddu federico.cabiddu@gmail.com:
Hi, to achieve the described behavior you could call t_on_branch(BRANCH_NAME) before calling t_relay. In this way each branch, after forking and before being relayed, will traverse the branch_route named BRANCH_NAME.
http://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.f.t_on_branch
Hope this helps.
Thank you, this (+ always setting explicitly the needed RTP profile in rtpengine_manage() + updating rtpengine to have a fix of rtpengine's github issue #103) have solved my problem!