Author: sayer Date: 2008-12-19 19:03:26 +0100 (Fri, 19 Dec 2008) New Revision: 1209
Modified: trunk/doc/doc_applications.h trunk/doc/doc_exampleapps.h Log: added missing apps to documentation Modified: trunk/doc/doc_applications.h =================================================================== --- trunk/doc/doc_applications.h 2008-12-19 17:58:03 UTC (rev 1208) +++ trunk/doc/doc_applications.h 2008-12-19 18:03:26 UTC (rev 1209) @@ -127,6 +127,10 @@ * * \section various_apps Various applications * + * xmlrpc2di (\ref ModuleDoc_xmlrpc2di) exposes DI interfaces as XMLRPC server. + * This is very useful to connect SEMS with other software, that e.g. trigger click2dial + * calls, create registrations at SIP registrar, do monitoring, etc. + * * <ul><li> \ref ModuleDoc_callback </li></ul> * * <ul><li> \ref ModuleDoc_auth_b2b </li></ul> @@ -137,7 +141,6 @@ */ - /*! \page ModuleDoc_ann_b2b Module Documentation: ann_b2b Application * \section Readme_ann_b2b Readme file * \verbinclude Readme.ann_b2b Modified: trunk/doc/doc_exampleapps.h =================================================================== --- trunk/doc/doc_exampleapps.h 2008-12-19 17:58:03 UTC (rev 1208) +++ trunk/doc/doc_exampleapps.h 2008-12-19 18:03:26 UTC (rev 1209) @@ -7,6 +7,15 @@ * like the xmlrpc2di, cacheannounce, db_announce, serviceline and the * calling card application might be used right out of the box. * + * + * \section exampleappb2bapps Back-to-back user agent applications + * + * The b2b_connect is a transparent back-to-back user agent application, + * that optionally authenticates the second call leg. If can be used as kind of + * simple SBC and for other such purposes. + * + * \ref ModuleDoc_b2b_connect + * * \section exampleapptutorialdoc The examples from the tutorial * * The <a href="http://www.iptel.org/sems/sems_application_development_tutorial"> @@ -35,10 +44,6 @@ * * \section otherexampleappdoc Other example applications * - * xmlrpc2di (\ref ModuleDoc_xmlrpc2di) exposes DI interfaces as XMLRPC server. - * This is very useful to connect SEMS with other software, that e.g. trigger click2dial - * calls, create registrations at SIP registrar, do monitoring, etc. - * * di_dial (\ref ModuleDoc_di_dialer) triggers outgoing calls, i.e. calls that originate from SEMS. * It can provide credentials from dialout PINs for authentication. * _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
