Jump to content

Data retrieval


lazard

Recommended Posts

Hi all

 

I have been given the task of investigating IVR systems in order to solve a major headache here in the office. Please bear with me as I know nothing about these solutions, or even where to start!!!

 

We are looking for a automatic response that will allow a caller to enter their unique number and hear a specific response based on that number (for example a certain number might be in French, or relate to a different product etc).

 

We would also need to capture this unique number (and possibly a name etc) in order to recontact them/remove from mailing lists and so on.

 

Am I along the right lines looking for the solution with this software or am I heading in the completely wrong direction!!

 

Thank you for your help (and patience) and I look forward to hearing back.

 

Ta!

Link to comment
Share on other sites

IVM is great for pretty much any IVR system. You may however need to use a plug-in in order to connect your product database together with the caller's input.

 

The basic concept is, create an OGM that is in data entry mode. You can then configure the OGM for how the data should be accepted. Example: if the number of digits will be the same for each item, you could limit the number of digits to a certain amount so the user's input is automatically accepted when the full number is entered. Alternatively you could let the # key signal the end of the data entry. Other settings are also available such as limiting the accepted data values so if the caller enters an invalid/incorrectly formatted number, the caller is then told and asked to re-enter the item's number.

 

After the data entry is accepted, it should be stored to a variable (e.g. %calleritem%). The OGM should then take the user to another OGM which will determine what to do with the input (the value stored in %calleritem%). A plug-in could be used for example to cross-check a database and retrieve the next OGM the caller should be taken to (good for a small system with a limited number of items). Alternatively, the Database plug-in could retrieve information about the item and send that back to IVM as a variable, IVM could then be instructed to go to a new OGM which reads aloud the information using a TTS voice (or using a recording if you can adjust the plug-in to modify the OGM in real time with the new audio file).

 

If you have any further questions, please don't hesitate to ask. For new users, I recommend taking a look at the IVR and plug-in example files here for help on getting started:

http://www.nch.com.au/ivm/examples.html and http://www.nch.com.au/ivm/plugins.html

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...