You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Function

This module detects a DTMF input (tone dialling) or spoken words (ASR, Automatic Speech Recognition) and executes a branch in the program. To prompt the user to press a key, a voice prompt is played.

If no input is recognised, or an incorrect digit is pressed or a word is not recognised, an error voice prompt can be configured which is played to reprompt the user to try again.

Program execution continues using the output which corresponds to the DTMF key pressed or the word spoken. If this output is not connected, and the maximum number of allowed tries has not yet been reached, the error voice prompt is played and recognition is restarted. If the maximum number of tries is reached, program execution continues at the error output. If no object is connected to this output, the system hangs up.

Parameters

 Object Name

The name of this object instance

Prompt Type

Choose a prompt type

Voice Prompt

Choose a prompt

Error Voice Prompt Type

Choose the type of the error voice prompt

Error Voice Prompt

Choose the error voice prompt. This parameter is optional. If you
do not specify this parameter, then no error prompt is played.

Play Tone

If you use this option, the system will play a beep indicating when
the caller is expected to respond.


Maximum Tries

How often the object is re-executed when an error input is made
or no input is detected. If this counter is reached, program
execution continues at the error output.

Barge In

If activated, input is allowed whilst voice prompts are being played.
Otherwise it is allowed when playing has completed.



Command Word 0 ... 9

Here you define what spoken words are equivalent to the
corresponding DTMF keys. You can add several words to
one parameter, separated by commas. For example:
Command Word 1 - Reception, Central Office
Command Word 2 - Sales, Marketing, Purchasing

Note on speech recognition:

Speech recognition does not recognise every speaker and every word. Consider using alternative command words. Short words, like “yes” are more difficult to recognise. Ask callers to speak slowly and clearly if the system does not recognise them. When specifying command words consider how the word is spoken, rather than how it is written. This applies particularly to foreign words. The system will try to recognise these as if they had been spoken in the native language. For example:
Support in German would be better like this: Sapport
Download like this: Daunlohd

Outputs

Output

Used when ...

0 ... 9

when the corresponding key is pressed and this output is connected to a further object.

*

when the star key is pressed and this output is connected to a further object.

#

when the hash key is pressed and this output is connected to a further object.

Error

when the maximum number of tries is reached.

  • No labels