<p></p>
<blockquote>
<p>Do you have this parameter set?</p>
<pre><code>* https://www.kamailio.org/docs/modules/stable/modules/registrar.html#registrar.p.path_use_received
</code></pre>
</blockquote>
<p>Yes:</p>
<pre><code># ----- registrar params -----
modparam("registrar", "method_filtering", 1)
/* uncomment the next line to disable parallel forking via location */
# modparam("registrar", "append_branches", 0)
/* uncomment the next line not to allow more than 3 contacts per AOR */
modparam("registrar", "max_contacts", 3)
/* max value for expires of registrations */
modparam("registrar", "max_expires", 300)
/* min value for expires of registrations */
modparam("registrar", "min_expires", 60)
/* default value for expires for registrations if not provided */
modparam("registrar", "default_expires", 120)
/* avoid having registrations arrive at the same time */
modparam("registrar", "default_expires_range", 30) # +- 30% from default_expires
modparam("registrar", "expires_range", 30) # expires within [0.7*expires .. expires]
/* set it to 1 to enable GRUU */
modparam("registrar", "gruu_enabled", 1)
/* set it to 0 to disable Path handling */
modparam("registrar", "use_path", 1)
/* save Path even if not listed in Supported header */
modparam("registrar", "path_mode", 1)
modparam("registrar", "path_use_received", 1)
modparam("registrar", "outbound_mode", 1)
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2447#issuecomment-675660903">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZO7ZBDNQZ247A52DTTSBLGWHANCNFSM4QD2D5NQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMAFDP7L2PHFUDA3BTSBLGWHA5CNFSM4QD2D5N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFBC4IZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2447#issuecomment-675660903",
"url": "https://github.com/kamailio/kamailio/issues/2447#issuecomment-675660903",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>