<p></p>
<p dir="auto">That was a behaviour due to a mistake, respectively the IF had the condition <strong>if function name pointer is not null and first character is <code class="notranslate">\0</code></strong> -- practically on empty string was trying to find the acc function with empty string name:</p>
<pre class="notranslate"><code class="notranslate">             /* import the acc stuff */
                if(acc_fct_s != 0 && acc_fct_s[0] == '\0') {
                        fct = find_export(acc_fct_s, 2, REQUEST_ROUTE);
</code></pre>
<p dir="auto">Obviously it was supposed to find the acc function when the name was not null and not empty string. The new version of the module fixed the mistake and the function name has to be set to emtpy string via modparam.</p>
<p dir="auto">If that does not work, reopen.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/3188#issuecomment-1213255701">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZPCC6BQDBSY32ASPBTVYZWWBANCNFSM53VP3IJQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/ABO7UZNS6MYVUBXDQC5WIU3VYZWWBA5CNFSM53VP3IJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJBINAFI.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><kamailio/kamailio/issues/3188/1213255701</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/3188#issuecomment-1213255701",
"url": "https://github.com/kamailio/kamailio/issues/3188#issuecomment-1213255701",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>