Hello
It sounds like you're trying to implement a company directory search. What you'll probably have to do is translate the DTMF input into the corresponding letter i.e.
2 = abc
3=def
4=ghi
5=jkl
6=mno
7=pqrs
8=tuv
9=wxyz
You'd probably want to enforce a required a minimum number of digits and once the minimum is reached have a creative search to find the corresponding employees matching the input (based on various combinations of the corresponding letters)
------------------------------
Jason Neuman
The Capital Group Companies, Inc.
------------------------------
Original Message:
Sent: 09-30-2009 06:10
From: A Contributor
Subject: Get Key for alpha keys
Our employees use mobile phones with alphanumeric keys and we need a handler which enables the user to enter letters (of the name i. e.). The Tools Get Key and Extended Get Key only accept numeric keys and '*' and '#'.
How can I solve this problem?
Thanks in advance
Dwayne