Guest miva Report post Posted 08/22/2007 04:11 AM Hi Again, I am using VG for Dialogic (Version 6.0.3335) Enterprise Edition. I have multiple applications running on the one server and they require different voice talents, so they each require their own unique Pre-Recorded System Files (Numbers, Days, Currency etc etc) which as a default, reside in c:\program files\voiceguide\system\voice. Is it possible to point each VG script to its own set of Pre-Recorded System Files and if so how? Share this post Link to post
SupportTeam Report post Posted 08/22/2007 06:05 AM Is it possible to point each VG script to its own set of Pre-Recorded System Files and if so how? Yes, it is possible for the location of the 'system' voice files to be changed during the running of the script. The setting is only valid for that call and would not affect scripts running on other lines. The approach is the same as used to implement multi-language systems. From this page from the VoiceGuide Help file: http://www.voiceguide.com/vghelp/source/ht...ti-language.htm : 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]. Share this post Link to post