<html><body>
<DIV>In ser 0.9.3 I am seeing the following problem with a parallel forking scenario. The SER is sending the final&nbsp;Request ACK to the wrong location every time. Is there a way to fix this.&nbsp; See below:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Endpoint (<A href="mailto:xyz@1.1.1.1">xyz@1.1.1.1</A>)&nbsp;sends Invite(<A href="mailto:abc123@proxy.com">abc123@proxy.com</A>) to the SER.</DIV>
<DIV>SER&nbsp;looks up location and then sends the following three messages:</DIV>
<DIV>TRYING back to (<A href="mailto:xyz@1.1.1.1">xyz@1.1.1.1</A>)</DIV>
<DIV>INVITE to <A href="mailto:abc123@2.2.2.2">abc123@2.2.2.2</A></DIV>
<DIV>INVITE to <A href="mailto:abc123@3.3.3.3">abc123@3.3.3.3</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>This looks good so far.</DIV>
<DIV>SER then gets back ringing from both endpoints and sends along to <A href="mailto:xyz@1.1.1.1">xyz@1.1.1.1</A></DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="mailto:abc123@3.3.3.3">abc123@3.3.3.3</A> answers the call and sends back OK</DIV>
<DIV>SER then sends OK to <A href="mailto:xyz@1.1.1.1">xyz@1.1.1.1</A> - Still good</DIV>
<DIV>SER then sends CANCEL to <A href="mailto:abc123@2.2.2.2">abc123@2.2.2.2</A></DIV>
<DIV><A href="mailto:abc123@2.2.2.2">abc123@2.2.2.2</A> responds with 200 Canceling - so far so good.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Now <A href="mailto:xyz@1.1.1.1">xyz@1.1.1.1</A> sends the ACK to (<A href="mailto:abc123@proxy.com">abc123@proxy.com</A>) - Still looks good.</DIV>
<DIV>&nbsp;</DIV>
<DIV>But now after looking up location for abc123 SER sends the ACK to the wrong endpoint <A href="mailto:abc123@2.2.2.2">abc123@2.2.2.2</A> </DIV>
<DIV>&nbsp;</DIV>
<DIV>What am I doing wrong? SER always sends the ACK back to the first address in the list as shown by serctl ul show abc123.&nbsp; Is there a way to correct this so that SER knows the correct endpoint to relay the ACK to? Seems like it should understand which endpoint sent back the OK to the original INVITE and then send the ACK to that endpoint and not the first one in the list after a location lookup. </DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks,</DIV>
<DIV>Jim</DIV></body></html>