rc3 tarball - I can upgrade to latest svn if that could help (looking forward to rc4).<br><br><div class="gmail_quote">On Fri, May 2, 2008 at 12:57 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="">Nick,<div><span style="white-space: pre;">        </span>Before we go any further what svn rev are you running?</div>
<div><br></div><div>/b</div><div><div><div></div><div class="Wj3C7c"><br><div>On May 2, 2008, at 11:23 AM, Nick Temple wrote:<br><blockquote type="cite">Thanks,<br><br>Theat was my attempt to sanitize the data,&nbsp; and I did a really poor job of it :-&gt;<br>
<br>The waves &amp; numbers I&#39;m using in the script are correct, though.<br><br>I&#39;ve narrowed it down somewhat, it&#39;s not the type of phone ... it&#39;s something else.<br> (though I have a better chance of hearing a message on land line ... maybe.)<br>
<br>Sometimes the messages play, sometimes they start then die 1/2 way through ...<br>usually they don&#39;t start.&nbsp; If I loop and wait for a tone, then replay, sometimes the<br> second attempt does actually play.<br><br>
I&#39;ve tried using both streamFile (with and without the callback) and&nbsp; session.execute(&#39;playback&#39;, media);<br><br>All with the same inconsistent results.<br><br>Any idea where I should be looking?<br> <br>Nick<br>
<br><br><div class="gmail_quote">On Fri, May 2, 2008 at 11:57 AM, Michael S Collins &lt;<a href="mailto:mercutio.viz@gmail.com" target="_blank">mercutio.viz@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 Nick,<br> <br> I don&#39;t know if it was meant to be this way but your first script has /<br> tmp/test.wav and your second script has /mnt/test.wav - was that<br> intentional?<br> <br> -MC<br> <br> Sent from my iPhone<br>
 <div><div></div><div><br> On May 1, 2008, at 9:28 AM, &quot;Nick Temple&quot; &lt;<a href="mailto:nick@intellispire.com" target="_blank">nick@intellispire.com</a>&gt; wrote:<br> <br> &gt; Hello,<br> &gt;<br> &gt; I am extremely new to VOIP in general and have been using freeswitch<br>
 &gt; only a couple of days,<br> &gt; so if I have missed something in the docs please point me in the<br> &gt; right direction.<br> &gt;<br> &gt; I am attempting to create an outbound call system -- mostly research<br> &gt; and playing at<br>
 &gt; this point.<br> &gt;<br> &gt; The initial goal is to have the system ring a number, then deliver a<br> &gt; wave file. I have<br> &gt; it (mostly) working in two different flavors.<br> &gt;<br> &gt; The first seems to work the best right now:<br>
 &gt;<br> &gt; (works fine via XMLRPC or the CLI):<br> &gt; originate sofia/gateway/lesnet/1502NNNNNNN &#39;&amp;javascript(call1.js)&#39;<br> &gt;<br> &gt; call1.js:<br> &gt; session.waitForAnswer(10000);<br> &gt; session.streamFile(&quot;/tmp/test.wav&quot;);<br>
 &gt; exit();<br> &gt;<br> &gt;<br> &gt; The second way does everything in Javascript:<br> &gt; jsrun call2.js<br> &gt;<br> &gt; where call2.js is nearly as trivial:<br> &gt; sessionx = new Session();<br> &gt; if (sessionx.originate(session, &quot;sofia/gateway/lesnet/1502NNNNNNN&quot;,<br>
 &gt; 30)) {<br> &gt; &nbsp; sessionx.waitForAnswer(10000); // Wait 30 seconds<br> &gt; &nbsp; sessionx.streamFile(&quot;/mnt/test.wav&quot;);<br> &gt; };<br> &gt; exit();<br> &gt;<br> &gt;<br> &gt; The difference is that while both methods work on my land line, only<br>
 &gt; #1 works when calling my cell phone ...<br> &gt; for #2, the call is made, but I can&#39;t hear the media file playing.<br> &gt;<br> &gt; After lots of experimentation, the only thing I can figure at this<br> &gt; point is that call1.js has some<br>
 &gt; sort of defaults setup that I fail to do in call2.js<br> &gt;<br> &gt; Thanks for a great product!<br> &gt;<br> &gt; Nick<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br>
 &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> </div></div>&gt; _______________________________________________<br> &gt; Freeswitch-users mailing list<br> &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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> _______________________________________________<br> Freeswitch-users mailing list<br> <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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></div></div><font color="#888888"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<div>Brian West</div><div><a>sip:brian@freeswitch.org</a></div><div><br></div></div></span><br> </div><br></font></div></div><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>
<br></blockquote></div><br>