TCP Bindport will not change even after tcpbindaddress= set

I know I just asked this question and received an answer from dicko, but this is actually on a different PBX and a different problem.

On the PBX that has TCP working, I set

  • the SIP bind port and address
  • and then I added tcpbindaddress=1.1.1.1:9997 for example,
  • do a amportal restart and IT WORKED,

I can then see it is listening when I run netstat -lnp | grep asterisk

But this time, I do the same exact process, but then it shows that it is still not listening for TCP 9997

[root@localhost ~]# netstat -lnp | grep asterisk
tcp 0 0 0.0.0.0:5038 0.0.0.0:* LISTEN 7128/asterisk
udp 0 0 10.1.1.10:9997 0.0.0.0:* 7128/asterisk
udp 0 0 0.0.0.0:4569 0.0.0.0:* 7128/asterisk
unix 2 [ ACC ] STREAM LISTENING 39200 7128/asterisk /var/run/asterisk/asterisk.ctl
[root@localhost ~]#

Why is it not “taking” tcpbindaddress=10.1.1.10:9997? I even rebooted.

Thanks

SOLVED

I didnt have tcpenable=yes