On Mon, Feb 10, 2014 at 5:03 AM, Daniel Goepp <dan@goepp.com> wrote:
Try running this command to see what application is using that port:

netstat -ulnp


TLS is a TCP port.

netstat -lntp |grep 5061

Corey