From 22751164d37b5e5da42fd9de8a5eeb9a98ad2a87 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 19 Dec 2008 17:58:03 +0000 Subject: [PATCH] added warning on top of ser+sems howto git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1208 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- doc/Configure-Sems-Ser-HOWTO | 11 +++++++++++ doc/doxyref.h | 9 +++++++++ 2 files changed, 20 insertions(+) diff --git a/doc/Configure-Sems-Ser-HOWTO b/doc/Configure-Sems-Ser-HOWTO index f4f16055..108df54e 100644 --- a/doc/Configure-Sems-Ser-HOWTO +++ b/doc/Configure-Sems-Ser-HOWTO @@ -1,3 +1,14 @@ + +******* IMPORTANT *************************************************************************** + This is only needed if SER, the SIP Express Router, is used as SIP stack for SEMS. Since 1.0 + you can simply use the sipctrl module, which provides a SIP stack for SEMS. sipctrl is set + as the default control plugin, so usually there need not be any changes in that regard. + + But, if you need more functionality from the SIP stack, e.g. TLS, TCP, filtering of inbound + requests etc., you can use ser2 with the binrpcctl module, and the SASI SER application server + interface, and then parts of the information below apply. +********************************************************************************************* + *************************** * Sems + Ser mini-HOWTO * *************************** diff --git a/doc/doxyref.h b/doc/doxyref.h index 212c5e3b..f4a3adb0 100644 --- a/doc/doxyref.h +++ b/doc/doxyref.h @@ -59,6 +59,15 @@ /*! \page Configure-Sems-Ser-HOWTO mini-Howto on how to configure SER and SEMS to work together * + *

+ * This is only needed if SER, the SIP Express Router, is used as SIP stack for SEMS. Since 1.0 + * you can simply use the sipctrl module, which provides a SIP stack for SEMS. sipctrl is set + * as the default control plugin, so usually there need not be any changes in that regard.

+ *

But, if you need more functionality from the SIP stack, e.g. TLS, TCP, filtering of inbound + * requests etc., you can use ser2 with the binrpcctl module, and the SASI SER application server + * interface, and then parts of the information below apply. + *

+ * * Be sure to also check the instructions that are on the page with the * * application development tutorial, there is step by step instructions including