<div dir="ltr"><div>Hello All , i have a query regarding wait_for_event functionality .In documentation usage of event is like this :</div><div><pre class="gmail-programlisting"># wait for callee to register
$avp(filter) = "aor="+$rU+"@"+$rd
async( wait_for_event("E_UL_AOR_INSERT","$avp(filter)", "40"),  resume_call);
# done
...
route[resume_call] {
        <span style="color:rgb(255,0,0)">xlog("user $avp(aor) is now registered\n")</span>;
        lookup("location");
        t_relay();
}<br></pre><pre class="gmail-programlisting">But in my case after 40 seconds it's not trigger resume_call route, so resume_call only called after the event will succeed ? I want to implement a feature like if callee is not registered till 40 seconds then relay call to PSTN Gateway .thanks alot in advance .<br><br></pre><pre class="gmail-programlisting">regards ,<br></pre><pre class="gmail-programlisting">Darpan Patel<br></pre></div></div>