<html><div style='background-color:'><DIV class=RTE>
<P><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">From:&nbsp;&nbsp;<I>"blackwater dev" <A href="mailto:blackwaterdev@gmail.com">blackwaterdev@gmail.com</A></I></P></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px">
<DIV></DIV>
<P>Yes, the wav file is fine.&nbsp; For some reason it's just getting cut off.&nbsp; Whatever I type there seems to get cut off, strange.</P></BLOCKQUOTE>
<P>With plain dialplan (no AGI), I notice that the first few syllables from Playback() or Background()&nbsp;could be eaten up, sometimes more, sometimes less.&nbsp; A little Wait() after Answer()&nbsp;may help "stablize" the voice channel.</P>
<P>Yuan Liu</P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px">
<DIV><SPAN class=gmail_quote>On 1/15/07, <B class=gmail_sendername>Paul</B> &lt;<A href="mailto:ast2005@9ux.com"> </DIV>ast2005@9ux.com</A>&gt; wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex">Are you creating a temporary wav file? If so, look at that first. If the
<DIV></DIV><BR>wav file is truncated at least you know the problem is related to the<BR>way swift gets invoked and passed the text argument. If the file is okay<BR>you need to look at the way it gets handled afterwards.<BR><BR>blackwater dev wrote:
<DIV></DIV><BR><BR>&gt; I have the following code.&nbsp;&nbsp;When I call the extension, it either<BR>&gt; ignores the first "Hello there everyone", or says "hello" and moves on<BR>&gt; sometime stoping before it finishes hello.&nbsp;&nbsp;The rest of the text reads
<DIV></DIV><BR>&gt; fine.&nbsp;&nbsp;Anyone else have this issue??<BR>&gt;<BR>&gt; Thanks!<BR>&gt;<BR>&gt;&nbsp;&nbsp;require('/var/lib/asterisk/agi-bin/phpagi.php');<BR>&gt;<BR>&gt;&nbsp;&nbsp; $agi = new AGI();<BR>&gt;&nbsp;&nbsp; $agi-&gt;answer();<BR>&gt;&nbsp;&nbsp; $agi-&gt;swift("Hello there everyone ");
<DIV></DIV><BR>&gt;<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $agi-&gt;swift("Please press 1 for a&nbsp;&nbsp;search&nbsp;&nbsp;.");<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $result= $agi-&gt;get_data('beep',300000000, 1);<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $zip= $result['result'];<BR>&gt;
<DIV></DIV><BR>&gt;&nbsp;&nbsp; $agi-&gt;swift("That concludes your call.&nbsp;&nbsp;Thank you, Good bye .");<BR>&gt;&nbsp;&nbsp; $agi-&gt;hangup();<BR>&gt;<BR>&gt;------------------------------------------------------------------------<BR>&gt;<BR>&gt;_______________________________________________
<DIV></DIV><BR>&gt;--Bandwidth and Colocation provided by <A href="http://easynews.com/">Easynews.com</A> --<BR>&gt;<BR>&gt;asterisk-users mailing list<BR>&gt;To UNSUBSCRIBE or update options visit:<BR>&gt;&nbsp;&nbsp; <A href="http://lists.digium.com/mailman/listinfo/asterisk-users">
<DIV></DIV>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>&gt;<BR>&gt;<BR><BR>_______________________________________________<BR>--Bandwidth and Colocation provided by <A href="http://easynews.com/">Easynews.com</A> --
<DIV></DIV><BR><BR>asterisk-users mailing list<BR>To UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; <A href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR></BLOCKQUOTE>
<DIV></DIV>
<DIV></DIV><BR>
<DIV></DIV>
<DIV></DIV><BR>
<P>&gt;_______________________________________________<BR>&gt;--Bandwidth and Colocation provided by Easynews.com --<BR>&gt;<BR>&gt;asterisk-users mailing list<BR>&gt;To UNSUBSCRIBE or update options visit:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;http://lists.digium.com/mailman/listinfo/asterisk-users<BR>
<P></FONT></P></BLOCKQUOTE></div></html>