<HTML>
<HEAD>
<TITLE>Re: [asterisk-users] Asterisk not working with Festival</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I tried it but I still cannot hear any sound created from Festival() function. I can hear only a voice saying one which was working earlier as well. Here is log of asterisk console:<BR>
<BR>
&nbsp;&nbsp;&nbsp;-- Attempting call on SIP/011xxxxxxxxxxxxxxxxx@gafachi1a for s@connect-to-me:1 (Retry 1)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [s@connect-to-me:1] Answer(&quot;SIP/gafachi1a-00000000&quot;, &quot;&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [s@connect-to-me:2] Wait(&quot;SIP/gafachi1a-00000000&quot;, &quot;7&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [s@connect-to-me:3] SayDigits(&quot;SIP/gafachi1a-00000000&quot;, &quot;'1'&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- &lt;SIP/gafachi1a-00000000&gt; Playing 'digits/1.slin' (language 'en')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [s@connect-to-me:4] Festival(&quot;SIP/gafachi1a-00000000&quot;, &quot;hello john&quot;) in new stack<BR>
&nbsp;&nbsp;== Parsing '/usr/local/etc/asterisk/festival.conf': &nbsp;&nbsp;== Found<BR>
<BR>
<BR>
<BR>
<BR>
On 11/08/10 11:22 PM, &quot;Danny Nicholas&quot; &lt;danny@debsinc.com&gt; wrote:<BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT COLOR="#000080"><FONT FACE="Arial"><SPAN STYLE='font-size:10pt'> <BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>
</SPAN></FONT></FONT>
<P ALIGN=CENTER>
<FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'><HR ALIGN=CENTER SIZE="2" WIDTH="100%"></SPAN></FONT></FONT>
<P>
<FONT SIZE="4"><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'><B>From:</B> asterisk-users-bounces@lists.digium.com [<a href="mailto:asterisk-users-bounces@lists.digium.com]">mailto:asterisk-users-bounces@lists.digium.com]</a> <B>On Behalf Of </B>Davinder Kumar Meen<BR>
<B>Subject:</B> Re: [asterisk-users] Asterisk not working with Festival<BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'> <BR>
</SPAN></FONT></FONT><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Can anyone help please on this?<BR>
<BR>
<FONT COLOR="#000080">&lt;snip&gt;<BR>
&gt;</FONT>[connect-to-me]<BR>
<FONT COLOR="#000080">&gt;</FONT>exten =&gt; s,1,Answer<BR>
<FONT COLOR="#000080">&gt;</FONT>Exten =&gt; s,n,SayDigits(&#8216;1&#8217;)<BR>
<FONT COLOR="#000080">&gt;</FONT>exten =&gt; s,n,Festival(hello john)<BR>
<FONT COLOR="#000080">&gt;</FONT>exten =&gt; s,n,Hangup<BR>
<FONT COLOR="#000080">&lt;snip&gt;<BR>
</FONT></SPAN></FONT><FONT COLOR="#000080"><FONT FACE="Arial"><SPAN STYLE='font-size:10pt'>When you call in from your mobile, you are using a DAHDI channel which introduces a 3-7 second delay into the process, unless you have one of the &#8220;blessed&#8221; phone companies that offers call supervision. &nbsp;If you put a wait(7) in front of SayDigits, you should hear the call &#8220;normally&#8221;. <BR>
This is what I would suggest<BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>[connect-to-me]<BR>
exten =&gt; s,1,Answer<BR>
Exten =&gt; s,n,Gotoif($[&#8220;${EXTEN}:0:3)&#8221; = &#8220;SIP&#8221;]?4:3<BR>
Exten =&gt; s,n,wait(7)<BR>
Exten =&gt; s,n,SayDigits(&#8216;1&#8217;)<BR>
exten =&gt; s,n,Festival(hello john)<BR>
exten =&gt; s,n,Hangup<BR>
<BR>
<BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'> <BR>
</SPAN></FONT></FONT><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'><BR>
<BR>
<BR>
Thanks,<BR>
Davinder Kumar Meen<BR>
<FONT COLOR="#808080">Partner &amp; Project Manager<BR>
Impinge Solutions, F-250, Phase 8B, Mohali (India)<BR>
</FONT></SPAN></FONT></FONT><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><FONT COLOR="#00009D"><SPAN STYLE='font-size:9pt'><U>www.impingesolutions.com<BR>
</U></SPAN></FONT><SPAN STYLE='font-size:9pt'><BR>
<FONT COLOR="#FF0000"><I>We also provide server hosting services. Please checkout our website </I></FONT><I><FONT COLOR="#0000FF"><U>www.goforspace.com</U></FONT></I></SPAN></FONT><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>