Switchvox - How can I solve the Digium phone incompatibility with ASUS RT-AC66U?
There is a known incompatibility between the ASUS RT-AC66U devices and the Digium Phones. The problem is that phones enter in a rapid loop of contacting the server and fetching configuration.
Solution:
In order to work around this issue, it is necessary to disable SIP ALG and and SIP pass-trough.
Enable telnet to the device via the web GUI.
Log into the device using telnet with the appropriate IP address.
telnet xxx.xxx.xxx.xxx
Issue the following command.
nvram get nf_sip (the output should be a '1')
nvram set nf_sip=0 nvram commit
Now you should reboot.
From the web GUI of the router.
Go to Advanced Settings / WAN on left side.
From the tabs across the top, choose NAT pass through
Choose SIP pass through to disable
Press 'Apply'
Wait for the phones to pick up the new NAT table during their the next registration or reboot each phone to pick up the change immediately.