00:00:17 Try `$ sup crossbar_maintenance start_module cb_service_plans` 00:00:38 lvlinux: _^ 00:04:26 BadRequest: hmm, it's not liking that, "failed to start cb_service_plans: no_modules_started" 00:05:17 ah it's "cb_services" 00:05:58 ...but still giving 404 00:09:06 In the kazoo log when I try to access that URL I get "module cb_service_plans not found: nofile" 00:11:36 I don't see service_plans in the crossbar modules in the source. 00:11:45 just "cb_services" 01:04:05 lvlinux: try /services instead of /service_plans 01:05:13 Actually, I think it is a different thing. 01:05:38 I am not sure if /service_plans API was available in 4.3 or not. 01:33:47 Must not be. 05:18:53 Main 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. 05:35:59 Trying 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...