<p>Hi,</p>

<p>I am trying to use acc_evi_request()  in a config like this:</p>

<pre><code>if (is_method("INVITE")) {
        # create dialog with timeout
        if ( !create_dialog("B") ) {
            send_reply("500","Internal Server Error");
            exit;
        }
        setflag(CDR);
        acc_evi_request("DIALOG_START");
</code></pre>

<p>I have subscribed to E_ACC_EVENT from outside but instead of event, I can only see this in syslog:</p>

<pre><code>May  3 11:24:37 OsipsDev1 /usr/sbin/opensips[2995]: ERROR:acc:get_timestamps: cannot find created avp
May  3 11:24:37 OsipsDev1 /usr/sbin/opensips[2995]: ERROR:acc:acc_evi_request: cannot get timestamps
</code></pre>

<p>Tried both defaults and to configure <code>modparam("acc", "acc_created_avp_name", "created_avp")</code>.</p>

<p>Ta,<br>
DanB</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/495">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciSx5z_FPrGxYfuR69DYRZ7rE2Ng3ks5oFeI3gaJpZM4EOlvY.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/495"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>