<div>Hey guys, <br></div><div><br></div><div>I am trying to load call_center module on openSIPS 2.4  but getting a lot of erros. Here is my configuration - <br></div><div># B2B Module<br></div><div>loadmodule "b2b_entities.so"<br></div><div>loadmodule "b2b_logic.so"<br></div><div>modparam("b2b_logic", "script_scenario", "/usr/local/etc/opensips/scenario_callcenter.xml")<br></div><div><br></div><div># Call center module<br></div><div>loadmodule "call_center.so"<br></div><div>modparam("call_center", "db_url","mysql://opensipsuser:password@localhost/opensips") # CUSTOMIZE ME<br></div><div>#modparam("call_center", "acc_db_url","mysql://password@localhost/opensips") # CUSTOMIZE ME<br></div><div>#modparam("b2b_logic", "script_scenario", "/usr/local/etc/opensips/scenario_callcenter.xml")<br></div><div>modparam("call_center", "b2b_scenario", "call center")<br></div><div>modparam("call_center", "wrapup_time", 3)<br></div><div><br></div><div>--------------------------------------------------------------------------------------------------------------<br></div><div class="protonmail_signature_block protonmail_signature_block-empty"><div class="protonmail_signature_block-user protonmail_signature_block-empty"><br></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><div>I have tried all combinations but still no luck, I also have db_default_url variable defined. And these are the error logs - <br></div><div><br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: INFO:dialplan:mod_init: initializing module...<br></div></div><div>Jan 10 19:29:31 98 mysqld[1393]: 2020-01-10 19:29:31 28 [Warning] Aborted connection 28 to db: 'opensips' user: 'opensipsuser' host: 'localhost' (Got an error reading communication packets)<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: INFO:call_center:mod_init: Call Center module - initializing<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: WARNING:call_center:cc_load_db_data: table "cc_flows" empty<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: CRITICAL:call_center:mod_init: failed to load callcenter data<br></div><div>Jan 10 19:29:31 98 opensips[1599]:  already running.<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: ERROR:core:init_mod: failed to initialize module call_center<br></div><div>Jan 10 19:29:31 98 systemd[1]: Started LSB: Start the OpenSIPS SIP server.<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: ERROR:core:main: error while initializing modules<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: INFO:core:cleanup: cleanup<br></div><div>Jan 10 19:29:31 98 /usr/local/sbin/opensips[1617]: NOTICE:core:main: Exiting....<br></div><div>Jan 10 19:29:31 98 opensips: INFO:core:daemonize: pre-daemon process exiting with -1<br></div><div><br></div><div>I am thinking that this is mysql related issue or openSIPS bug. I have also adjusted max_allowed_packet=256M on mysql server. Please help. <br></div><div><br></div><div>Thanks and regards <br></div><div><br></div>