<div dir="ltr">There is a way to interrupt a switch_ivr_originate?<div><br></div><div>In my code I do:</div><div><br></div><div>switch_status_t         status  = switch_ivr_originate(NULL, &amp;session, &amp;cause, dialstring, 60, NULL, NULL, NULL, NULL, NULL, SOF_NO_LIMITS, NULL);<br>
</div><div><br></div><div>that ends when completed (i.e. early media present) or call answered or for timeout (60 s in my case).</div><div><br></div><div>It&#39;s possible inside another thread to force the interruption (abort) of this originate?</div>
<div>Any suggestion?</div><div><br></div><div>Stephen</div></div>