<div dir="ltr">Hi,<div><br>I have a problem with the following scenario:<br><br>I have web and mobile sip clients for the same username.<br><br>If both clients are idle, INVITE is forked and both clients ring.<br>If web client is busy and mobile client is online and registered, the mobile client rings and the caller hears ringback tone.<br>If web client is busy and mobile client is offline, before the mobile client receives push notification and registers, web client sends 486 busy response and caller hears busy tone. <br><br>In this last scenario, I want to wait some time for the mobile client to register and ring.<br>I tried to drop 486 response in onreply_route[x], but I found that final responses cannot be dropped in this route.<br>I dropped 486 in reply_route, but I couldn't send an ACK for this transaction.<br><br>Is there a way to implement this scenario?<br><br>I would appreciate if you have any suggestions.<br><br>Thanks,<br>Koray<br> <br></div></div>