Hi,<br><br>I&#39;m configuring Opensips to route calls to Asterisk Server. <br><br>I&#39;ve added permissions and group module with these parameters:<br><br>modparam(&quot;group&quot;,&quot;db_url&quot;,&quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br>
<br>modparam(&quot;permissions&quot;, &quot;db_mode&quot;, 1)<br>modparam(&quot;permissions&quot;, &quot;db_url&quot;,&quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br><br>When I restart opensips appears these errors:<br>
<br>Not starting opensips: invalid configuration file!<br><br>Jun 10 11:01:14 [10795] ERROR:core:set_mod_param_regex: parameter &lt;db_mode&gt; not found in module &lt;permissions&gt;<br>Jun 10 11:01:14 [10795] CRITICAL:core:yyerror: parse error in config file, line 96, column 19-20: Parameter &lt;db_mode&gt; not found in module &lt;permissions&gt; - can&#39;t set<br>
Jun 10 11:01:15 [10795] ERROR:core:main: bad config file (1 errors)<br><br>I&#39;ve checked module documentation and this parameter exists. I don&#39; t know how fix it<br>