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

<hr>

<p>In <a href="https://github.com/kamailio/kamailio/pull/2675#discussion_r605184126">src/modules/lost/functions.c</a>:</p>
<pre style='color:#555'>> -
-               /* get the error patterm */
-               err.s = lost_get_childname(root, errors_element, &err.len);
-               LM_DBG("findService error response: [%.*s]\n", err.len, err.s);
-               if(err.len == 0) {
-                       LM_ERR("error pattern element not found: [%.*s]\n", ret.len, ret.s);
-                       /* free memory */
-                       lost_free_string(&ret);
-                       goto err;
+               switch(fsrdata->category) {
+                       case RESPONSE:
+                               if(fsrdata->uri != NULL) {
+                                       /* get the first uri element */
+                                       if((tmp.s = fsrdata->uri->value) != NULL) {
+                                               tmp.len = strlen(fsrdata->uri->value);
+                                               uri.s = lost_copy_string(tmp, &uri.len);
</pre>
<p>thanks, have incorporated it</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_r605184126">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZPDS7MOTRXY5XOJBNLTGN5ZZANCNFSM4ZGSJGLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZKS4WHFSX4ZO5K4PBDTGN5ZZA5CNFSM4ZGSJGL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVFP3VA.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_r605184126",
"url": "https://github.com/kamailio/kamailio/pull/2675#discussion_r605184126",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>