Hi Mario, I think you are talking about bridged mode for rtpproxy. If so, you will not need to start the rtpproxy daemon with -A, because that is where you have just one interface and you want to masquerade it as a different address. For example if your server is behind NAT, then -l is the actual host interface address and -A is the external IP address on the WAN port of the NAT router.
For bridging mode, you have to specify two addresses with the -l parameter. This is what I have in my notes: -l is the listen address or pair of addresses when used in bridging mode (LAN then WAN) e.g. -l 123.45.67.89 or -l 192.168.4.102/123.45.67.89 Also, have you tried putting the parameters inside double quotes when calling rtpproxy_answer()? This was a requirement in v2.4.x I believe they tried to remove the requirement for quotes around parameters in v3, but maybe they missed it in a few places. John Quick Smartvox Limited Web: www.smartvox.co.uk _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
