Module: sip-router Branch: master Commit: f91cb9afa0082cadc48e5db0fc628ca6803fb9c5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f91cb9afa0082cadc48e5db0fc628ca6803fb9c5
Author: oej <[email protected]> Committer: oej <[email protected]> Date: Sun Oct 25 15:10:36 2009 +0100 Making a note that the modules_s/tls module is replaced by modules/tls. (As noted by Jan Janak on the sr-dev mailing list 2009-10-23) --- README-MODULES | 2 +- modules_s/tls/doc/tls.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/README-MODULES b/README-MODULES index 0ee6a66..3dbb6fb 100644 --- a/README-MODULES +++ b/README-MODULES @@ -205,7 +205,7 @@ sms SMS gateway speeddial Proxy :: Speed dialing for users textops Text operations (search, replace) timer triggering specific route block on timer -tls TLS module +tls TLS module * DEPRECATED * Use the modules/tls module instead uac User agent client unixsock uri URI checks diff --git a/modules_s/tls/doc/tls.xml b/modules_s/tls/doc/tls.xml index e682b83..104da6c 100644 --- a/modules_s/tls/doc/tls.xml +++ b/modules_s/tls/doc/tls.xml @@ -31,6 +31,12 @@ <section id="tls.overview"> <title>Overview</title> <para> + <emphasis>NOTE: This module is deprecated and replaced by the module in the <quote>modules/</quote> + directory. This is kept for backwards compatibility. + </emphasis> + </para> + <para> + This module implements the TLS transport for ser using the <ulink url="http://www.openssl.org">openssl library</ulink> (http://www.openssl.org). To enable the TLS support this module must be loaded and <emphasis>enable_tls=yes</emphasis> must be added to the ser config file </para> </section> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
