Hi to all,<div><br></div><div>I have a problem about the drouting module. Here is a snippet of my script configuration:</div><div><br></div><div>...</div><div><div>loadmodule &quot;drouting.so&quot;</div><div>modparam(&quot;drouting&quot;, &quot;db_url&quot;, &quot;mysql://user:pass@localhost/opensips&quot;)</div>
<div><div>modparam(&quot;drouting&quot;, &quot;gw_id_avp&quot;, &quot;$avp(s:gw_id)&quot;)</div><div>modparam(&quot;drouting&quot;, &quot;rule_id_avp&quot;, &quot;$avp(s:rule_id)&quot;)</div></div></div><div>...</div><div>
<br></div><div>Starting OpenSIPS gives me these errors:</div><div><br></div><div>ERROR:core:set_mod_param_regex: parameter &lt;gw_id_avp&gt; not found in module &lt;drouting&gt;</div><div>CRITICAL:core:yyerror: parse error in config file, line 111, column 33-34: Parameter &lt;gw_id_avp&gt; not found in module &lt;drouting&gt; - can&#39;t set</div>
<div>ERROR:core:set_mod_param_regex: parameter &lt;rule_id_avp&gt; not found in module &lt;drouting&gt;</div><div>CRITICAL:core:yyerror: parse error in config file, line 112, column 35-36: Parameter &lt;rule_id_avp&gt; not found in module &lt;drouting&gt; - can&#39;t set</div>
<div><br></div><div>Is there a way to fix this problem? I would appreciate any kind of help. Thanks!</div><div><br></div><div>By the way, I am using the OpenSIPS 1.6.3 release version.</div><div><br></div><div><br></div>