Defeating ALG's

Defeating ALG's

What is an ALG?


ALG's, or Application Layer Gateway's (also sometimes called SIP Helpers), are software components embedded within most routers and firewall's designed for the SOHO or SME market.  Their intention is to allow VoIP traffic to traverse between Public and Private networks (ie solve the problems that NAT gives us).  However, thevoicefactory employs a Session Border Controller within our data-center that performs this exact job, amongst others.


Basically, the ALG conflicts with our SBC and this results in a wide variety a side effects.


Symptoms of an active ALG


thevoicefactory have witnessed many different types of symptom caused by an ALG at the customer's site.  As time progresses and others un-earth themselves, we will update this list.

  • Unable to Register
  • One-way audio, this can occur on calls within the LAN or traversing the WAN (ie PSTN or another on-Platform user)
  • Zero-way audio, this can occur on calls within the LAN or traversing the WAN (ie PSTN or another on-Platform user)
  • Unable to Transfer a call (either Blind or Consultative transfer)
  • Transfer softkey not appearing when on an active call, even when the account contains the Call Transfer licence
  • Calls automatically disconnecting after a precise period of time (10 minutes / 30 minutes)
    • This has been seen when SIP UPDATE messages are not handled correctly.  This method is used by Broadworks to ensure both ends of the call are still online.  Messages are sent periodically, and if they are not responded to the call is torn down as Broadworks believes one endpoint has been lost.
  • Audio disappearing after a precise period of time
    • This is similar to the SIP UPDATE issue above, whereby Broadworks does tear the call down to the far end but in this scenario the near end does not tear down thus a loss of audio
  • A limited number of IP handsets are able to register.  Disconnect a working handset and a previously failing handset starts to work.
    • This issue has also been seen with Busy Lamp Field subscriptions
  • Unable to dial users from remote sites when more than 3 codec's were offered.
    • This one affected a site using Linksys 941's, although the handset model is possibly irrelevant.  The device would not respond to the INVITE when a large selection of Codec's were offered.  As these users were behind a Hunt Group, this resulted in all calls routing directly to Voicemail.


Diagnosing an ALG


Without using any tools at the local site, we can sometimes see ALG activity within the SIP messages as seen in Palladion.


SIP INVITE with ALG SIP INVITE without ALG

INVITE sip:08008008000@thevoicefactory.co.uk:5060;user=phone;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 109.24.213.45;branch=z9hG4bKcd4c93e697345C13

From: "ALG User" <sip:02031234567@thevoicefactory.co.uk>;tag=3B8A340A-FD03DB7

To: <sip:08008008000@thevoicefactory.co.uk;user=phone>

CSeq: 1 INVITE

Call-ID: 85d9f620-5299760d-d13a6fda@109.24.213.45

Contact: <sip:02031234567@109.24.213.45;transport=tcp>

Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER

Call-Info: <sip:thevoicefactory.co.uk>;appearance-index=1

User-Agent: PolycomSoundPointIP-SPIP_650-UA/3.2.1.0054

Accept-Language: en

Supported: 100rel,replaces

Allow-Events: talk,hold,conference

Max-Forwards: 70

Content-Type: application/sdp

Content-Length: 300

 

v=0

o=- 1332178635 1332178635 IN IP4 109.24.213.45

s=Polycom IP Phone

c=IN IP4 109.24.213.45

t=0 0

a=sendrecv

m=audio 2240 RTP/AVP 9 8 0 18 127

a=rtpmap:9 G722/8000

a=rtpmap:8 PCMA/8000

a=rtpmap:0 PCMU/8000

a=rtpmap:18 G729/8000

a=fmtp:18 annexb=no

a=rtpmap:127 telephone-event/8000

INVITE sip:08008008000@thevoicefactory.co.uk:5060;user=phone;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.100.176;branch=z9hG4bKcd4c93e697345C13

From: "Non ALG User" <sip:02031234567@thevoicefactory.co.uk>;tag=3B8A340A-FD03DB7

To: <sip:08008008000@thevoicefactory.co.uk;user=phone>

CSeq: 1 INVITE

Call-ID: 85d9f620-5299760d-d13a6fda@192.168.100.176

Contact: <sip:02031234567@192.168.100.176;transport=tcp>

Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, INFO

, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER

Call-Info: <sip:thevoicefactory.co.uk>;appearance-index=1

User-Agent: PolycomSoundPointIP-SPIP_650-UA/3.2.1.0054

Accept-Language: en

Supported: 100rel,replaces

Allow-Events: talk,hold,conference

Max-Forwards: 70

Content-Type: application/sdp

Content-Length: 300

 

v=0

o=- 1332178635 1332178635 IN IP4 192.168.100.176

s=Polycom IP Phone

c=IN IP4 192.168.100.176

t=0 0

a=sendrecv

m=audio 2240 RTP/AVP 9 8 0 18 127

a=rtpmap:9 G722/8000

a=rtpmap:8 PCMA/8000

a=rtpmap:0 PCMU/8000

a=rtpmap:18 G729/8000

a=fmtp:18 annexb=no

a=rtpmap:127 telephone-event/8000


Above, is a real INVITE (on the right) with only the user details edited for privacy.  On the left, is a mocked-up example showing what we typically see after the ALG has done its work.

Note that any Private IP's - particularly in the SDP portion, have been exchanged for the WAN IP of this user.


Unfortunately, not all ALG functionality can be spotted remotely, and there is ultimately no substitution for comparing a local packet dump to that taken from Palladion.


Where ALG's can live


Typically, the ALG will live within the device performing NAT - typically this is the local Router/Firewall.  However, we have seen them in other locations - at one Enterprise site we found 4 on the same network!

  • WAN Router
  • LAN Firewall
  • Layer 3 Switch (never witnessed in a dumb Layer 2 Switch) 
  • ISP Firewall
  • ISP MPLS Concentrator


Disabling an ALG


This is the desired solution to the problem, but not always possible without changing Routers, Firewalls or sometimes even ISP's.

For instructions on how to disable the ALG on your specific device, please consult the documentation.  I tend to find Google-ing "deviceX disable alg" often points you in the right direction.  Usually, you will find the ALG settings under the NAT or Firewall section of the Web GUI.

Points to note:

  • Not all devices can disable their ALG.
  • Some devices allow you to disable the ALG, however still continue to do some manipulation.
  • Some devices do not expose ALG functionality to the Web GUI, instead they can be disabled by Telnet-ing to the device and issuing the correct command, for example the Draytek Vigor 2820.


Example Telnet to a Draytek Vigor 2820:

$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
Password: ********
Type ? for command help
> sys sip_alg ?
usage: sys sip_alg [value]
 0 - disable SIP ALG
 1 - enable SIP ALG
 current SIP ALG is disabled
>


Methods to work around an ALG


If you have been unable to identify and elimate all ALG's from your customers network, you may try one or more of the following techniques.

  • Use TCP, rather than UDP, for SIP.  Using Device Management Tags, %TRANSPORT% controls the Transport Protocol that the device will use.  Most devices we support allow you to change this.  Please see the appropriate Device Management Configuration articles for Tag examples for the device in question as the format does change between vendors.
  • Use a non-standard port for SIP.  Using Device Management Tags, %SBC_ADDRESS% can be set to "alt-proxy.thevoicefactory.co.uk".  The DNS SRV record for this address returns "6050" as the port to use.  If your device does not use DNS SRV records, also set the %SIP_PORT% to "6050".


Related Articles


Firewall Configuration 

    • Related Articles

    • SIP ALG: What Is It & Why VoIP Users Should Disable It

      So, you set up your VoIP phone system, but you're experiencing dropped calls, no incoming calls, or your phone keeps ringing after you pick up. The good news is that you will be able to instantly resolve your Voice over IP issues once you disable SIP ...
    • Akixi Reporting Portal

      This guide details the Akixi reporting options. Overview The Akixi reporting portal is displayed by left-clicking the "Reporting" link found at the top of most pages once one has signed in. The portal is where reports are displayed when running them ...
    • How to Create a Report on Akixi.

      This guide details the process of creating reports in Akixi. Overview There are a number of set reports that Akixi automatically comes loaded with. These are shown on the reporting page in the left hand column. When started, Akixi will show these via ...