<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_r605172526">src/modules/lost/functions.c</a>:</p>
<pre style='color:#555'>> +            if(rtp.len == 0) {
+                       LM_WARN("no response type found\n");
+                       rtype = NULL;
+               } else {
+                       len = 0;
+                       /* response type string sanity check */
+                       rtype = lost_held_type(rtp.s, &exact, &len);
+                       if(len == 0) {
+                               LM_WARN("cannot normalize [%.*s]\n", rtp.len, rtp.s);
+                               rtype = NULL;
+                       }
+               }
+       }
+
+       /* default responseTime: emergencyRouting */
+       heldreq = lost_held_post_request(&len, 0, rtype);
</pre>
<p>yes, I should definitely correct that - thanks for pointing it out</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_r605172526">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZJXGXXEDZNHI7JI34DTGN3PXANCNFSM4ZGSJGLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZPVBIOW3ALMNQONZX3TGN3PXA5CNFSM4ZGSJGL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVFMCVQ.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_r605172526",
"url": "https://github.com/kamailio/kamailio/pull/2675#discussion_r605172526",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>