<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 20, 2010, at 6:31 PM, Diego Toro wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Greetings<br><br>I have a next section dial plan:<br><br>&lt;action application="set" data="sound_prefix=$${base_dir}\sounds\es\co\callie\" /&gt;<br>&lt;action application="set" data="playback_delimiter=!"/&gt;<br><br>&lt;action application="playback" data="misc\8000\serror.wav!misc\8000\provide_reference_number.wav!digits\8000\5.wav" /&gt; &nbsp;<br><br></div></blockquote><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font></div></blockquote><div><br></div></div><div>&lt;action application="playback" data="misc\\8000\\serror.wav!misc\\8000\\provide_reference_number.wav!digits\\8000\\5.wav" /&gt; &nbsp;</div><div><br></div>??</div><div><br><blockquote type="cite"><div>....<br><br>I have a problem using multiple playback files on Windows, the path &nbsp;misc\8000\serror.wav is changed by misc\8000 serror.wav. &nbsp;I check C code on switch_utils.c, cleanup_separated_string function call to unescape_char function which change \s by ' '. This is correct, but on Windows '\' is the path separator, so is not possible to use &nbsp;'\s', '\n'... into path file. I think this is possible to fix it.<br></div></blockquote></div><br></body></html>