Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description:

SIP ALG (Application Layer Gateway) is a feature which is enabled by default in most Cisco routers running Cisco IOS software and inspects VoIP traffic as it passes through and modifies the messages on-the-fly.

For our Hosted VoIP service, including our Single User services, SIP ALG must be disabled on your Cisco router.

This article will show you how to 

  • Configure your Cisco Router to disable the SIP ALG setting.

Methods:

Log onto the router's terminal (command line interface) via telnet, SSH or serial console
enable
configure terminal
no ip nat service sip udp port 5060
no ip nat service sip tcp port 5060 (For TCP)
  • No labels