<div>Hello,</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>with openser 1.0&nbsp;&nbsp; I have this</div>
<div>&nbsp;</div>
<div>&nbsp;if ( avp_db_load(&quot;$low_c_service/username&quot;,&quot;i:/serviceLowCoastredirect&quot;))</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>and for openser 1.2 I try to do this </div>
<div>&nbsp;</div>
<div>&nbsp;if (&nbsp; avp_db_load(&quot;$avp(low_c_service)/username&quot;,&quot;i:/serviceLowCoastredirect&quot;))<br>or </div>
<div>if (&nbsp; avp_db_load(&quot;$avp($low_c_service)/username&quot;,&quot;i:/serviceLowCoastredirect&quot;))</div>
<div>&nbsp;</div>
<div>&nbsp;low_c_service is an alias&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>&nbsp;</div>
<div>avp_aliases=&quot;low_c_service=i:500&quot; </div>
<div>&nbsp;</div>
<div>but I have always an error.</div>
<div>&nbsp;</div>
<div>0(0) ERROR:avops:parse_avp_db:: error - bad avp flags<br>&nbsp;0(0) ERROR:avpops:fixup_db_avp: parse failed<br>&nbsp;0(0) ERROR: fix_actions: fixing failed (code=-1) at cfg line 633<br>&nbsp;0(0) ERROR: fix_expr : fix_actions error
<br><br>&nbsp;</div>