Voicemail Service
(clean up) |
|||
(8 intermediate revisions by one user not shown) | |||
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 | + | VoiceMailMenu implements a top level voicemail service. This class shows how easy it is to use the ToolPack’s IVR classes. This service demonstrates a simple Voicemail service, which can be used in the two following scenarios: |
− | *Directly on an incoming call | + | *Directly on an incoming call Leg |
− | *From a user defined state during a call ( | + | *From a user defined state during a call (i.e., busy or no-answer). |
− | Class | + | Class TBCAF::CTBCAFVoiceMailMenu|CTBCAFVoiceMailMenu shows how to use the ToolPack’ IVR classes to build a full featured IVR Application. |
== Usage == | == 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 [[Telephony Application]]. | + | VoiceMailMenu can be used directly on the ITBCMCLib::OnCallLegPresent() Event. This class can be used like CTBCAFBridgecall '''(LINK?)''' bridging class. The usage is the same, but the service differs. Moreover, VoiceMailMenu can be used from any moment during a call, on a user defined event like busy or no-answer. This service is used by the [[Telephony Application]]. |
== Caveats == | == Caveats == | ||
− | This is a | + | This is a demonstration service, and as such it cannot be used 'as is' nor derived from. |
== Classes == | == Classes == | ||
− | * | + | *TBCAF::CTBCAFIvr|IVR Menu manager |
− | *Interface of Menus handled by the Menu manager | + | *Interface of Menus handled by the Menu manager '''(LINK?)''' |
Latest revision as of 15:50, 23 July 2009
VoiceMailMenu implements a top level voicemail service. This class shows how easy it is to use the ToolPack’s IVR classes. This service demonstrates a simple Voicemail service, which can be used in the two following scenarios:
- Directly on an incoming call Leg
- From a user defined state during a call (i.e., busy or no-answer).
Class TBCAF::CTBCAFVoiceMailMenu|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 (LINK?) bridging class. The usage is the same, but the service differs. Moreover, VoiceMailMenu can be used from any moment during a call, on a user defined event like busy or no-answer. This service is used by the Telephony Application.
Caveats
This is a demonstration service, and as such it cannot be used 'as is' nor derived from.
Classes
- TBCAF::CTBCAFIvr|IVR Menu manager
- Interface of Menus handled by the Menu manager (LINK?)
Return to the Toolpack User Guide