Hi,&nbsp; <br><br>I two a few questions about hangup and sounds:<br><br><br>1.<br>In my dialplan, I have <br><br>&nbsp;&lt;extension name=&quot;catchall&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>



&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;default_language=zh&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;phrase&quot; data=&quot;call-back-later&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;hangup&quot; data=&quot;SUCCESS&quot;/&gt;<br>



&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>After it play the call-back-later marco, it then goes on to play the &quot;The extension you are dialing is unavailable...&quot; even I have specified the HANGUP application.&nbsp; How come?&nbsp; How to remove that greeting?&nbsp; <br>
<br><br>Also, when can i change the &quot;The extension you are dialing is unavailable...&quot; greeting to a localized version?<br>


<br><br>2.&nbsp; I am writing my application in javascript.&nbsp; Is there anyway to play sounds that are loaded from DB?&nbsp; Two ways I can think of are:<br><br>&nbsp;&nbsp; 1. Use session.streamfile: but I need to extract the wav file from DB file and then stored it in the filesystem.&nbsp; Is it possible to do that in Javascript or I need to use something like PHP?<br>



&nbsp;&nbsp; 2. Sound marco: in the sound marco, is there a way to specify the file to be extracted from DB?&nbsp; <br>&nbsp;<br>3.&nbsp; Let&#39;s say i have an external TTS engine.&nbsp; How do I make a call to it in javascript?&nbsp; The TTS engine can take text-message as input and generate wav content as STDOUT.&nbsp; What would be the best way to incorporate it into my application?<br>

<br>4. Is there anyway to display the post request within the console whenever the post is done?I tried curl_xml debug_on but it only gives me the received xml.<br>
<br>