Hello List,<div>Please let me know how to load multiple attribute at one time. let say. my &quot;usr_preferences&quot; table has 3 attribute for single user (e.g fwdoffline,fwdbusy,callfwd). Now I load these 3 attributes at 3 times. I want to reduce DB queries :)</div>
<div><br></div><div>I did this.</div><div><br></div><div>------&gt;8----</div><div><div>avp_db_load(&quot;$ruri/username&quot;, &quot;$avp(s:)&quot;);</div><div>xlog(&quot;TEST: OFF LINE FORWARD TO: $avp(s:fwdoffline)\n&quot;);</div>
<div>xlog(&quot;TEST: BUSY FORWARD TO to: $avp(s:fwdbusy)\n&quot;);</div><div>xlog(&quot;TEST: CALL FORWARD TO : $avp(s:callfwd)\n&quot;);</div></div><div>------&gt;8----</div><div>and the result was</div><div><br></div><div>
<div>TEST : OFF LINE FORWARD TO: &lt;null&gt;</div><div>TEST : BUSY FORWARD TO to: &lt;null&gt;</div><div>TEST : CALL FORWARD TO : &lt;null&gt;</div></div><div><br></div><div>P.S I followed this <a href="http://www.mail-archive.com/users@openser.org/msg00589.html">http://www.mail-archive.com/users@openser.org/msg00589.html</a></div>
<div><br></div><div>Thank you,</div><div>Sujeev</div>