El Wednesday 25 July 2007 16:58:41 Iñaki Baz Castillo escribió:
Hi, I've configured a OpenSer in multidomain with a RtpProxy. Now I'd like to use a RtpProxy for each domain, so it could be based in $rd.
But at first point I don't know how to configure OpenSer to use varios RtpProxies in different machines. I've tried with:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp:192.168.1.58:22222")
ohh, by casuality I've discovered that it works with space:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222 udp:192.168.1.58:22222")
XD