Voicemail Service
(New page: x ---- Return to the Toolpack User Guide) |
|||
Line 1: | Line 1: | ||
− | + | VoiceMailMenu implements a top level voicemail service. This class shows how easy it is to use the ToolPack’s IVR | |
+ | classes. This service demos a simple Voicemail service, which can be used in the two following scenarios: | ||
+ | • Directly on an incomming call Leg. | ||
+ | • From a user defined state during a call (ie: busy or no-answer). | ||
+ | Class CTBCAFVoiceMailMenu shows how to use the ToolPack’ IVR classes to build a full featured IVR Application. | ||
+ | |||
+ | == Usage == | ||
+ | VoiceMailMenu can be used directly on the ITBCMCLib::OnCallLegPresent() Event. This class can be used like | ||
+ | CTBCAFBridgecall bridging class. The usage is the same, but the service differs. | ||
+ | Moreover, VoiceMailMenu can be used from any moment during a call, on user defined event like busy or no-answer. | ||
+ | This service is used by the "Telphony Application". | ||
+ | |||
+ | |||
+ | == Caveats == | ||
+ | |||
+ | This is a demo service, it can not be used as is nor derived from. | ||
+ | |||
+ | |||
+ | == Classes == | ||
+ | |||
+ | *Ivr Menu manager | ||
+ | *Interface of Menus handled by the Menu manager | ||
Revision as of 09:14, 8 May 2009
VoiceMailMenu implements a top level voicemail service. This class shows how easy it is to use the ToolPack’s IVR classes. This service demos a simple Voicemail service, which can be used in the two following scenarios: • Directly on an incomming call Leg. • From a user defined state during a call (ie: busy or no-answer). Class CTBCAFVoiceMailMenu shows how to use the ToolPack’ IVR classes to build a full featured IVR Application.
Usage
VoiceMailMenu can be used directly on the ITBCMCLib::OnCallLegPresent() Event. This class can be used like CTBCAFBridgecall bridging class. The usage is the same, but the service differs. Moreover, VoiceMailMenu can be used from any moment during a call, on user defined event like busy or no-answer. This service is used by the "Telphony Application".
Caveats
This is a demo service, it can not be used as is nor derived from.
Classes
- Ivr Menu manager
- Interface of Menus handled by the Menu manager
Return to the Toolpack User Guide