Guest researcher Report post Posted 11/15/2005 03:03 AM Can I convert DTMF to a string? How to do this? Please help. Share this post Link to post
SupportTeam Report post Posted 11/15/2005 03:15 AM Just use a 'Get Numbers' module... the data entered by caller will be available using a Result Variable linked to that module. See: http://www.voiceguide.com/vghelp/html/modGetNumber.htm and http://www.voiceguide.com/vghelp/html/Resu...ltVariables.htm Share this post Link to post
Guest Guest Report post Posted 11/17/2005 06:05 PM Thanks for the reply but I should have made myself little more clear. Suppose the number entered is 656667 then its ASCII is A, B & C. Can I store ABC in a result variable? How? I want to do that. Please guide. Share this post Link to post
SupportTeam Report post Posted 11/17/2005 10:44 PM If you want to run a conversion routine to convert entered 2-char DTMF codes into letters of the alphabet using ASCII-encoding conversion then you'll need to do this in a VBScript module. We could create this VBScript for you. Send an email to sales@vocieguide.com if you'd like to get a quote on this work. Share this post Link to post