16:01:52 what can cause a datastore_conflict error? What will be the best way to fix it? 16:01:58 "data": ⊖{ 16:01:59 "message": "conflicting documents" 16:01:59 }, 16:01:59 "error": "409", 16:01:59 "message": "datastore_conflict", 16:29:35 mentax__: flush the db/doc from the cache and try the fetch/save again 16:29:49 typically means two concurrent saves were attempted and one loses 16:30:05 or the cache was stale (cached doc's _rev was older than the db's doc) 16:30:36 409 just tells you to fetch from db again and apply your changes to the latest version of the doc 16:31:26 mc_: Thanks! Is there any sup command to do it? 16:32:51 sup kz_datamgr flush_cache_doc {DB} {ID} 16:32:52 i believe 16:33:03 mentax__: sup kazoo_data_maintenance flush_docs {ACCOUNT_ID} {DOC_ID} 16:34:16 BadRequest: flush_doc maybe ;) 16:36:14 sup kazoo_data_maintenance flush_docs 4192f51f74a0b48fb2e123a1d85388db 16:36:14 flushed all docs cached for account 4192f51f74a0b48fb2e123a1d85388db 16:36:39 it's working! 16:39:16 good to start the day with a win 17:05:20 mentax: calling that function with just the account_id is overkilling. You just clear all the other documents from that account from the cache. That is why there is a account_id -> doc_id variant ;) 17:15:16 BadRequest: I just didn't found which doc it is trying to touch 17:18:42 I see. 22:32:12 So, with voip innovation they said that they can send messages over SIP. Does 4.3 support SMS over SIP?