<div dir="ltr">Hi All ,<div><br></div><div><br></div><div>     I am using mongodb and opensips-1.11 . I am trying to use mongodb as a database for drouting and dialplan module . I have added the required data in mongodb . my mongodb looks like bellow .</div><div><br></div><div><br></div><div><div>&gt; db.dr_rules.find()</div><div>{ &quot;_id&quot; : ObjectId(&quot;560bd53b6562e8ba08918e76&quot;), &quot;ruleid&quot; : 1, &quot;groupid&quot; : 2, &quot;priority&quot; : 0, &quot;routeid&quot; : &quot;NULL&quot;, &quot;gwlist&quot; : &quot;1&quot;, &quot;attrs&quot; : &quot;NULL&quot;, &quot;description&quot; : &quot;My number&quot; }</div><div>&gt;</div><div>&gt; db.dr_groups.find()</div><div>{ &quot;_id&quot; : ObjectId(&quot;560bbbfc649b73342fe6b08e&quot;), &quot;username&quot; : &quot;.*&quot;, &quot;domain&quot; : &quot;.*@mongodb1-sasmita.com.*&quot;, &quot;groupid&quot; : 2, &quot;description&quot; : &quot;outbound&quot; }</div><div>&gt;</div><div>&gt; db.dr_gateways.find()</div><div>{ &quot;_id&quot; : ObjectId(&quot;560bd6cde6a5414c70de6ab4&quot;), &quot;gwid&quot; : 1, &quot;type&quot; : 0, &quot;address&quot; : &quot;<a href="http://192.168.1.1:5060">192.168.1.1:5060</a>&quot;, &quot;strips&quot; : 0, &quot;pri_prefix&quot; : &quot;NULL&quot;, &quot;attrs&quot; : &quot;NULL&quot;, &quot;probe_mode&quot; : 0, &quot;state&quot; : 0, &quot;socket&quot; : &quot;NULL&quot;, &quot;description&quot; : &quot;1st gateway&quot; }</div><div>&gt;</div><div>&gt; db.dr_carriers.find()</div><div>{ &quot;_id&quot; : ObjectId(&quot;560bbcc8649b73342fe6b091&quot;), &quot;carrierid&quot; : 2, &quot;gwlist&quot; : 1, &quot;description&quot; : &quot;1st carrier&quot; }</div><div>&gt;</div><div>&gt; db.dialplan.find()</div><div>{ &quot;_id&quot; : ObjectId(&quot;560bbae0649b73342fe6b08c&quot;), &quot;id&quot; : 1, &quot;dpid&quot; : 5, &quot;pr&quot; : 1, &quot;match_op&quot; : 0, &quot;match_exp&quot; : &quot;<a href="http://mongodb11-sasmita.com">mongodb11-sasmita.com</a>&quot;, &quot;match_flags&quot; : 1, &quot;repl_exp&quot; : 2, &quot;disabled&quot; : 0 }</div><div><br></div></div><div><br></div><div>    Now when I am running opensips its giving bellow error .</div><div><br></div><div><div> ERROR:dialplan:build_rule:  values 5 is NULL - not allowed</div><div> WARNING:dialplan:dp_load_db:  failed to build rule -&gt; skipping</div><div> ERROR:drouting:dr_load_routing_info: column id has a bad type</div><div> CRITICAL:drouting:dr_reload_data: failed to load routing info</div><div> CRITICAL:drouting:dr_child_init: failed to load routing data</div><div> ERROR:core:init_mod_child: failed to initializing module drouting, rank 1</div><div> ERROR:core:main_loop: init_child failed for UDP listener</div><div><br></div><div>       Can anybody please suggest how to add the entries in mongodb so that these errors can be solved . Waiting for a positive and quick response .</div><div><br></div><div><div class="gmail_signature"><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
</div></div>