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 "drouting.so"</div><div>modparam("drouting", "db_url", "mysql://user:pass@localhost/opensips")</div>
<div><div>modparam("drouting", "gw_id_avp", "$avp(s:gw_id)")</div><div>modparam("drouting", "rule_id_avp", "$avp(s:rule_id)")</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 <gw_id_avp> not found in module <drouting></div><div>CRITICAL:core:yyerror: parse error in config file, line 111, column 33-34: Parameter <gw_id_avp> not found in module <drouting> - can't set</div>
<div>ERROR:core:set_mod_param_regex: parameter <rule_id_avp> not found in module <drouting></div><div>CRITICAL:core:yyerror: parse error in config file, line 112, column 35-36: Parameter <rule_id_avp> not found in module <drouting> - can'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>