Module: sems Branch: master Commit: b9713e59875c63348dfc7a65fec0c02ca082a335 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b9713e59875c63348dfc7a65fec0c02ca082a335
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Sep 21 18:40:39 2011 +0200 sbc: added sample call control modules --- apps/sbc/Makefile | 18 ++- apps/sbc/call_control/Makefile | 58 +++++ .../parallel_calls/CCParallelCalls.cpp | 231 ++++++++++++++++++++ .../call_control/parallel_calls/CCParallelCalls.h | 63 ++++++ apps/sbc/call_control/parallel_calls/Makefile | 7 + apps/sbc/call_control/template/CCTemplate.cpp | 166 ++++++++++++++ apps/sbc/call_control/template/CCTemplate.h | 52 +++++ apps/sbc/call_control/template/Makefile | 7 + 8 files changed, 600 insertions(+), 2 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=b9713e59875c63348dfc7a65fec0c02ca082a335 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
