Module: sems Branch: master Commit: 52dec4680f623be144bfa8e3aed66856bfb7ad4f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=52dec4680f623be144bfa8e3aed66856bfb7ad4f
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Feb 14 16:59:12 2014 +0100 doc:sbc:call control: moved cc docs to doc/ dir --- doc/Readme.sbc_call_control.txt | 4 ++++ .../bl_redis => doc/sbc}/Readme.bl_redis.txt | 0 .../sbc}/Readme.cc_acc_xmlrpc | 0 .../call_control/ctl => doc/sbc}/Readme.cc_ctl.txt | 0 .../rest => doc/sbc}/Readme.cc_rest.txt | 0 5 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/Readme.sbc_call_control.txt b/doc/Readme.sbc_call_control.txt index ac55835..d471bae 100644 --- a/doc/Readme.sbc_call_control.txt +++ b/doc/Readme.sbc_call_control.txt @@ -50,6 +50,10 @@ Several CC modules are implemented o cc_call_timer - call timer (maximum call duration) o cc_prepaid - prepaid billing with storing balances in memory o cc_prepaid_xmlrpc - prepaid billing querying balances from external server with XMLRPC + o cc_ctl - control SBC profile options through headers + o cc_rest - query REST/http API and use response for retargeting etc + o cc_syslog_cdr - write CDRs to syslog + o cc_bl_redis - check blacklist from REDIS (redis.io) See their respective documentation for details. diff --git a/apps/sbc/call_control/bl_redis/Readme.bl_redis.txt b/doc/sbc/Readme.bl_redis.txt similarity index 100% rename from apps/sbc/call_control/bl_redis/Readme.bl_redis.txt rename to doc/sbc/Readme.bl_redis.txt diff --git a/apps/sbc/call_control/prepaid_xmlrpc/Readme.cc_acc_xmlrpc b/doc/sbc/Readme.cc_acc_xmlrpc similarity index 100% rename from apps/sbc/call_control/prepaid_xmlrpc/Readme.cc_acc_xmlrpc rename to doc/sbc/Readme.cc_acc_xmlrpc diff --git a/apps/sbc/call_control/ctl/Readme.cc_ctl.txt b/doc/sbc/Readme.cc_ctl.txt similarity index 100% rename from apps/sbc/call_control/ctl/Readme.cc_ctl.txt rename to doc/sbc/Readme.cc_ctl.txt diff --git a/apps/sbc/call_control/rest/Readme.cc_rest.txt b/doc/sbc/Readme.cc_rest.txt similarity index 100% rename from apps/sbc/call_control/rest/Readme.cc_rest.txt rename to doc/sbc/Readme.cc_rest.txt _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
