Hello,
I set two entries of rtpproxy like :
modparam("rtpproxy", "rtpproxy_sock", "1 == udp:127.0.0.1:7722")
modparam("rtpproxy", "rtpproxy_sock", "2 == udp:127.0.0.1:7723")
For a particular case, I want to use the second RTPProxy and the first one as the default one.
If in a conditional block I set set_rtp_proxy(“2”), all other call to rtpproxy_manage will use the first RTPProxy? Or there is a load-balancing introduce by default.
Regards,
Igor.