Hi All,<br><br>I&#39;ve just setup a new IVRS with FreeSwitch and a Digium TE220 card (which is connected to a 4ess T1). Every thing works fine so far except one little problem that annoys me. Every time I dial in the ivrs, there is a very short (0.5 second) ringback tone exactly while the &quot;&lt;action application=&quot;answer&quot;/&gt;&quot; line is executed in the dial plan. I want to disable this ringback tone because the ivrs will answer the call immediately, the ringback tone is really unnecessary in this case, but I fail to do that. I try to set the variable &quot;ringback&quot; to change the ringback tone, it&#39;s also not working. Could anyone please help.<br>
<br>I&#39;m using the native pri stack.<br>The default.xml containts only below lines, 
and attached is the log file.<br><br>       &lt;extension name=&quot;testing&quot;&gt;<br>          &lt;condition field=&quot;destination_number&quot; expression=&quot;^(6.*)$&quot;&gt;<br>                &lt;action application=&quot;sleep&quot; data=&quot;3000&quot;/&gt;<br>
                &lt;action application=&quot;answer&quot;/&gt;<br>                &lt;action application=&quot;sleep&quot; data=&quot;3000&quot;/&gt;<br>          &lt;/condition&gt;<br>       &lt;/extension&gt;<br><br>Regards,<br>
Tony<br> <br>