diff --git a/doc/doc_applications.h b/doc/doc_applications.h index f676f00a..a3d12c80 100644 --- a/doc/doc_applications.h +++ b/doc/doc_applications.h @@ -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. + * * * * @@ -137,7 +141,6 @@ */ - /*! \page ModuleDoc_ann_b2b Module Documentation: ann_b2b Application * \section Readme_ann_b2b Readme file * \verbinclude Readme.ann_b2b diff --git a/doc/doc_exampleapps.h b/doc/doc_exampleapps.h index 8c794063..8e3f309e 100644 --- a/doc/doc_exampleapps.h +++ b/doc/doc_exampleapps.h @@ -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 @@ -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. *