<div>Hi All,</div>
<div>&nbsp;</div>
<div>I have problem with URI module. Here my uri parameter setting : </div>
<div>&nbsp;</div>
<div># -- uri params --<br>modparam(&quot;uri&quot;, &quot;db_url&quot;, &quot;sql://ser:heslo@localhost/ser&quot;)<br>modparam(&quot;uri&quot;, &quot;uri_table&quot;, &quot;uri&quot;) <br>modparam(&quot;uri&quot;, &quot;uri_user_column&quot;, &quot;username&quot;) 
<br>modparam(&quot;uri&quot;, &quot;uri_domain_column&quot;, &quot;domain&quot;) <br>modparam(&quot;uri&quot;, &quot;uri_uriuser_column&quot;, &quot;uri_user&quot;) <br>modparam(&quot;uri&quot;, &quot;subscriber_table&quot;, &quot;subscriber&quot;) 
<br>modparam(&quot;uri&quot;, &quot;subscriber_user_column&quot;, &quot;username&quot;) <br>modparam(&quot;uri&quot;, &quot;subscriber_domain_column&quot;, &quot;domain&quot;) </div>
<div>
<p>And I got message error like these below :<br>linuxfedora5# ser -c<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;db_url&gt; not found in module &lt;uri&gt;<br>&nbsp;0(32960) parse error (203,20-21): Can't set module parameter
<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;uri_table&gt; not found in module &lt;uri&gt;<br>&nbsp;0(32960) parse error (204,20-21): Can't set module parameter<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;uri_user_column&gt; not found in module &lt;uri&gt;
<br>&nbsp;0(32960) parse error (205,20-21): Can't set module parameter<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;uri_domain_column&gt; not found in module &lt;uri&gt;<br>&nbsp;0(32960) parse error (206,20-21): Can't set module parameter
<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;uri_uriuser_column&gt; not found in module &lt;uri&gt;<br>&nbsp;0(32960) parse error (207,20-21): Can't set module parameter<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;subscriber_table&gt; not found in module &lt;uri&gt;
<br>&nbsp;0(32960) parse error (208,20-21): Can't set module parameter<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;subscriber_user_column&gt; not found in module &lt;uri&gt;<br>&nbsp;0(32960) parse error (209,20-21): Can't set module parameter
<br>&nbsp;0(32960) set_mod_param_regex: parameter &lt;subscriber_domain_column&gt; not found in module &lt;uri&gt;<br>&nbsp;0(32960) parse error (210,20-21): Can't set module parameter<br>ERROR: bad config file (8 errors)<br>&nbsp;0(32960) CHECK_UA - destroing module
<br>linuxfedora5# </p>
<p>Does anyone help me to solve this problem ?</p>
<p>Thanks,</p>
<p>Asep</p></div>