<div dir="ltr"><div>Hi,</div><div><br></div>Just my 50 santÄ«mi. If you look into whole PUSHJOIN, then it is:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">route[PUSHJOIN] {<br>   $var(hjoin) = 0;<br>      lock("$tU");<br>        $var(hjoin) = $sht(vtp=>join::$tU);<br>        $var(hstored) = $sht(vtp=>stored::$tU);<br>    $sht(vtp=>join::$tU) = $null;<br>      unlock("$tU");<br>      if ($var(hjoin)==0)<br>   {<br>             if ($var(hstored))<br>                    ts_append("location", "$tU");<br>             return;<br>       }<br>     $var(id_index) = $(var(hjoin){s.select,0,:}{<a href="http://s.int">s.int</a>});<br> $var(id_label) = $(var(hjoin){s.select,1,:}{<a href="http://s.int">s.int</a>});<br> xdbg("resuming trasaction [$var(id_index):$var(id_label)] $tU ($var(hjoin))\n");<br>    t_continue("$var(id_index)", "$var(id_label)", "INVRESUME");<br><div>}</div></blockquote><div><br></div><div>You can see that at line 8 we check if 
$var(hjoin) is equal 0 and it is equal 0 only in this case we will resume the transaction, so we do want to make a branch for the transaction that is resumed, not one that is still suspended. So 1st registers arrive at this block and we do resume, but we do not append brench and on the second register 
$var(hjoin) will be 0 and in this case we do need to append branch.<br></div><div><br></div><div>At least this is my understanding, please forgive me if I mixed up something. :)</div><div><br></div><div>I do find that this config works for me flawlessly, but I would like to add that there might need some tweaks for it. In case if 2 Invites arrive to the same subscriber when he does not have registration, then for this config we will send to device only the latest INVITE and only the latest invite will be branch out with tsilo. Again this is my perception of how all this works and I apologize if I do mixed something. :)</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Jurijs<br></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 25, 2020 at 11:21 AM Anthony Alba <<a href="mailto:ascanio.alba7@gmail.com">ascanio.alba7@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Nov 25, 2020 at 3:29 PM Federico Cabiddu<br>
<<a href="mailto:federico.cabiddu@gmail.com" target="_blank">federico.cabiddu@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
> being $var basically static variables per process , I wanted to be sure to reset its value before processing it, but it's probably not needed there (the example is old :)).<br>
><br>
Is there a current version of the sample for reference. Thanks!<br>
<br>
Cheers<br>
Anthony<br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>