Hi,
According the documentation about TLS (
http://openser.org/docs/tls.html) and
the "listen" interface description, I understand that it would be possible
to have openSER listening on a specific port for encryption and not for
others. But I think it's was not possible as soon as we use "disable_tls =
0"
So Is it possible (and is it working) to have in the same conf file
something like this:
disable_tls=0
listen=tls:1.2.3.4:5061
listen=udp:1.2.3.4:5060
Thanks,
Christophe