08-19-2016 06:52 AM - edited 03-14-2019 04:26 PM
Hi all,
I am working about XML files. XML files and wav files in the web server. I need to play prompts from web server. For example play prompts like this
P[http://x.x.x.x/prompt.wav]. I got the XML path with script. How can do this? Do I need to upload wav files from web to ccx?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PromptList>
<Prompt ID="1">
<PromptPath>http://10.34.170.27/gunaydin.wav</PromptPath>
</Prompt>
<Prompt ID="2">
<PromptPath>http://10.34.170.27/hoscakalin.wav</PromptPath>
</Prompt>
<Prompt ID="3">
<PromptPath>http://10.34.170.27/iyiaksamlar.wav</PromptPath>
</Prompt>
<Prompt ID="4">
<PromptPath>http://10.34.170.27/iyigunler.wav</PromptPath>
</Prompt>
</PromptList>
Solved! Go to Solution.
08-19-2016 02:47 PM
Hi,
You don't need to upload the prompt to the UCCX repository. Once you set the Create URL Document value in the promptset then you can use your play prompt but calling your promptset variable:
Play Prompt (--Triggering Contact--, promptset)
Gabriel.
08-19-2016 02:47 PM
Hi,
You don't need to upload the prompt to the UCCX repository. Once you set the Create URL Document value in the promptset then you can use your play prompt but calling your promptset variable:
Play Prompt (--Triggering Contact--, promptset)
Gabriel.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide