I have the following set up
<br />
<br />modparam(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;$avp(rpid)=rpid;$avp(55)=ha1&quot;)
<br />
<br />modparam(&quot;auth&quot;, &quot;rpid_prefix&quot;, &quot;&lt;&quot;)  
<br />modparam(&quot;auth&quot;, &quot;rpid_suffix&quot;, &quot;&gt;&quot;)
<br />modparam(&quot;auth&quot;, &quot;rpid_avp&quot;, &quot;$avp(rpid)&quot;) 
<br />
<br />
<br />And then in my subscriber table I have the following
<br />
<br />Proxy02:/var/log# opensipsctl db show subscriber | grep 2011
<br />+------+------------+---------------+----------+---------------+----------------------------------+----------------------------------+--------------------------+----------------+------------+-----------+---------------------+------------+------------+
<br />| id   | username   | domain        | password | email_address | ha1                              | ha1b                             | rpid                     | vmail_password | first_name | last_name | datetime_created    | quota      | online     |
<br />+------+------------+---------------+----------+---------------+----------------------------------+----------------------------------+--------------------------+----------------+------------+-----------+---------------------+------------+------------+
<br />219     2011    irock.com                                                        x                                   x                       sip:9012732009@irock.com            x                                            0000-00-00 00:00:00  0     
<br />
<br />
<br />When the user registers and I do a xlog to show the rpid variable it comes up null.  I am not sure why it&#39;s not getting the rpid info from the database.