<div dir="ltr">Hello,<div><br></div><div>I&#39;m trying to use play_and_get_digits with mod_ssml to speak an SSML string while listening for DTMF tones. However, I seem to be having an issue with how to escape the playback string. If I execute:</div><div><div></div>





<p class="inbox-inbox-p1"><span class="inbox-inbox-s1">&lt;action application=&quot;play_and_get_digits&quot; data=&quot;0 1 1 5000 # silence_stream://5000 silence_stream://250 digits&quot; /&gt;</span></p><p class="inbox-inbox-p1"><span class="inbox-inbox-s1">Everything works great, but if I instead do</span></p><p class="inbox-inbox-p1"><span class="inbox-inbox-s1">&lt;action application=&quot;play_and_get_digits&quot; data=&quot;0 1 1 5000 # ssml://&lt;speak&gt;Hello there&lt;/speak&gt; silence_stream://250 digits&quot; /&gt;<br></span></p><p class="inbox-inbox-p1">I hear the audio and FS collects the digits, but it doesn&#39;t assign the dialplan variable. I can only assume that this is a result of the space in the &quot;Hello there&quot; string, but I can&#39;t figure out how to properly escape it (wrapping in single quotes doesn&#39;t seem to work, setting a channel variable and using that doesn&#39;t seem to work).</p><p class="inbox-inbox-p1">Am I missing something obvious here? Tried to search the documentation for escaping dialplan variables but didn&#39;t find anything.</p><p class="inbox-inbox-p1">Thanks,<br><span style="line-height:1.5">Colin</span></p></div></div>