<div style='font-family:Times New Roman, Times, serif;font-size:12pt;color:#000000;'><div style="font-family: Times New Roman,Times,serif; font-size: 12pt; color: rgb(0, 0, 0);">I think I'm missing something pretty obvious here, but is there a reason that <br>avp_check("$avp(tmpVar1)", "re/$avp(myNetwork0)/i")<br>barfs on 1.1.x?<br><br>I get the error<br>&nbsp;0(0) ERROR:avpops:fixup_check_avp: regexp operation requires string value<br>&nbsp;0(0) ERROR: fix_actions: fixing failed (code=-1) at cfg line 3491<br><br>In the above, <br>&nbsp;&nbsp; $avp(tmpVar1) ==&nbsp; "1.2.3.4"<br>&nbsp;&nbsp; $avp(myNetwork0) == "1.2.3"<br><br>Now, I'd hoped that I could actually run the following<br>avp_check("$avp(tmpVar1)", "re/^$avp(myNetwork0)/i")<br>but that doesn't work<br><br>Then, setting <br>$avp(myNetwork0) == "^1.2.3"<br>and running<br>avp_check("$avp(tmpVar1)", "re/$avp(myNetwork0)/i")<br>didn't work either<br><br>Sooo, whats the solution?<br>avp_check can't have AVPs on both sides of the check?<br><br>cheers<br>-- <br>*******************************************<br>Mahesh&nbsp;Paolini-Subramanya&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(703)&nbsp;386-1500&nbsp;x9100<br>CTO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mahesh@aptela.com<br>Aptela,&nbsp;Inc.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://www.aptela.com<br>"Aptela:&nbsp;How&nbsp;Business&nbsp;Answers&nbsp;The&nbsp;Call"<br>*******************************************<br></div>