<div dir="rtl"><div dir="ltr" style>I have the following network:</div><div dir="ltr" style>UAC-caller  === OB1 === registrar === OB2 === UAC-callee</div><div dir="ltr" style><br></div><div dir="ltr" style>The caller initiates the INVITE messsge, and after the calle returns OK (call accepted) the caller wishes to </div>
<div dir="ltr" style>. send the ACK to the UAC-calle that accepted the call (sent the OK message). it uses the Record-Route headers that OB1, registrar and OB2 added in the transaction. When the caller sends the OK msg it is sent normally using the Route headers until OB2. then it fails using the flow-token due to the above condition. </div>
<div dir="ltr" style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2013/5/29 Daniel-Constantin Mierla <span dir="ltr"><<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<div><div class="h5"><br>
<br>
On 5/29/13 2:46 AM, אורן אברהם wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear list<br>
<br>
I'm trying to route using the loose_route() method for an ACK message of an INVITE.<br>
the ACK message contains a Route header field with the outbound proxy address (which is the server processing this message - aka "myself") and a flow token to the UAC. but the routing is failed because the process_outbound() function in loose.c deliberatly ignores my flow-token because of the condition in loose.c:522 which is:<br>

else if (!ip_addr_cmp(&rcv->src_ip, &_m->rcv.src_ip || rcv->src_port != _m->rcv.src_port).<br>
<br>
I don't understand why i cannot use this flow token to send the ACK back to the UAC...<br>
</blockquote></div></div>
to understand, do you want to send the ACK back to the UAC that sent it?<br>
<br>
Cheers,<br>
Daniel<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Daniel-Constantin Mierla - <a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a><br>
<a href="http://twitter.com/#!/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/<u></u>miconda</a><br>
Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013<br>
  * <a href="http://asipto.com/u/katu" target="_blank">http://asipto.com/u/katu</a> *<br>
<br>
<br>
______________________________<u></u>_________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/<u></u>cgi-bin/mailman/listinfo/sr-<u></u>users</a><br>
</font></span></blockquote></div><br></div>