To hold a call to be picked up using intercept, I&#39;ve tried this with the intention of having the call sent to voicemail if no one does the pickup:<br><br>&lt;action application=&quot;sleep&quot; data=&quot;20000&quot;/&gt;<br>
&lt;action application=&quot;answer&quot;/&gt;<br>&lt;action application=&quot;voicemail&quot; data=&quot;default <a href="mailto:user@domain.com">user@domain.com</a>&quot;/&gt;<br><br>However, when I use application intercept, sleep is not aborted and we have no audio until it finishes.<br>
I was expecting intercept would abort the sleep application the same way as it does for example for application playback.<br><br>I believe this can be solved by using application park and sched_transfer. But I thought I could ask if there would be a way of doing it without splitting the dialplan entities and keep it simple.<br>
<br>br,<br>takeshi<br>