<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Media file and TTS Variable in prompt</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>Media file and TTS Variable in prompt</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-23T19:20:29Z</updated>
  <dc:date>2013-05-23T19:20:29Z</dc:date>
  <entry>
    <title>Media file and TTS Variable in prompt</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5839767" />
    <author>
      <name>Robert Lapham</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5839767</id>
    <updated>2012-06-08T15:33:24Z</updated>
    <published>2012-06-08T15:33:24Z</published>
    <summary type="html">I am attempting to build an IVR using Cisco UAE.  Originally, I have the main menu as a full Text-To-Speech list that includes the contactee name as a variable and that works just fine.
        Prompt1 (C#) = "Hello, if this is " + g_first + "please press 1."
 
We have had the static text portion of this menu recorded and would like to combine these WAV files with the variables.
However, if I simply substitute the text portion with the file name I receive an error that wav is not defined.
If I separate the media file into its own prompt as a string I receive only silence.
        Prompt1 (STR) = Hello.wav
        Prompt2 (VAR) = g_first
        Prompt3 (STR) = Opt1.wav
 
Any examples only ever show one single prompt.  How can I get this to work?  I cannot find any help on the web.

Thank you</summary>
    <dc:creator>Robert Lapham</dc:creator>
    <dc:date>2012-06-08T15:33:24Z</dc:date>
  </entry>
</feed>

