Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTP Proxy with Public and Local IP #124

Open
vijojose40 opened this issue Dec 12, 2021 · 0 comments
Open

RTP Proxy with Public and Local IP #124

vijojose40 opened this issue Dec 12, 2021 · 0 comments

Comments

@vijojose40
Copy link

I have configured the RTP Proxy with Kamailio SIP Proxy Server.

Where I have my Kamailio is configured with private IP 10.0.0.1 and Public UP 103.XX.XX.XX and the SIP user are connecting with RTP proxy with local IP 10.0.0.1 to register. I also have a SIP server on the public Internet with IP 90.XX.XX.XX that makes the call to [email protected]:5060 which is coming on the sip proxy server and the sip proxy server forwards those packets to the SIP user who is registered with local IP 10.0.0.5.

Once the call is answered the RTP is started to send from the SIP server to the SIP Proxy server over the public IP from 90.XX.XX.XX to 103.XX.XX.XX which is working as expected. But from the sip user 10.0.0.5 the RTP is flowing to Proxy server public IP 103.XX.XX.XX instead of RTP Proxy server Localip 10.0.0.1.

How can we configure the same ?

Presently I have started my RTP proxy server with command

/usr/local/bin/rtpproxy -F -A 103.XX.XXXX -l 10.0.0.1 -m 10000 -M 20000 -s udp:127.0.0.1:7722 -d DBUG:LOG_LOCAL5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant