<div dir="ltr">Hello,<div><br></div><div>I try to move from 2.2.3 to 2.3.<br>In 2.3 modparam("acc", "aaa_extra",... is removed.<br><br></div><div>In 2.2.3 I use extra data with:<br><div>modparam("acc", "aaa_extra",   "MV-System=$avp(system_name);</div><div> <span class="gmail-Apple-tab-span" style="white-space:pre">                            </span>MV-UserName=$fU;</div><div> <span class="gmail-Apple-tab-span" style="white-space:pre">                             </span>MV-Number=$rU;</div> <span class="gmail-Apple-tab-span" style="white-space:pre">                          </span>MV-Timestamp=$avp(timestamp)") </div><div><br></div><div>For 2.3 I rewrite to:<br><div>modparam("acc", "extra_fields", "aaa:$avp(system_name)->MV-System;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                          </span>$fU->MV-UserName;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                           </span>$rU->MV-Number;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                             </span>$avp(timestamp)->MV-Timestamp")</div></div><div><br></div><div>When try to start 2.3 I receive follow message:<br><br></div><div>ERROR:acc:init_acc_aaa: acc: can't get code for the MV-System;.......<br><br>How to use correct extra_fields in 2.3?</div><div><br></div><div>Regards,</div><div>Dragomir</div><div><br></div><div><br></div></div>