<p></p>
<p><b>@miconda</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/kamailio/kamailio/pull/2675#discussion_r606803710">src/modules/lost/doc/lost_admin.xml</a>:</p>
<pre style='color:#555'>> +                        </itemizedlist>
+                       <para>
+                       The return value is 200 on success, 400 if an internal error occured, or 500 if an
+            error code is returned in the HELD response.
+               </para>
+                       <para>
+                       This function can be used from REQUEST_ROUTE,
+                       ONREPLY_ROUTE, FAILURE_ROUTE, and BRANCH_ROUTE.
+                       </para>
+                       <example>
+                               <title><function>lost_held_dereference()</function> usage</title>
+                               <programlisting format="linespecific">
+...
+# HELD location dereference
+if ($hdr(Geolocation)=~"^&lt;http.*$") {
+    $var(url) = $(hdr(Geolocation){s.select,0,;});
</pre>
<p>Note that <code>@...</code> were SER specific variables, still available, but not with an active maintainer. I would rather recommend using <code>$...</code> instead of <code>@...</code>, so better examples with $hdr(...) when gives what's needed.</p>

<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/pull/2675#discussion_r606803710">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZOLEJRXE456VZAJVS3THBUHBANCNFSM4ZGSJGLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMC6635KZXJRQODID3THBUHBA5CNFSM4ZGSJGL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVTYFLA.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/pull/2675#discussion_r606803710",
"url": "https://github.com/kamailio/kamailio/pull/2675#discussion_r606803710",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>