Hello,<br><br>I'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> <extension name="agent_hold"><br> <condition field="destination_number" expression="^33333$"><br> <action application="answer"/><br> <action application="playback" data="customized/test.wav"/><br>
</condition><br> </extension><br><br><br>Thanks,<br>-Jingwei<br>