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")

and:

modparam("nathelper", "rtpproxy_sock", 
"udp:localhost:22222udp:192.168.1.58:22222")

but it fails when starting giving an error of parsing.


If I use:

modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp")
modparam("nathelper", "rtpproxy_sock", "udp:192.168.1.58:22222")

just the last line is used.


Any idea of how to use various RtpProxies?

My idea is to have some of them availables and use them based in $rd using:

  force_rtp_proxy("","192.168.1.58")

and so.



Any help please? Thanks a lot.


-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]

_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to