Hello,<br><br>I&#39;ve defined a very simple dialplan like the one below and when the caller is connected to this plan, I hope to keep the call alive and repeat the music set by playback. How am I able to achieve this?<br>
<br><br>    &lt;extension name=&quot;agent_hold&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^33333$&quot;&gt;<br>        &lt;action application=&quot;answer&quot;/&gt;<br>        &lt;action application=&quot;playback&quot; data=&quot;customized/test.wav&quot;/&gt;<br>
      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br><br>Thanks,<br>-Jingwei<br>