Hi,<div><div>I have a question about originate in api_hangup_hook.</div><div>I&#39;m looking for call back the calling number after hang up, I made a test in dialplan but if I make a call with a mobile phone the originate is so fast that often goes to voicemail.</div>
<div>Is there a way to call back after some seconds?</div></div><div><br></div><div>My dialplan for this test is:</div><div><br></div><div><div>&lt;context name=&quot;cb_test&quot;&gt;</div><div>    &lt;extension name=&quot;cb_test&quot;&gt;</div>
<div>      &lt;condition&gt;</div><div>        &lt;action application=&quot;pre_answer&quot;/&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;api_hangup_hook=originate sofia/external/${caller_id_number}@x.x.x.x CB000000&quot;/&gt;</div>
<div>        &lt;action application=&quot;sleep&quot; data=&quot;5000&quot;/&gt;</div><div>        &lt;action application=&quot;hangup&quot;/&gt;</div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div>
&lt;/context&gt;</div></div><div><br></div>