<div>Hi Brian,</div>
<div>&nbsp;</div>
<div>For Question 1, after executing the Hangup in the dialplan, the session does not close immediately, instead, it goes on playing the &quot;number not available&quot; standard greeting.&nbsp; How to tell fs to not to play the greeting again?&nbsp; Also, how to localize that greeting?&nbsp; I can&#39;t find the place to change it since it is a standard feature.<br>
</div>
<div>The other question is about TTS engine.&nbsp; I just want to know what is the best way to play media coming out of my own TTS engine?</div>
<div>&nbsp;</div>
<div>Thank you very much for all your help in answering my questions.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Pete</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Sun, Apr 20, 2008 at 10:25 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d"><br>On Apr 20, 2008, at 8:54 AM, Pete Kay wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I two a few questions about hangup and sounds:<br>&gt;<br>&gt;<br>&gt; 1.<br>&gt; In my dialplan, I have<br>&gt;<br>&gt; &nbsp;&lt;extension name=&quot;catchall&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; data=&quot;default_language=zh&quot;/&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;phrase&quot; data=&quot;call-back-later&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;hangup&quot; data=&quot;SUCCESS&quot;/&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;<br>&gt; &nbsp; &nbsp; &lt;/extension&gt;<br>&gt;<br>&gt; After it play the call-back-later marco, it then goes on to play the<br>
&gt; &quot;The extension you are dialing is unavailable...&quot; even I have<br>&gt; specified the HANGUP application. &nbsp;How come? &nbsp;How to remove that<br>&gt; greeting?<br>&gt;<br>&gt;<br>&gt; Also, when can i change the &quot;The extension you are dialing is<br>
&gt; unavailable...&quot; greeting to a localized version?<br><br></div>What? You&#39;re not making any sense to me.. can you slow down and<br>clarify a bit more? &nbsp;In addition I do not recall &quot;SUCCESS&quot; being a<br>
hangup cause. &nbsp;Try &quot;NORMAL_CLEARING&quot;<br>
<div class="Ih2E3d"><br><br>&gt;<br>&gt;<br>&gt;<br>&gt; 2. &nbsp;I am writing my application in javascript. &nbsp;Is there anyway to<br>&gt; play sounds that are loaded from DB? &nbsp;Two ways I can think of are:<br>&gt;<br>&gt; &nbsp; &nbsp;1. Use session.streamfile: but I need to extract the wav file<br>
&gt; from DB file and then stored it in the filesystem. &nbsp;Is it possible<br>&gt; to do that in Javascript or I need to use something like PHP?<br><br></div>Why on earth do you want to store your wav files in the database?<br>
Thats so inefficient.<br>
<div class="Ih2E3d"><br>&gt;<br>&gt; &nbsp; &nbsp;2. Sound marco: in the sound marco, is there a way to specify the<br>&gt; file to be extracted from DB?<br><br></div>Try xml_curl on the wiki.<br>
<div class="Ih2E3d"><br>&gt;<br>&gt;<br>&gt; 3. &nbsp;Let&#39;s say i have an external TTS engine. &nbsp;How do I make a call<br>&gt; to it in javascript? &nbsp;The TTS engine can take text-message as input<br>&gt; and generate wav content as STDOUT. &nbsp;What would be the best way to<br>
&gt; incorporate it into my application?<br><br></div>Right now you can&#39;t really accept any media on stdout and feed it to<br>the channel. &nbsp;(api command to execute system)<br>
<div class="Ih2E3d"><br>&gt;<br>&gt;<br>&gt; 4. Is there anyway to display the post request within the console<br>&gt; whenever the post is done?I tried curl_xml debug_on but it only<br>&gt; gives me the received xml.<br>
<br></div>You could debug it on your server side that receives the post.<br><br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Freeswitch-users mailing list<br>&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><br>Brian West<br><a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@freeswitch.org</a><br><br><br><br><br>_______________________________________________<br>
Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>