<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--------->Kamilio----------------->third-proxy<br>
route{<br><br>openser.cfg<br>if(method=="INVITE"){<br> route(4);<br> exit;<br>}<br><br>route[4] {<br>if(!t_relay("udp:third_proxy_1:5060") || !t_relay("udp:third_proxy_2:5060")) {<br> <br>
end_media_session();<br> sl_reply_error();<br> <br> }<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>