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

<hr>

<p>In <a href="https://github.com/kamailio/kamailio/pull/2158#discussion_r351934586">src/modules/avpops/avpops.c</a>:</p>
<pre style='color:#555'>> +    if (get_str_fparam(&subst, msg, fp) != 0)
+       {
+               LM_ERR("error fetching subst re");
+               return -1;
+       }
+
+       LM_DBG("%s preparing %s\n", exports.name, subst.s);
+
+       se=subst_parser(&subst);
+       if (se==0)
+       {
+               LM_ERR("%s: bad subst re %s\n", exports.name, subst.s);
+               return E_BAD_RE;
+       }
+
+       return ops_subst(msg, (struct fis_param**)src, se);
</pre>
<p>Yes, indeed. Thanks!</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/2158?email_source=notifications&email_token=ABO7UZIO65E2JZWD2C3YCXLQWA6NTA5CNFSM4JSV6QZ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLPNLI#discussion_r351934586">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZOPYGG45TMJF7KRM3TQWA6NTANCNFSM4JSV6QZQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZKOGQZWB7LQE5GWYLDQWA6NTA5CNFSM4JSV6QZ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLPNLI.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/2158?email_source=notifications\u0026email_token=ABO7UZIO65E2JZWD2C3YCXLQWA6NTA5CNFSM4JSV6QZ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLPNLI#discussion_r351934586",
"url": "https://github.com/kamailio/kamailio/pull/2158?email_source=notifications\u0026email_token=ABO7UZIO65E2JZWD2C3YCXLQWA6NTA5CNFSM4JSV6QZ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLPNLI#discussion_r351934586",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>