Add other sip port

Hello, I need to add a new sip port (5061) for a special client, how can I do this?

Thank you.Hello, I need to add a new sip port (5061) for a special client, how can I do this?

Thank you.

Typically 5061 is used for SIP TLS connections, but is not set up for that.

You cannot “add” a SIP port, but you can use IP tables to redirect from any port you want to port 5060. From looking at IP tables, It seems it has already been done via the ASTPP setup from port 5080 redirecting to port 5060. May want to check iptables on your system to verify.

Hello,
As mentioned by @KNERD 5061 is default TLS port, but you want the same port for SIP only its fine.
You may creat separate sip profile with same sip-ip as the existing sip profile and set the sip-port to 5061, use this profile for sip extension and gateway accordingly.