[Freeswitch-dev] SIP Over TCP/TLS
Brian West
brian.west at mac.com
Thu Jan 31 01:33:01 EST 2008
What phone do you have?
/b
On Jan 31, 2008, at 12:21 AM, Irshad Ahamed wrote:
> Hi,
>
> I have added the below lines in /usr/local/freeswitch/conf/
> sip_profiles/default.xml.
>
> <!-- TLS: disabled by default, set to "true" to enable -->
> <param name="tls" value="true"/>
> <!-- additional bind parameters for TLS -->
> <param name="tls-bind-params" value="transport=tls"/>
> <!-- Port to listen on for TLS requests. (5061 will be used if
> unspecified) -->
> <param name="tls-sip-port" value="5061"/>
> <!-- Location of the agent.pem and cafile.pem ssl certificates
> (needed for TLS server) -->
> <param name="tls-cert-dir" value="$${base_dir}/conf/ssl"/>
> <!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may
> not work with TLSv1 -->
> Which phones you mean will not work????
> <param name="tls-version" value="tlsv1"/>
>
> I also copied cafile.pem and agent.pem to /usr/local/freeswitch/conf/
> ssl/
>
> But I am seeing SIP siganlling going on UDP still. Am i missing some
> link here????
>
> BR,
> Irshad.
More information about the Freeswitch-dev
mailing list