Author: sayer Date: 2008-12-19 18:58:03 +0100 (Fri, 19 Dec 2008) New Revision: 1208
Modified: trunk/doc/Configure-Sems-Ser-HOWTO trunk/doc/doxyref.h Log: added warning on top of ser+sems howto Modified: trunk/doc/Configure-Sems-Ser-HOWTO =================================================================== --- trunk/doc/Configure-Sems-Ser-HOWTO 2008-12-19 17:50:45 UTC (rev 1207) +++ trunk/doc/Configure-Sems-Ser-HOWTO 2008-12-19 17:58:03 UTC (rev 1208) @@ -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 * *************************** Modified: trunk/doc/doxyref.h =================================================================== --- trunk/doc/doxyref.h 2008-12-19 17:50:45 UTC (rev 1207) +++ trunk/doc/doxyref.h 2008-12-19 17:58:03 UTC (rev 1208) @@ -59,6 +59,15 @@ /*! \page Configure-Sems-Ser-HOWTO mini-Howto on how to configure SER and SEMS to work together * + * <p><b> + * 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.</p> + * <p>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. + * </p></b> + * * Be sure to also check the instructions that are on the page with the * <a href="http://www.iptel.org/sems/sems_application_development_tutorial"> * application development tutorial</a>, there is step by step instructions including _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
