-
BadRequestTry `$ sup crossbar_maintenance start_module cb_service_plans`
-
BadRequestlvlinux: _^
-
lvlinuxBadRequest: hmm, it's not liking that, "failed to start cb_service_plans: no_modules_started"
-
lvlinuxah it's "cb_services"
-
lvlinux...but still giving 404
-
lvlinuxIn the kazoo log when I try to access that URL I get "module cb_service_plans not found: nofile"
-
lvlinuxI don't see service_plans in the crossbar modules in the source.
-
lvlinuxjust "cb_services"
-
BadRequestlvlinux: try /services instead of /service_plans
-
BadRequestActually, I think it is a different thing.
-
BadRequestI am not sure if /service_plans API was available in 4.3 or not.
-
lvlinuxMust not be.
-
lvlinuxMain thing I need is to figure out how to enable SMS/messaging on an account---I've created the service plan for it and applied it to the account but I'm not sure how to enable messaging for the account.
-
lvlinuxTrying to look through the code in kz_services_im.erl to see how it determines if sms is enabled on an account. My Erlang-fu is pretty weak though, so it's rough to follow haha...