<div dir="ltr"><div>Hi, Users.<br></div><br>I want to transfer my call from one context public(which is playing a never ending stream with mod_shout) to another context Second (which is also playing a never ending stream) after a certain time like, after 30 mints, without making user press any dtmf.<br><br>&lt;include&gt;<br><div><div><div>   <br>  &lt;context name=&quot;public&quot;&gt;<br>     &lt;extension name=&quot;First_Stream&quot;&gt;
  <br>       &lt;condition field=&quot;destination_number&quot; expression=&quot;^750$&quot;&gt;
    <br>           &lt;action application=&quot;answer&quot;/&gt;<br>           &lt;action application=&quot;playback&quot; data=&quot;shout://<a href="http://scfire-dll-aa02.stream.aol.com:80/stream/1074">scfire-dll-aa02.stream.aol.com:80/stream/1074</a>&quot;/&gt;
  <br>             &lt;action application=&quot;transfer&quot; data=&quot;${destination_number} XML Second&quot;/&gt;<br>         &lt;/condition&gt; 
<br>     &lt;/extension&gt;<br>  &lt;/context&gt;<br><br><br>&lt;context name=&quot;Second&quot;&gt;<br>     &lt;extension name=&quot;Second_Stream&quot;&gt;
  <br>       &lt;condition field=&quot;destination_number&quot;&gt;
    <br>          &lt;action application=&quot;playback&quot; data=&quot;shout://<a href="http://scfirl-bb1.stream.aol.com:80/stream/1870">scfirl-bb1.stream.aol.com:80/stream/1870</a>&quot;/&gt;
  <br>         &lt;/condition&gt; 
<br>     &lt;/extension&gt;<br>  &lt;/context&gt;<br><br>&lt;/include&gt;<br><br></div><div>How can i do so? I can write above dial plan with lua/python but don&#39;t know how to transfer call without making user press any key.<br><br></div><div>Since  &quot;play_and_get_digits&quot; and &quot;read&quot; command also need some dtmf for next line execution.<br><br></div><div>Many Thanks<br></div></div></div></div>