Contents

VoiceGuide Help
1. Introduction
Welcome To VoiceGuide
Which version to use
2. System Configuration
System Requirements
Installing v7.x - Dialogic
Installing v7.x - VoIP / HMP
Installing v6.x - Dialogic
Installing v5.x - Voice Modems
Installing v5.x - CAPI compatible cards
Installing v5.x - Dialogic
Installing v5.x - Dialogic Wave Drivers
Text To Speech
Call Transfers and Conferencing
ODBC Data Sources
End of Call Detection
Distinctive Ring Detection
T1/E1 ISDN Configuration
T1/E1 RobbedBit/CAS/R2 Configuration
VoIP Line Registration
Command Line Options
Registering VoiceGuide
Unique System Identifier
3. Script Design
Introduction
Graphical Design Environment
Module Types
Paths
Result Variables
Call Start
Call Finish
Multilanguage Systems
Protected Scripts
Sound files
Testing Scripts
4. Modules Reference
Play
Record
Get Numbers
Say Numbers
Transfer Call
Send Phone Message
Send Pager Message
Send Email
Database Query
Run Program
Time Switch
Evaluate Expression
Run VB Script
Send DDE Command
Hangup Call
5. Fax
Introduction
6. Voicemail
Introduction
Voicemail System Manager
Voicemail Menus
Message Lamps
7. Outbound Dialing
Loading Numbers to Call
Detect Call Answer
Outbound VoIP calls
Predictive Dialers
External Database Source (v7)
8. Speech Recognition
Introduction
Grammars
Install LumenVox
9. Logs
Script Logs
Call Detail Records (CDRs)
10. ActiveX / COM Interface
Admin_TraceLogAdd
Dialer_MakeCall
Dialer_OutDialQueAdd
Bridge_Connect
Bridge_Disconnect
Line_Hangup
Line_Pickup
Play_Start
Play_Stop
Record_Stop
Record_Start
Record_2Lines_Start
Run_ResultReturn
RvGet
RvGet_All
RvGet_AllXml
RvSet
RvSet_RvList
Script_Gosub
Script_Goto
Script_Return
Serial_Tx
Vm_Event
Vm_VmbConfig_Get
Vm_VmbConfig_Set
11. PBX Integration (CTI)
Inband Signaling
Ericsson MD110 Voicemail Interface
Legal Information
Copyright & Disclaimer

 
Home
VoiceGuide Online Help
Prev Page Next Page
 
 

Multi Language Systems

When implementing multi-language systems:

1. Script prompts need to be recorded in multiple languages.
2. If using any of VoiceGuide's pre-recorded system prompts in your script, then a new set of system prompts needs to be recorded in the new language as well.


Script Sound Files 

Usually towards the beginning of the script a following module would be used:

The user selection would then be available by using the $RV[Get Language] Result Variable.
You can use this result variable to select the right language version of the file you will want to play in the rest of the script.

eg:

C :\MyScripts\Intro_$RV[Get Language].wav

Would be translated by VoiceGuide to indicate either Intro_1.wav, Intro_2.wav or Intro_3.wav, where the three files are recorded in English, Spanish and French respectively.

This approach allows you to use a single script for a number of languages, saving you the need to duplicate the scripts.

VoiceGuide's System Sound Files

VoiceGuide's default system sound files are stored in the VoiceGuide’s "\system\voice\" subdirectory.
If at install time the Modem/TAPI  option was selected then the files in that directory will be in PCM 8kHz 16bit Mono Format.
If at install time the Dialogic option was selected then the files in that directory will be in PCM 11kHz 8bit Mono Format.


To select a different set of system files to be used for the current call, the path pointing to the new system directory current for this call needs to be written to the
$RV[DIRSYSTEMVOICE] Result Variable. 



The path has to be written in double quotes. Note that we only write
DIRSYSTEMVOICE in the "Assign to Result Variable" text box, not $RV[DIRSYSTEMVOICE].

Converted from CHM to HTML with chm2web Pro 2.84 (unicode)