<div dir="ltr"><div>Hello,</div><div><br></div><div>I'm trying to use parallel forking if one extension is registered from multiple devices. (using WebSockets)<br></div><div><br></div><div>This is the related code from kamailio.cfg:</div><div><br></div><div>------------------------------------------------------------------------------------------------------------------------------------<br></div><div>if (!t_load_contacts()) {<br>      xlogl("L_WARN", "Error loading contacts for $rU\n");<br>      sl_send_reply("500", "Server Internal Error (Code:$cfg(line))");<br>      exit;<br>  } else {<br>      xlogl("L_INFO", "Contacts loaded for $rU\n");<br>  }<br><br>  if (!t_next_contacts()) {<br>      xlogl("L_INFO", "t_next_contacts - Only one contact found for $rU, calling\n");<br>  } else {<br>      xlogl("L_INFO", "t_next_contacts - Multiple contacts found, parallel forking\n");<br>  }<br><br>  route(RELAY);</div><div>
------------------------------------------------------------------------------------------------------------------------------------ <br></div><div><br></div><div>I noticed that on Kamailio 5.2.5 - this code is working fine, and Kamailio is sending an INVITE to both Devices.But, on Kamailio 5.3.1 - that's not working anymore. For some reason, kamailio is sending just one INVITE to one device with wrong URI. The URI is set to the second device instead of the correct one. <br></div><div><br></div><div>Was something changed in the 
t_next_contacts function related to this?<br></div><div>Thank you<br></div><div><br></div></div>