<div dir="ltr">Hi,<br>I am relaying invites from Kamilio(1.2) to a third proxy, i am receivng Server error occured in SIP messages, I am seeing these messages in log file;<br><br>Asterisk---------&gt;Kamilio-----------------&gt;third-proxy<br>
route{<br><br>openser.cfg<br>if(method==&quot;INVITE&quot;){<br>&nbsp;&nbsp;&nbsp; route(4);<br>&nbsp;&nbsp;&nbsp; exit;<br>}<br><br>route[4] {<br>if(!t_relay(&quot;udp:third_proxy_1:5060&quot;) || !t_relay(&quot;udp:third_proxy_2:5060&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end_media_session();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>}<br><br><br>DEBUG: RFC3261 transaction matching failed<br>DEBUG: t_lookup_request: no transaction found<br>ERROR:tm:t_forward_nonack: no branch for forwarding<br>
ERROR:tm:w_t_relay: t_forward_nonack failed<br>DEBUG:sl:sl_reply_error: error text is Server error occurred (1/SL)<br><br>any idea ?<br><br>Thanks<br>Asim<br></div>