<div dir="ltr">Hi All. We are working on implementing the E_ACC_EVENT so we may use that for accounting purposes instead of the DB.  Now, most things appear to work as they should.  However, when we attempt to access the extra accounting fields, they don't seem to populate correctly (I've highlighted the extra variables).  Here is the config:<div><br></div><div>modparam("acc","extra_fields","evi: src_ip -> source_ip; dst_ip -> destination_ip)<br></div><div><br></div><div>event_route [E_ACC_EVENT]<br>{<br>        #log on entry<br>        xlog("L_INFO","entered event_route\n");<br><br>        #Default Params<br>        $var(method) = $param(method);<br><br>        #Extra Params<br>       <span style="background-color:rgb(255,255,0)"> $var(src_ip) = $acc_extra(src_ip);</span><br><br>        $var(source_test) = $si;<br><br>        <span style="background-color:rgb(255,255,0)">$var(dst_ip) = $acc_extra(dst_ip);</span><br><br>        #log vars to test<br>        xlog("L_INFO","heres the ER variable: $var(source_test) and $var(src_ip)\n");<br><br>}<br></div><div><br></div><div>What am I missing?  Can someone point me in the right direction?  Any help is really appreciated.</div><div><br></div><div>Thank you,</div><div>Alex Perkins</div></div>