<div dir="ltr">Hi List,<div><br></div><div>I have this warning message in kamailio log when Kamailio handle an OPTIONS message with topos module enabled (I am using Kamailio 5.1.2):</div><div><br></div><div><font color="#666666">WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address - do record routing for all initial requests</font><br></div><div><br></div><div>In my config file, OPTIONS message is handled this way:</div><div><div><font color="#666666">    if ( is_method("OPTIONS") ) {</font></div><div><font color="#666666">        t_newtran();</font></div><div><font color="#666666">        record_route();</font></div><div><font color="#666666">        t_reply("200","OK");</font></div><div><font color="#666666">        exit;</font></div><div><font color="#666666">    }</font></div></div><div><br></div><div>I have found this issue on Github but it is closed and I am not sure what was the solution: <a href="https://github.com/kamailio/kamailio/issues/1483">#1483</a></div><div><br></div><div>My server receives 4 OPTIONS messages every 10 seconds that give as many warning in my log file. What could I do to get rid of them?</div><div><br></div><div>Thanks,</div><div>Minh</div><div><br></div></div>