<div dir="ltr">Hello, <br><br>I'm currently developing a service on Kamailio where it's possible to configure redirections for a subscriber using a code.<br><br>In order to implement that client should send an INVITE with a specific code on the Request URI and the redirection is configured.<br><br>What should be the best way to answer this INVITE? <br>    A 200 OK will make the call answered and doesn't seem the best way. <br>    A negative reply (4/5/6xx) would work, but it seems strange to have the operation concluded with success and answering with a negative reply.  <br>    I found "199 - Early Dialog Terminated" to be suitable, but the documentation suggests it should be used upstream.<br><br>Thanks in advance for any suggestion.<br><br>Cheers    <br></div>