<div dir="ltr">Hi All,<div><br></div><div> I am using opensips-3.1 with backend DB as mongodb .  I am facing some problem while using dynamic routing  module . </div><div><br></div><div>cofig looks like below :</div><div>db_version_table='my_version_table'<br></div><div> </div><div>loadmodule "cachedb_mongodb.so"<br>loadmodule "db_cachedb.so"<br>modparam("cachedb_mongodb","cachedb_url","mongodb://localhost:27017/opensipsDB.subscriber")<br>modparam("db_cachedb","cachedb_url","mongodb:instance1://localhost:27017/opensipsDB.subscriber")<br></div><div>loadmodule "drouting.so"<br>#--- load dynamic routing modul --------------<br>modparam("drouting", "db_url", "cachedb://mongodb:instance1")<br>modparam("drouting", "use_domain", 1)<br>modparam("drouting", "drd_table", "dr_gateways")<br>modparam("drouting", "drr_table", "dr_rules")<br>modparam("drouting", "drg_table", "dr_groups")<br>modparam("drouting", "drc_table", "dr_carriers")<br></div><div><br></div><div>my mongodb looks like below . </div><div>> db.dr_gateways.find()<br>{ "_id" : ObjectId("5fb4dbd7516fe875a613faf2"), "id" : 1, "gwid" : "sas", "type" : 3, "address" : "<a href="http://104.131.205.232:5080">104.131.205.232:5080</a>", "strip" : "", "pri_prefix" : "", "attrs" : "", "probe_mode" : 0, "state" : 0, "socket" : "", "description" : "" }<br></div><div><br></div><div>Other collections wont give any error . But while I am starting opensips the process is starting but gives an error as below . </div><div><br></div><div><b>ERROR:drouting:dr_load_routing_info: column gwid has a bad type [4], accepting </b><b>only [3]</b></div><div><b>.....................</b></div><div><b>CRITICAL:drouting:dr_reload_data_head: failed to load routing info<br></b></div><div><b><br></b></div><div><b>Due to this when I am trying to execute any routing logic then that wont work . Please assist me where I am wrong . </b></div><div><b><br></b></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div></div></div>