-
hmmhesaysmc_, making a few changes to cf_voicemail. kapps_account_config:get() eventually changes the category to config_voicemail which is looking for a config_voicemail doc. I don't see any reference to this anywhere else. You have any insight on that?
-
hmmhesayssorry it's accountdb/configs_voicemail it seems to not exist
-
mc_the doc should be created on first attempt to access it
-
hmmhesaysSo is there an api way to create these configs_ docs? That's where I'm confused
-
mc_cb_configs can be enabled, i think
-
mc_i typically recommend setting up a "private" crossbar instance to do this
-
mc_don't have these modules exposed to public internet
-
mc_or limit access at a load balancer
-
hmmhesaysOk I did see that but usually I just reference the monster js sdk and there was nothing in there.
-
hmmhesaysIt seems if I'm looking to reference addtional keys I should just go straight for kz_datamgr:open_cache_doc?
-
hmmhesays*additional config keys
-
mc_kapps_account_config:set(_global) can help there too
-
mc_but kapps_account_config:get allows for setting defaults
-
hmmhesaysbut then I need to use the cb_configs crossbar endpoint to modify whatever I need to get with kapps_account_config:get() correct?
-
mc_how often do you expect to modify it?
-
mc_but yes, via API, or sup kapps_account_config:set(_global)
-
hmmhesaysIn this case it needs to be user modified at will.