Tech

SIP Gateway Behind NAT

Published on:

October 4, 2013

Network Address Translation (NAT) was a workaround for the limited IPv4 addresses, and SIP was designed to be NAT-unfriendly to encourage IPv6 adoption. However, as IPv6 remains far from mainstream, NAT is still a challenge. The Vodia PBX addresses this with a "mini-session border controller," which detects non-routable IPs and ignores SIP routing information. This solution works well with endpoints but faces issues with gateways behind NAT. The upcoming version 5.1.3 introduces a trunk flag to prevent the PBX from updating the SIP route, allowing for better communication. This also simplifies gateway registration, offering a more stable NAT workaround until IPv6 becomes common.

Network Address Translation (NAT) was a hack to deal with the fact that the most of us just get one IPv4 IP address from our provider. SIP was purposely defined NAT unfriendly to promote the use of IPv6 networks. While we are still waiting for IPv6 to become mainstream for more than a decade now we have to deal with this reality.

For the SIP phones the Vodia PBX has a logic that we call a “mini-session border controller”. It detects when a device runs on a network address that is not routable and then ignores the SIP routing information in it. While that makes our life easier with endpoints, we recently found out that life is not so simple with gateways if they are behind NAT. Here is the setup:

A PSTN gateway runs on a private IP address. On the firewall, the SIP port was forwarded to the private IP address of the gateway, so that the PBX can send SIP INVITE to the gateway. On the gateway, the outbound proxy is set to the PBX, which is running on a public IP (e.g. on a hosted PBX like the one on our http://hostedi.am).

The problem is this: When the PBX sends an INVITE to the gateway, the gateway responds with its private IP address in the routing headers. In SIP, the UAC (the PBX) is supposed to update the routing information and there the communication breaks. The PBX cannot send the ACK request to the gateway, and the call setup eventually times out.The solution that we will introduce in version 5.1.3 is another trunk flag. It will have the name “Don't accept SIP routing changes in dialog” and it does what is name says: When the PBX receives a response, it sticks to the original destination and does not update the route. This way the PBX can continue talking to the PBX. Because the PBX advertises an address for the media that is routable for the gateway, it will start receiving media from the gateway and that’s where it sends the media back. Fortunately, most gateways did not follow the IETF proposal to use different ports for sending and receiving, so that this works also when the gateway is behind NAT.

This new setting has the potential to render the feature of the dial plan to send calls to a registered extension obsolete. Instead of registering the gateway to the PBX, the firewall just needs to forward the requests to UDP port 5060 to the gateway. Of course, other ports than 5060 can also be easily used. If the public IP address of the local network keeps changing, services like dyndns can help directing the PBX to the right location.

Another workaround for NAT. I can’t wait until IPv6 becomes widely available.

Derniers articles

Voir tous

Integrating OpenAI's Realtime API with Vodia PBX: Webinar Recording Now Available

In our recent webinar, "Integrate OpenAI’s Realtime API with Vodia PBX," we explored how integrating AI with your communication systems can revolutionize the way your business operates. From automating repetitive tasks to improving workflow efficiency, the webinar covered how the collaboration between Vodia PBX and OpenAI’s Realtime API can streamline operations, enhance collaboration - especially for Microsoft Teams users - and provide intelligent automation to stay ahead in a competitive landscape. If you missed the live session or want to revisit the insights, the recording is now available for you to access.

December 18, 2024

Unlock the Power of OpenAI’s Realtime API with Vodia PBX: Join Our Exclusive Webinar!

Join our exclusive webinar to explore how Vodia PBX seamlessly integrates with OpenAI’s Realtime API, unlocking powerful new capabilities for your communication systems. This session will showcase how AI-driven features can streamline workflows, improve operational efficiency and elevate the PBX experience for both general users and those on Microsoft Teams. Whether you’re looking to stay ahead of the competition or leverage the latest AI trends, this webinar offers practical knowledge and actionable strategies. Register now to secure your spot and take the first step toward transforming your telecom infrastructure with AI innovation!

December 4, 2024

Connecting to OpenAI Realtime API

This document details the beta version of the Vodia PBX that connects to the OpenAI realtime API, enabling users to interact with a chatbot via telephone. The backend JavaScript code facilitates the connection, handling audio input and output, and the WebSocket connection to the OpenAI API. The setup requires a Vodia PBX version 69.5.3 or higher, an API key, and a license with an IVR node. The demo can be accessed by editing the ivrnode.js template and creating an IVR node in the tenant. The system supports various VoIP devices and offers good voice quality. Future improvements include voice activity detection and the ability to take actions based on OpenAI responses.

November 26, 2024