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">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 class="Wj3C7c"><br>
On May 1, 2008, at 9:28 AM, &quot;Nick Temple&quot; &lt;<a href="mailto:nick@intellispire.com">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/15025482003&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">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">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>