Hi,<br>Assuming an inbound call, I have trouble understanding what the supposed difference between the following two set of instructions is:<br><br>session.execute(&quot;ring_ready&quot;);<br>session.set(&quot;set&quot;, &quot;ringback=/home/ring.wav&quot;);<br>
<br>and <br><br>session.preAnswer();<br>session.streamFile(&quot;/home/ring.wav&quot;)<br><br>In practice, however, the first scenario doesn&#39;t work for me although the example here suggests otherwise: <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ring_ready">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ring_ready</a><br>
Any idea?<br><br>Thanks,<br>Max.<br>