Now I understood why the messagem is forward with UDP protocol... This problem occurs with bria on android plataform, this softphone send the INVITE request with tls protocol specified only on the contact header.<br><br>Contact: &quot;XXX&quot; &lt;sip:XXX@YYY.YYY.YYY.YYY:YYY;transport=TLS&gt;.<br>
<br>as Daniel pointed out, &quot;The contact header address is not used for routing SIP requests, only Route headers and R-URI addresses&quot;<br><br>In this case, I should add the transport protocol TLS on R-URI before to forward message with t_relay function... Correct?<br>
<br>Cheers<br><br><br><div class="gmail_quote">2011/11/29 Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="im">
    <br>
    <br>
    On 11/29/11 6:24 PM, Bruno Bresciani wrote:
    <blockquote type="cite">Thank&#39;s for attention Andrew<br>
      <br>
      I&#39;m reading the source code of tm module to try understand better
      this behavior... <br>
      I can&#39;t understand what meaning that &quot;the outbound proxy address
      is set&quot;... where I define this address? <br>
    </blockquote>
    <br></div>
    Outbound proxy address is stored in an internal structure, it is not
    part of a SIP request. It represents the address where to send the
    request, regardless of request URI (r-uri) address. One common use
    case is when dealing with NAT routers, the r-uri is set to the
    contact address of the destination phone and the outbound proxy
    address is set to the NAT router.<br>
    <br>
    From configuration file, you can access it via $du (read and write
    via assignment operation). There are couple of modules that may set
    the outbound proxy address, like registrar/usrloc, rr, lcr...<br>
    <br>
    Maybe the best is to post here an ngrep with the SIP trace of such
    case, that we can see if something is wrong.<br>
    <br>
    Cheers,<br><font color="#888888">
    Daniel</font><div class="im"><br>
    <blockquote type="cite">
      <br>
      <br>
      <div class="gmail_quote">2011/11/29 Andrew Pogrebennyk <span dir="ltr">&lt;<a href="mailto:apogrebennyk@sipwise.com" target="_blank">apogrebennyk@sipwise.com</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
          Bruno,<br>
          the address from contact header is put into R-URI on outgoing
          request to<br>
          that user. This is where I catch that parameter. I think we
          should debug<br>
          why kamailio sends the request using UDP, it is not clear, as
          Daniel<br>
          pointed out it should work automatically. I think I had to do
          these<br>
          manipulations because in my case the outbound proxy address is
          set<br>
          <div><br>
            On 11/29/2011 05:38 PM, Bruno Bresciani wrote:<br>
            &gt; In my case the transport=TLS is present in contact
            header, has the same<br>
            &gt; treatment of R-URI?<br>
            &gt;<br>
            &gt; Cheers<br>
            <br>
            <br>
          </div>
          <div>
            <div>_______________________________________________<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/cgi-bin/mailman/listinfo/sr-users</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
    </div><div class="im"><pre cols="72">-- 
Daniel-Constantin Mierla -- <a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a>
Kamailio Advanced Training, Dec 5-8, Berlin: <a href="http://asipto.com/u/kat" target="_blank">http://asipto.com/u/kat</a>
<a href="http://linkedin.com/in/miconda" target="_blank">http://linkedin.com/in/miconda</a> -- <a href="http://twitter.com/miconda" target="_blank">http://twitter.com/miconda</a></pre>
  </div></div>

</blockquote></div><br>