<div dir="ltr">Hi list,<div>I am having a problem that my upstream provider disconnects the call if my client does not send 180/183 before 200 OK.</div><div>At the time of receiving 200 OK (in reply_route) I can check to see if previously a 180/183 was also sent or not. </div><div>My solution is: as soon as I receive a 200 OK from the client, if 180/183 was not received before, I create a 180 ringing message and send it to upstream, before passing on 200. Now I realized that none of the usual methods (send_reply, sl_send_reply, t_send_reply) work from reply_route, and I have no idea how to use dlg_send_sequential to send a "180 ringing".</div><div>Any ideas would be appreciated.</div><div><br></div><div>Thank you!</div></div>