Unstable Intercom Registration / Connection

Updated: 2026-08-19 07:42:52

Symptoms

The intercom device status continuously changes between "Available" and "Disconnected" or even "Error", even though the device is reachable on the network.

Related symptoms

  • Intercom registration appears unstable
  • Intercom goes offline and online repeatedly
  • Device shows as disconnected while ping remains stable
  • Calls to the intercom sometimes fail ( during connection losses )
  • Error message when calling the intercom:
    "Could not initiate call because the destination is not available for calls"

Details

This issue can be recognized by observing the device status in the system:

  • The intercom successfully registers initially
  • After a short time, the device status changes to Disconnected
  • Shortly after, the device registers again and becomes Available
  • This cycle repeats continuously

Even though the network connection appears stable (for example, ping tests are successful), the intercom is not consistently available for calls.

Cause

Short registration timeout

The configured registration timeout of the PBX device is too low.

This means:

  • The registration expires before the intercom renews it
  • The system temporarily marks the device as Disconnected
  • The intercom then re-registers, causing the status to switch back to Available

Network Issue

Even when ping appears stable, there can still be network issues such as:

  • Packet loss
  • Delayed responses
  • NAT session timeouts
  • Firewall (mis)configuration ( unable to send outbound SIP messages )

Solution(s)

1. Increase Registration Timeout

If the registration timeout on the server is lower than that of the intercom the server may remove the registration while the SIP device still thinks it is registered.

1. Open the PBX device configuration

image.png

2. Locate the registration timeout setting

image.png

3. Increase the timeout value (for example: use a higher and stable value)

image.png

4. Save the configuration

image.png

2. Update firmware

In some cases old device firmware with known issues can be the cause of this problem.

Make sure to update the device firmware to the latest version, especially when it is a known bad firmware version listed below.

Known bad firmware

A list of firmware which (may) cause this issue.

Intercom device Firmware version Upgrade manual
Commend ET908 5.0.4

upgrade-firmware-commend-et908

Unable to update firmware / access firmware updates for the device? Contact the intercom supplier.

3. Add rule for outbound SIP traffic

When no outbound rule for SIP traffic is configured the server can only accept registrations and not monitor them.

This may cause unstable registration status for certain intercom devices.

Effects:

Asterisk Connector Version: 5.4.3 and lower

CoCoS Version: 5.1.0 and onwards.

Note: You will need access to system / networkFirewall to manage firewall rules.

1. Navigate to: System  Network → Firewall

2. Create a new rule with:

  • Direction: OUTPUT
  • Protocol: UDP
  • Destination port: 5060

image.png

3. Click Save and Close to store the rule configuration.


References