Hi @ all,
after sip reload with these settings in sip.conf:
[general]
...
tcpenable=yes
tcpbindaddr=0.0.0.0
tlsenable=yes
tlsbindaddr=0.0.0.0:5061
tlscertfile=<pathtocert>/asterisk.pem
tlscipher=ALL
tlsclientmethod=tlsv1
[myuser]
type=friend
user=91
secret=xxxyyy
callerid=myuser
host=172.xxx.xxx.xxx
nat=yes
context=sip-tld
canreinvite=yes
transport=tls
in asterisk 1.8.4.1 I´m getting the error tcptls.c: unable to connect to Sip Socket to 172.xxx.xxx.xxx:5061: Connection refused.
If I take look at ‘sip show peers’ the peer´s state is UNREACHABLE.
What could be the problem therefore?
Best regards
Karsten