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("ring_ready");<br>session.set("set", "ringback=/home/ring.wav");<br>
<br>and <br><br>session.preAnswer();<br>session.streamFile("/home/ring.wav")<br><br>In practice, however, the first scenario doesn'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>