User Guide
From TBwiki
(Difference between revisions)
(→Toolpack Concepts: added services) |
m (→Toolpack Concepts: removes asterisk from interfaces) |
||
Line 12: | Line 12: | ||
== Toolpack Concepts == | == Toolpack Concepts == | ||
− | *[[Interfaces]] | + | *[[Interfaces]] |
*[[Classes]] | *[[Classes]] | ||
*[[Services]] | *[[Services]] |
Revision as of 13:45, 6 July 2009
This is the User Guide for the Toolpack software. It is intended to give system designers and software developers a clear understanding of the different modules available to easily build small and large, fault-tolerant, scaleable systems.
The initial content presented here is copied from the documentation supplied with release 2.3 of Toolpack. Items marked with an asterisk are incomplete as copied from the manual.
Contents |
Toolpack Architecture
Toolpack Concepts
ToolPack Reference Applications
ToolPack Modules
- Call and Leg management
Database
ToolPack Classes
- CTBCMCCallLeg
- TBCAF::ITBCAFCall
- TBCAF::CTBCAFCallLeg
- TBCAF::CTBCAFCallBehaviorFaxRelay
- TBCAF::CTBCAFCallBehaviorFollowMe
- TBCAF::CTBCAFCallBehaviorRbt
- TBCAF::CTBCAFCallBehaviorVoiceMail
- TBCAF::ITBCAFRouting
- TBCAF::CTBCAFRoute
- CTBCMC_CALL_LEG_ATTRIBUTE
- TBCAF::CTBCAFIvr
- TBCAF::CTBCAFVoiceMailMenu
- TBCAF::CTBCAFDaoConnection
- TBCAF::CTBCAFDaoConnMgr
- TBCAF::ITBCAFLog
- TBCAF::CTBCAFLog
- TBCAF::ITBCAFLogDao
- TBCAF::CTBCAFLogDao
- TBCAF::CTBS2GWGateway
- ITBCMCFreeListener
Annexes
Advanced programming concepts
- ITBCMCFreeListener interface template
Internal data flows
- CTBCAFBridge internal data flow
- CTBCAFCallBehaviorRbt detailed internal data flow
Return to the Main Page