Configuring the Avaya Hybrid Cloud Gateway SIP listening port

Last Updated : Oct 21, 2024 |

About this task

You can configure Avaya Hybrid Cloud Gateway with SIP listening port other than the standard port (5061). Avaya Hybrid Cloud Gateway then receives SIP messages from Session Manager on a port other than the standard port (5061).

Note:

This topic is applicable if you upgrade Avaya Hybrid Cloud Gateway to version 1.0.8.0 or later. For guidance, contact Avaya Cloud Operations.

Before you begin

Ensure that you install the Avaya Hybrid Cloud Gateway software.

Procedure

  1. Use the SSH client to connect to a virtual machine (VM).
  2. On the current Avaya Hybrid Cloud Gateway system, run the following command to navigate to the misc directory: cdto misc
  3. To configure the SIP listening port, run the following command: sudo ./clitool-csa.sh configureSIPListeningPort 5065

    Where,

    • configureSIPListeningPort is the action to configure the SIP listening port.

    • 5065 is the SIP listening port number. The port number must be between 1024 and 65535.

    The sudo command ensures that you have the proper permissions to modify the SIP listening port configuration.

    Note:

    If you run the command on any single node, the configuration on all the nodes gets updated. You do not need to re-run the command on each node.

Next Steps

  1. Upon successful configuration of SIP listening port on all nodes of the system, you can view the following message: the SIP listening port has been configured correctly on all nodes. To apply the new configuration, restart services on all nodes in the system.

  2. To restart the Avaya Hybrid Cloud Gateway service, run the following command: svc csa restart