Listing available voice segments

To list all the voice segments available to Java applications on a specific host, use the following command:

dtjplex -action listVS [-host name] [-VoiceSegmentFile filename] -replace

The output is in the format used for input to the other dtjplex actions.

Examples

To list all voice segments on the local host to a file called vseglist.txt, replacing the file if it already exists:

dtjplex -action listVS -VoiceSegmentFile vseglist.txt -replace

To list all voice segments on a specified host to a file called vseglist.txt, replacing the file if it already exists:

dtjplex -action listVS -host annapurna -VoiceSegmentFile vseglist.txt -replace

To list all voice segments on the local host to a specified file, but do not replace the file if it already exists:

dtjplex -action listVS -host annapurna -VoiceSegmentFile vseglist.txt

To list all voice segments on the local host to a specified file, but do not replace the file if it already exists:

dtjplex -action listVS -VoiceSegmentFile vseglist.txt

Related information

For information about the parameter values, see dtjplex listVS action.