Previous Topic

Next Topic

Book Contents

Book Index

Home Page

How to Match Touch Tones to Words

Matching touch tones to words offers an alternate way to retrieve data from a caller. For example, suppose that the requirement is to have the caller select a city. Active Call Center can prompt the caller to touch tone the first 5 letters of the city and then those tones could be matched to a list of potential cities.

There are two ways to implement this feature:

  1. Create a static list of cities and their corresponding touch tones. When the caller enters the touch tones, use a macro to look up the number entered against the list to locate the desired individual. This is a good solution for when there are a small number of cities.
  2. If the list of cities is very large, it may be difficult to implement the first technique. In this case it may be useful to use a COM component included with Active Call Center designed specifically to help with this feature.
  3. The COM object is named "ACCTools.TouchToneConverter", and it performs the task of converting touch tones into possible character combinations. The object has two methods:

See Also

Call Routing and Flow Control

How to Set the Number of Rings Before Answer

How to Perform Call Transfers / Forwarding

How to Implement Three Way Calling

How to Restrict Access with Passwords

How to Convert Touch Tones to Specific Words

How to Page an Operator at the Computer