cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1373
Views
0
Helpful
3
Replies

Call Studio 10.5 Migration Error

isilo0001
Level 1
Level 1

Hi,

We exported our Call Studio 8.5 Project and imported it to 10.5 version. On the first try, all XML formats changed (standalone tag added etc.), an example of an XML file of an element is below. We built the Project with no errors but on the validation step, we noticed that some menu elements were missing setting values and some audio elements were missing audio links. When the errors were corrected and saved, the settings disappeared as soon as we rebuilt the Project. So we did the migration process again and the XML files stayed the same as the 8.5 version. Has anybody encountered this error / bug?

Thanks in advance.

XML file that's supposed to belong to an audio element :

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<voice_element id="Element@21168641:1323768213518" name="TTS_Audio_Assurance" version="6.0.1">

<config>

<audio>

<audio_group barge_in="true" count="1" name="initial_audio_group">

<audio_item name="audio item 1" type="static">

<audio_item_notes/>

<audio_item_config view_id="default">

<static default_audio_path="true" uri=""><![CDATA[{Data.Session.PolicyProductName}]]></static>

</audio_item_config>

</audio_item>

</audio_group>

</audio>

</config>

</voice_element>