Hello,
Seeing as how SER can handle a hell of alot more traffic than
rtpproxy, is there a way to set up multiple rtpproxy servers and then
configure SER to use them in a load balancing/failover fashion?
Here's my settings for nathelper currently:
# -- nathelper params --
modparam("nathelper", "natping_interval", 10)
modparam("registrar", "nat_flag", 6)
modparam("nathelper", "ping_nated_only", 1) # Ping only clients
behind NAT
modparam("nathelper", "rtpproxy_sock",
"udp:10.10.17.5:22222")
Thanks!
-Daniel