Hi all,

I'm trying to change the ip presented by my Opensips 1.7 server in the SDP
connection information.

Real Server IP= 10.0.0.1

Public Presented IP=1.1.1.1 (because behind static NAT)

I tried to modify these two commands from 

rtpproxy_offer();

rtpproxy_answer();

to

rtpproxy_offer("co","1.1.1.1");

rtpproxy_answer("co","1.1.1.1");

I tried many other flags but without success.

SDP connection information usually present the real ip of the server, and
when I specify the flags l or s it presents the IP of the IP phone.

How can I force the Public Presented  IP?

Thank you

Best regards

Marco

 

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

Reply via email to