To copy voice segments, use dtjplex -action exportVoiceHost on the original host, and then dtjplex -action importVoiceHost on the new host.
# Set overall parameter values: # Source: export_type=as_is segment_category=Pizzas segment_locale=en_US # Destination: import_hints=Q0S0 # Set parameter values for individual segments: file_name=hello segment_name=hello ; file_name=goodbye segment_name=goodbye ; file_name=help segment_name=help ;
To copy the voice segments specified in the file called pizzas.txt from a host called annapurna to a host called matterhorn:
dtjplex -action exportVoiceHost -host annapurna -controlfile pizzas.txt
dtjplex -action importVoiceHost -host matterhorn -controlfile pizzas.txt
To copy the voice segments specified in the file called pizzas.txt from the local host to a host called matterhorn:
dtjplex -action exportVoiceHost -controlfile pizzas.txt
dtjplex -action importVoiceHost -host matterhorn -controlfile pizzas.txt