<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I have a scenario, where I need to register to freeswitch through 2 or more stateless forwarding kamailio proxies.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">&lt;User&gt; =&gt; &lt;Proxy1&gt; =&gt; &lt;Proxy2&gt; =&gt; &lt;FreeSWITCH&gt;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Registration packet which comes to freeswitch have 3 VIA Headers (please see below):<o:p></o:p></p>
<div style="mso-element:para-border-div;border:none;border-bottom:solid windowtext 1.0pt;padding:0cm 0cm 1.0pt 0cm">
<p class="MsoNormal" style="border:none;padding:0cm"><o:p>&nbsp;</o:p></p>
</div>
<p class="MsoNormal">REGISTER sip:146.148.54.153 SIP/2.0<o:p></o:p></p>
<p class="MsoNormal">Via: SIP/2.0/TCP 159.203.230.115:5060;branch=z9hG4bKea26.3936c0f1c658d2da02a7c46a86186077.0;i=1;rport<o:p></o:p></p>
<p class="MsoNormal">Via: SIP/2.0/TCP 188.166.22.58:5060;received=188.166.22.58;branch=z9hG4bKea26.98aaf5f1397dccdf6f103ae4150d3ce0.0;i=14;rport=36525<o:p></o:p></p>
<p class="MsoNormal">Via: SIP/2.0/TCP 216.72.41.53:63675;branch=z9hG4bK-524287-1---e991c17828928028<o:p></o:p></p>
<p class="MsoNormal">Max-Forwards: 68<o:p></o:p></p>
<p class="MsoNormal">Contact: &lt;sip:219@216.72.41.53:63675;rinstance=e6186ad594e06aa9;transport=tcp&gt;<o:p></o:p></p>
<p class="MsoNormal">To: &quot;219&quot;&lt;sip:219@146.148.54.153&gt;<o:p></o:p></p>
<p class="MsoNormal">From: &quot;219&quot;&lt;sip:219@146.148.54.153&gt;;tag=8c8fc855<o:p></o:p></p>
<p class="MsoNormal">Call-ID: NTE1OWIwNjYyODg0YTNiNDVkZDZkNjQxMjlhM2IxYzE<o:p></o:p></p>
<p class="MsoNormal">CSeq: 1 REGISTER<o:p></o:p></p>
<p class="MsoNormal">Allow: INVITE, ACK, CANCEL, BYE, REFER, INFO, NOTIFY, OPTIONS, UPDATE, PRACK, MESSAGE, SUBSCRIBE<o:p></o:p></p>
<p class="MsoNormal">User-Agent: Bria iOS release 3.6.5 stamp 34728<o:p></o:p></p>
<p class="MsoNormal">Content-Length: 0<o:p></o:p></p>
<p class="MsoNormal">Expires: 120<o:p></o:p></p>
<p class="MsoNormal">P-hint: outbound<o:p></o:p></p>
<div style="mso-element:para-border-div;border:none;border-bottom:solid windowtext 1.0pt;padding:0cm 0cm 1.0pt 0cm">
<p class="MsoNormal" style="border:none;padding:0cm">P-hint: outbound<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">User register to freeswitch successfully, however back calling to end-user is impossible bcz it is not going to reach end-phone using VIA haeder from REGISTER.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">If I use aggressive-nat: freeswitch send invite calls to end-user to proxy2, which have then no idea where where to send the call (no route haeder in invite from freeswitch)<o:p></o:p></p>
<p class="MsoNormal">If I do not use aggressive-nat &#8211; freeswitch sends it&#8217;s invite directly to end-user phone(((<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">In this example I&#8217;m using SIP over TCP, however the same is happened over UDP&#8230;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">So, the question is how to register correctly to FS and preserve all VIA headers with fs_nat in contact db or some other way, so I could reach the end-user phone in same patch it is registering?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Thanks a lot,<o:p></o:p></p>
<p class="MsoNormal">Dmitry.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>