Bogdan-Andrei Iancu wrote:
onbranch_route[1] {
   xlog("-------branch=$T_branch_idx, branch flags=$bF\n");
   if (isbflagset(3)) {
      #current branch is marked as natted

an idea would be to force an RTP proxy only for the branches where is is needed.

Does rtpproxy/mediaproxy support this? E.g. 3 branches, 1 without and 2 with an RTP proxy?

Further, can I set different reply routes for different branches?

regards
klaus


   }
}

if no parallel forking is done, you can get rid of the branch route and add instead of t_on_branch():
   ........
   if (isbflagset(3)) {
      #current branch is marked as natted
      .........
   }
   .........



I will upload this description on the wiki page to be more accessible - in the mean while, any feedback (reports, better ideas, bugd) are welcome!

Regards,
Bogdan


_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel


--
Klaus Darilion
nic.at


_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to