Re: [SR-Users] ndb_mongodb -Sending Query to Mongo

2016-09-22 Thread Jonathan Hunter
Hello, Ok cool thanks Daniel will do that. Cheers Jon To: sr-users@lists.sip-router.org From: mico...@gmail.com Date: Thu, 22 Sep 2016 07:28:19 +0200 Subject: Re: [SR-Users] ndb_mongodb -Sending Query to Mongo Hello, in case of ndb_mongodb, the result is the json returned

Re: [SR-Users] ndb_mongodb -Sending Query to Mongo

2016-09-21 Thread Daniel-Constantin Mierla
Hello, in case of ndb_mongodb, the result is the json returned by the server. Maybe you can run with debug=3 and see if you can get more info about what happens there. To access part of result, you need to use a json module over $mongodb(mgr1=>value). Cheers, Daniel On 21/09/16 14:36, Jonathan

[SR-Users] ndb_mongodb -Sending Query to Mongo

2016-09-21 Thread Jonathan Hunter
Hi Guys, I am using the ndb_mongodb module, and Im just trying to return values from the dispatcher table, in particular the setid of a particular entry depending on its attrs value. If I query using mongodb shell command it works fine, here I enter test.com and it returns only the setid value,