<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><tt>Hi Gordon,<br>
        <br>
        Instead of adding a new column to the dr_rules, I suggest to use
        the "attrs" column of that table. It is not used by the actual
        routing engine, its only purpose is to allow the user to attach
        custom data to the rules. So add your ID into the attrs columns
        - when the rule is match, the attrs value will be available into
        script into a variable (see
        <a class="moz-txt-link-freetext" href="http://www.opensips.org/html/docs/modules/1.11.x/drouting.html#id294716">http://www.opensips.org/html/docs/modules/1.11.x/drouting.html#id294716</a>,
        rule_attrs_pvar parameter).<br>
        <br>
        Once you loaded into a variable, via db_extra you can push it to
        the acc table.<br>
        <br>
        Regards,<br>
      </tt>
      <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
      On 08.06.2014 15:35, Gordon Sims wrote:<br>
    </div>
    <blockquote cite="mid:CFB9C2CD.1708C%25gsims94@gmail.com"
      type="cite">
      <div><font face="Calibri,sans-serif">First off, I would like to
          thank&nbsp;</font>Razvan for my&nbsp;cdr accounting issue and using
        db_extra. &nbsp;Was exactly what I was looking for.</div>
      <div><br>
      </div>
      <div>Now I&#8217;m getting stumped on adding in extra information into
        the acc table. &nbsp;I&#8217;ve added in another field to both my dr_rules
        and acc tables called account_id (int 6). &nbsp;What I would like to
        do is when the call comes in, based on the destination, is to
        take the account_id information from the &nbsp;dr_rules table and
        insert that same value into the acc table. &nbsp;I&#8217;ve looked at
        avpops module, but not finding anything definitive that would do
        what I&#8217;ve looking for. &nbsp;I hope I&#8217;m not the only one that is
        trying to do this. &nbsp;I&#8217;m looking for a working example on how to
        accomplish this one.</div>
      <div><br>
      </div>
      <div>Thanks in advance,</div>
      <div><br>
      </div>
      <div>Gordon&nbsp;</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>