CCTemplate - call control template module

This is a template to start a call control module. It contains all
the boilerplate and interface code.

To create a new call control module:
   - cp -r to new directory
   - Update CMakeLists.txt with the new module name
   - rename .cpp, .h files
   - replace all "CCTemplate" with "MyName" in .cpp/.h
