<div dir="ltr">Hi all I use opensips-2.3<div>Аnd try to use cachedb_memcached module to store some information about wss users.</div><div>But i got errors :</div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)"><br></span></span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">DBG:core:set_mod_param_regex: cachedb_memcached matches module cachedb_memcached
</span><br>Jun 13 10:51:06 [107947] DBG:core:set_mod_param_regex: found <cachedb_url> in module cachedb_memcached [/usr/lib64/opensips/modules/]
<br>Jun 13 10:51:06 [107947] CRITICAL:core:yyerror: parse error in config file /etc/opensips/opensips.cfg, line 200, column 20-21: syntax e<br>rror
<br>Jun 13 10:51:06 [107947] CRITICAL:core:yyerror: parse error in config file /etc/opensips/opensips.cfg, line 200, column 20-21:  <br>Jun 13 10:51:06 [107947] ERROR:core:main: bad config file (2 errors)<br>
My config is:</span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">################################################################################</span><br>loadmodule "cachedb_memcached.so"
<br>modparam("cachedb_memcached", "cachedb_url","memcached:group1://localhost:11211,<a href="http://127.0.0.1/">127.0.0.1/</a>");<br>
<br></span></div><div><span style="font-family:monospace">What is a correct string?</span></div></div>