SIP server forwarding

1.1k views Asked by At

I have many SIP servers, but none of them have an external network. Can I use a server with an external network to proxy many SIP servers without an external network

2

There are 2 answers

0
lelexj On BEST ANSWER

Yep, you can.

Try using opensips or asterisk as a proxy to redirect calls to nat endpoints. What you’re trying to do is basically how sip providers work

Example: Proxy example

User A is your NAT SIP Servers, Proxy is NAT/External SIP Server and B is PSTN Gateway or PSTN/SIP Provider

In case you have no idea how to get started, here is a useful article, it covers devices but we can consider that devices and servers are endpoints, so the article is for you: Using SIP Devices behind NAT

0
tomrtc On

This is called a SBC Session-Border-Controller. Have a nice day.