Replacing a voice segment from the Blueworx Voice Response base system

When you add a voice segment, a copy of the base voice segment is made. If you subsequently make a change to the base voice segment, and you want the change to be picked up by Java voice applications, you must add the voice segment to the Java voice segment space again, using the -replace parameter. In all other respects, this is just like adding the voice segment the first time: see Adding voice segments from the base Blueworx Voice Response system.

Create a dtjplex control file, as shown in Figure 2, and then execute the following command:

dtjplex -action addVS [-host hostname | -allHosts] -controlfile filename -replace

Examples

To replace the voice segments specified in the file called pizzas.txt on a host called annapurna:

dtjplex -action addVS -host annapurna -controlfile pizzas.txt -replace

To replace the voice segments specified in the file called pizzas.txt on the local host:

dtjplex -action addVS -controlfile pizzas.txt -replace

Related information