<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_r605184296">src/modules/lost/functions.c</a>:</p>
<pre style='color:#555'>> +                                            tmp.len = strlen(fsrdata->mapping->name->text);
+                                               name.s = lost_copy_string(tmp, &name.len);
+                                       }
+                               } else {
+                                       LM_ERR("name not found: [%.*s]\n", ret.len, ret.s);
+                                       goto err;
+                               }
+                               /* we are done */
+                               redirect = 0;
+                               break;
+                       case ERROR:
+                               /* get the errors element */
+                               if(fsrdata->errors != NULL) {
+                                       if((tmp.s = fsrdata->errors->issue->type) != NULL) {
+                                               tmp.len = strlen(fsrdata->errors->issue->type);
+                                               err.s = lost_copy_string(tmp, &err.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_r605184296">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZM6IUCZOHHKTJKUA5DTGN527ANCNFSM4ZGSJGLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMV5YYW2H43THR3V23TGN527A5CNFSM4ZGSJGL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVFP5ZA.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_r605184296",
"url": "https://github.com/kamailio/kamailio/pull/2675#discussion_r605184296",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>