Module: sems Branch: master Commit: 3c892a2bd6b86d23bfadbb8af5145847a43431ff URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=3c892a2bd6b86d23bfadbb8af5145847a43431ff
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sat Mar 3 01:52:34 2012 +0100 xmlrpc: added note about load order for direct_export --- doc/Readme.xmlrpc2di.txt | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Readme.xmlrpc2di.txt b/doc/Readme.xmlrpc2di.txt index 7e839a0..d77a197 100644 --- a/doc/Readme.xmlrpc2di.txt +++ b/doc/Readme.xmlrpc2di.txt @@ -1,7 +1,7 @@ xmlrpc2di: DI call via XMLRPC -This module makes the Dynamic Invocation (DI) Interfaces exported -by component modules accessible from XMLRPC. Additionaly the builtin +This module makes the "Dynamic Invocation (DI)" Interfaces (internal module APIs) +exported by component modules accessible from XMLRPC. Additionaly the builtin methods "calls", "get_loglevel"/"set_loglevel", "get_shutdownmode"/"set_shutdownmode", and access to the statistics counters (get_callsavg/get_callsmax/get_cpsmax/get_cpsavg) are implemented. @@ -35,7 +35,9 @@ Configuration parameters export_di yes enable 'di' function (see below) direct_export none search these interfaces for methods - to export + to export. load xmlrpc module after other + modules (i.e. in sems.conf: load_plugins=mymod;xmlrpc2di) + if you want to direct_export them. run_server yes start an XMLRPC server _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
