Module: sems Branch: kubartv/cc_rest Commit: 013c60ea9d401a12caf7d844f37265ad81619e5a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=013c60ea9d401a12caf7d844f37265ad81619e5a
Author: Václav Kubart <[email protected]> Committer: Václav Kubart <[email protected]> Date: Wed Feb 1 18:47:33 2012 +0100 rest call control module: initial version --- apps/sbc/call_control/rest/Makefile | 13 ++ apps/sbc/call_control/rest/Readme.cc_rest.txt | 9 + apps/sbc/call_control/rest/RestModule.cpp | 234 +++++++++++++++++++++++++ apps/sbc/call_control/rest/RestModule.h | 57 ++++++ apps/sbc/call_control/rest/RestParams.cpp | 120 +++++++++++++ apps/sbc/call_control/rest/RestParams.h | 28 +++ apps/sbc/call_control/rest/etc/cc_rest.conf | 5 + 7 files changed, 466 insertions(+), 0 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=013c60ea9d401a12caf7d844f37265ad81619e5a _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
