Module: sems Branch: master Commit: d4da8b56e0541c711c17a2c9ab248e27ad099595 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d4da8b56e0541c711c17a2c9ab248e27ad099595
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Jun 8 12:35:48 2011 +0200 sbc as default XMLRPC direct_export; added note in doc --- apps/xmlrpc2di/etc/xmlrpc2di.conf | 1 + doc/Readme.sbc.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/xmlrpc2di/etc/xmlrpc2di.conf b/apps/xmlrpc2di/etc/xmlrpc2di.conf index 500b9e9..2da14d7 100644 --- a/apps/xmlrpc2di/etc/xmlrpc2di.conf +++ b/apps/xmlrpc2di/etc/xmlrpc2di.conf @@ -24,6 +24,7 @@ xmlrpc_port=8090 # export under their proper function names # defaults to: none # direct_export=di_dial;registrar_client +direct_export=sbc # run the XMLRPC server at all (default: yes) # diff --git a/doc/Readme.sbc.txt b/doc/Readme.sbc.txt index e8ca130..dd12b90 100644 --- a/doc/Readme.sbc.txt +++ b/doc/Readme.sbc.txt @@ -85,8 +85,8 @@ is provided and installed to trigger the reload (through XMLRPC): sems-sbc-get-activeprofile get active_profile sems-sbc-set-activeprofile <active_profile> set active_profile -The xmlrpc2di module must be loaded and XMLRPC control server bound to port 8090 for -the scripts to work. +The xmlrpc2di module must be loaded, XMLRPC control server bound to port 8090, and +direct_export in xmlrpc2di.conf must include sbc for the scripts to work. For tracking file revisions and changes, the MD5 hash sum is printed on profile load and reload, and returned as information by the scripts and the DI management commands. An MD5 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
