<div dir="ltr"><div>More or less the same problem here. <br></div><div>I need to trigger on receiving a register after a push notification, I do see the REGISTER arriving but nothing happens. <br></div><div>I use 3.1.  Might it be that we have a module issue ? <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op do 20 aug. 2020 om 08:41 schreef Darpan Patel <<a href="mailto:darpan.gabani1093@gmail.com">darpan.gabani1093@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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># 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>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>regards ,<br></pre><pre>Darpan Patel<br></pre></div></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>