<div dir="ltr">Hi guys,<div><br></div><div>I'm trying to setup a Call Forward No Reply with Kamailio and I've run into this problem (that was expected):</div><div><br></div><div>When A INVITEs B, B replies with 183 and some SDP.</div><div>B doesn't answer so Kamailio triggers the timeout and sends the INVITE TO C.</div><div>C replies with 200 OK and some SDP, but A side drops the call as the media session doesn't match with the expected one.</div><div><br></div><div>To solve it, I'm trying to send to A an UPDATE before relaying the 200 OK from C. I tried to use UAC module (uac_req_send + $uac_req) but I don't see how I can UPDATE the existing dialog. uac_req_send seems to try to setup a new dialog always.</div><div>Is there a way to indicate to uac_req_send that I wan't to use the existing dialog? Or maybe there is another mechanism I can use to send the UPDATE inside the dialog?</div><div><br></div><div>Regards,</div><div>Alfonso.</div><div><br></div></div>