Hi All,
I'm trying to get SIP working over an IPv6 network and am having trouble. I've tried 17.01 and 17.09 versions. So far I've defined listeners over TLS for SIP.
-
port: 5061
module: ejabberd_sip
tls: true
certfile:
I've also tried listening on ip: "::". The result is the same. Ejabberd receives a REGISTER command from the SIP client but never responds. I'm left wondering if there is a bug, my config is wrong or hardware setup is wrong (I'm running ejabberd in AWS on centos)
Thanks.