UniFi Security Gateway
1. Sign in to your UniFi security gateway.
2. Click on Routing & Firewall along the left side.
3. Click the Firewall tab at the top and click Settings from the sub-menu.
– Toggle H.323 and SIP to off.
– Click the Apply Changes button.
EdgeRouters (ER-x)
1. Access the router’s administrative interface, typically at 192.168.1.1.
2. Use the Config Tree or a command-line interface to disable SIP ALG.
Config Tree:
1. Select config tree in the top right-hand corner.
2. Expand system, conntrack, modules, and sip.
3. Click the plus sign next to disable.
4. Click the Preview option.
5. Click Apply.
Command Line Interface:
1. From the administrative interface, choose CLI located at the top right corner of the screen.
2. From here, we can also increase UDP timeouts as well.
3. Enter these commands into the terminal:
configure
– set system conntrack modules sip disable
– set system conntrack timeout udp stream 300
– set system conntrack timeout udp other 300
– commit
– save
– exit