User Guide
From TBwiki
(Difference between revisions)
(→ToolPack Classes) |
m (fix link) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
*[[Overview]] * | *[[Overview]] * | ||
*[[CMC library]] | *[[CMC library]] | ||
− | *[[Toolpack Engine]] | + | *[[Toolpack_Application:toolpack_engine|Toolpack Engine]] |
− | *[[Toolpack System Manager]] | + | *[[Toolpack_Application:toolpack_sys_manager|Toolpack System Manager]] |
*[[TCAP Control Library]] | *[[TCAP Control Library]] | ||
Line 17: | Line 17: | ||
*[[Behaviors]] | *[[Behaviors]] | ||
− | |||
+ | == ToolPack Reference Applications == | ||
*[[Telephony Application]] | *[[Telephony Application]] | ||
*[[Bridging Service]] | *[[Bridging Service]] | ||
Line 30: | Line 30: | ||
:*[[CAF Bridge class]] | :*[[CAF Bridge class]] | ||
− | * | + | *CallBehaviors |
− | + | **CAFCallRingbackTone | |
− | + | **CAFCallVoiceMailFallback | |
− | + | **CAFCallFaxRelay | |
− | + | **CAFCallFollowMe | |
− | + | ||
*[[CallRouting]] | *[[CallRouting]] | ||
*[[IVR|Interactive Voice Response]] (IVR) | *[[IVR|Interactive Voice Response]] (IVR) | ||
Line 41: | Line 40: | ||
== Database == | == Database == | ||
− | |||
*[[Framework database]] | *[[Framework database]] | ||
*[[Application database]] | *[[Application database]] | ||
− | * | + | *Data access objects |
− | * | + | *System Logging |
== ToolPack Classes == | == ToolPack Classes == | ||
− | |||
*CTBCMCCallLeg | *CTBCMCCallLeg | ||
*TBCAF::ITBCAFCall | *TBCAF::ITBCAFCall | ||
Line 69: | Line 66: | ||
*TBCAF::CTBS2GWGateway | *TBCAF::CTBS2GWGateway | ||
*ITBCMCFreeListener | *ITBCMCFreeListener | ||
+ | |||
== Annexes == | == Annexes == | ||
Line 79: | Line 77: | ||
'''Internal data flows''' | '''Internal data flows''' | ||
− | * | + | *CTBCAFBridge internal data flow |
*CTBCAFCallBehaviorRbt detailed internal data flow | *CTBCAFCallBehaviorRbt detailed internal data flow | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:42, 15 February 2011
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
- CallBehaviors
- CAFCallRingbackTone
- CAFCallVoiceMailFallback
- CAFCallFaxRelay
- CAFCallFollowMe
- CallRouting
- Interactive Voice Response (IVR)
- Web OAM&P
Database
- Framework database
- Application database
- Data access objects
- System Logging
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