I still have not been able to figure this one out.
Any help will appreciated...
Samuel a Seruser sent this link:
http://www.b2bua.org/wiki/RTPproxy/FAQ
Is this correct then:
does it mean i need to replace the entry in the opensips.cfg
script:modparam ("nathelper", "rtpproxy_sock",
"udp:localhost:2222")
For:
modparam ("nathelper", "rtpproxy_sock",
"unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock1")
modparam ("nathelper", "rtpproxy_sock",
"unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock2")
modparam ("nathelper", "rtpproxy_sock",
"unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock"2)
modparam ("nathelper", "rtpproxy_sock",
"unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock3") ?
For starters you can't run multiple instances using AF_UNIX
sockets for communication. You MUST use UDP. Please see
the example showing exactly how I did this that I posted on the
mailing list 03/31/09 14:09 CDT.