<div dir="ltr">Hello,<br>sorry if this is a stupid question,<br>but in the openser.cfg that comes with the source, I see the following:<br><br>if (!lookup("location")) {<br> switch ($retcode) {<br> case -1:<br>
case -3:<br> t_newtran();<br> t_reply("404", "Not Found");<br> exit;<br> case -2:<br> sl_send_reply("405", "Method Not Allowed");<br>
exit;<br> }<br>}<br><br>Could you tell me why we use t_newtran/t_reply for cases -1,-3 and sl_send_reply for case -2.<br>I read docs for modules sl and tm but I still don't get it why we shoud created a transaction in one situation and not in the other.<br>
<br>Regards,<br>takeshi<br><br></div>