Recently I have rewritten the documentation about using the e/i flag. See

http://sip-router.org/docbook/sip-router/branch/master/modules_k/nathelper/nathelper.html#id2907572

regards
klaus

Am 19.03.2010 22:12, schrieb Uriel Rozenbaum:
Hi guys,

I have some easy doubt about nathelper functions using RTPProxy.

I'm trying to bridge from an external IP to an internal IP.
The start-line for rtpproxy is: rtpproxy -l PUBLIC_IP/PRIVATE_IP -s
udp:127.0.0.1:7999 <http://127.0.0.1:7999> -F
It starts OK and I see it when kamailio starts.

I'm going to use something like Daniel showed on some other mail:

if(dst_ip==private)
    force_rtp_proxy("ocfaei");
else
    force_rtp_proxy("ocfaei");

if i have the invite from a public IP to someone in private on the
request I'll run
force_rtp_proxy("ocfaei");
then the reply will be from private to public... should I run
"force_rtp_proxy("ocfaei");"? or should it be the same?

As allways, thanks for your help.

Kind regards,
Uriel



_______________________________________________
Kamailio (OpenSER) - Users mailing list
[email protected]
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
http://lists.openser-project.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Kamailio (OpenSER) - Users mailing list
[email protected]
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
http://lists.openser-project.org/cgi-bin/mailman/listinfo/users

Reply via email to