Sep 17, 2008 11:30 PM
Far-End NAT Traversal Deployment
Hi everybody I'm a newbie in opensbc but I have been searching at the discussions before to post this question. I want to deploy the opensbc in the following scenario:
UA1
NAT
INTERNET
opensbc
INTERNET
softswitch
UA2
NAT PSTN-gateway
1. UA1 and UA2 are behind a NAT.
2. opensbc has a public IP address.
3. softswitch has a public IP address.
4. PSTN-gateway has a public IP address.
The behaivor we want to have is the following.
A) All the calls from the nated UAs should be proxied for signaling-only to the softswitch.
B) The contact attribute (c= IN IP4 X.X.X.X) and the media attribute (m=audio <UDP-PORT> RTP/AVP X X X) at the SDP information from the UAs should be forwarded/relayed to the softswitch with the real IP address and the real UDP-PORT so the RTP could be established directly between UA1 and UA2, or between any UA and the PSTN-gateway in order to avoid the double bandwith consumption at the opensbc location.
Is possible to deploy this kind of scenario with opensbc?
Regards