<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Guys,<div><br></div><div>I am integrating kamailio with MongoDB, and it works well with subscriber/location tables.</div><div><br></div><div>However when using the dispatcher module I am getting the following error even though the IP Im trying to get to is routeable;</div><div><br></div><div><div> /usr/local/kamailio-4.4/sbin/kamailio[2998]: ERROR: dispatcher [dispatch.c:1403]: ds_get_index(): destination set [1] not found</div><div>Aug 11 17:01:47 ip-172-31-43-8 /usr/local/kamailio-4.4/sbin/kamailio[2998]: ERROR: dispatcher [dispatch.c:1832]: ds_select_dst_limit(): destination set [1] not found</div></div><div><br></div><div><br></div><div>I created the table as below;</div><div><br></div><div><div>db.getCollection("version").insert({table_name: "dispatcher", table_version: NumberInt(4) })</div><div><br></div><div>And the entry Im routing to is;</div><div><br></div><div>db.dispatcher.find().pretty()</div><div>{</div><div>        "_id" : ObjectId("57acadc81e7e803fa565bce3"),</div><div>        "setid" : "1",</div><div>        "destination" : "sip:1.1.1.1:5080;transport=tcp",</div><div>        "flags" : "0",</div><div>        "priority" : "100",</div><div>        "attrs" : "name=labfS",</div><div>        "description" : "FreeSWITCH1"</div><div>}</div></div><div><br></div><div>Is there something I am missing ? Has anyone else got it working with Mongo?</div><div><br></div><div>Thanks</div><div><br></div><div>Jon</div><div><br></div><div><br></div>                                     </div></body>
</html>