<div>I implemented call forwarding according to <a href="https://www.kamailio.org/wiki/tutorials/mini-howto-admin/call_forwarding,">https://www.kamailio.org/wiki/tutorials/mini-howto-admin/call_forwarding,</a> which is working fine. When I replace db_mysql with db_mongodb however, I receive an error on "if (avp_db_load("$ruri/username", "$avp(s:fwd_blind)")) {":</div><div> </div><div><div>ERROR: db_mongodb [mongodb_dbase.c:381]: db_mongodb_get_columns(): field [attribute] not found in result iterator</div><div>ERROR: db_mongodb [mongodb_dbase.c:739]: db_mongodb_store_result(): failed to set the columns</div><div>ERROR: db_mongodb [mongodb_dbase.c:918]: db_mongodb_query(): failed to store result</div><div>ERROR: db_mongodb [mongodb_dbase.c:927]: db_mongodb_query(): failed to do the query</div><div>ERROR: avpops [avpops_impl.c:381]: ops_dbload_avps(): db_load failed</div><div> </div><div>I read on <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Connecting-to-mongodb-Replica-set-from-opensips-td7603254.html">http://opensips-open-sip-server.1449251.n2.nabble.com/Connecting-to-mongodb-Replica-set-from-opensips-td7603254.html</a> that "some modules are not safe to use with mongodb, namely ... avpops(do not recall the issue with this one) ... ". Does anyone know if this is correct / what the problem is? And should I then implement this myself using ndb_mongodb?</div><div> </div><div>Thanks and regards,</div><div>Hamt</div><div> </div><div> </div></div>