Configure ClearIP TLS proxy as TCP proxy

ClearIP TLS proxy can be configured as TCP proxy instead of TLS proxy.

The following line should be changed

    $du = "sip:sip.clearip.com:5061;transport=tls";

to

    $du = "sip:sip.clearip.com:5060;transport=tcp";