Deleting voice segments

You can use dtjplex -action deleteVS to delete voice segments from the Java voice segment space. (Note that if you added a voice segment from the base Blueworx Voice Response system, this action does not delete the base voice segment.) Create a dtjplex control file, as shown in Figure 1, and then execute the following command:

dtjplex -action deleteVS [-host hostname | -allHosts] -controlfile filename

Examples

Figure 1. Example of control file for deleting voice segments (any platform)
# Set overall parameter values:
segment_category=Pizzas
segment_locale=en_US
# Set parameter values for individual segments:
segment_name=hello
;
segment_name=goodbye
;
segment_name=help
;

To delete the voice segments specified in the file called pizzas.txt from all hosts:

dtjplex -action deleteVS -allHosts -controlfile pizzas.txt

To delete the voice segments specified in the file called pizzas.txt from a host called annapurna:

dtjplex -action deleteVS -host annapurna -controlfile pizzas.txt

To delete the voice segments specified in the file called pizzas.txt from the local host:

dtjplex -action deleteVS -controlfile pizzas.txt

Related information