12:23:15 lvlinux: yes i've done it.. will try and trace how 12:39:23 I created a service plan.. like: 12:39:24 https://gist.github.com/bputtick/eda72dec7bc5d67b8ad723e2e847621e 12:57:09 you'll obvisouly need to subscribe to that plan if you're not editiing an existing one and you'll need an SMS capable number 15:21:05 barney_: thanks---my service plan evidently wasn't in the right format---i had im and sms separately and not nested like in yours. 15:21:32 hmm but it's still not saying it's enabled, maybe I need to flush caches. 15:21:46 yeh.. it wasn't clear.. I remember messing about with this for ages 15:25:18 flushing didn't help 15:26:16 restarting kazoo-applications to see if that works. 15:27:39 It still says "sms services not enabled for account" when I try to hit the sms endpoint. (I don't expect it to send, but just to not say that particular error.) Also, the im: {} object isn't populated in {account}/services/summary. 15:29:12 so evidently I'm still missing something. 15:32:00 ok.. let me see what else I have set 15:33:43 I applied the plan to the account with a POST to /accounts/{account}/services/{service_plan_id} --- does that seem correct? 15:38:13 yes 15:47:22 i have this is system_config 15:47:23 https://gist.github.com/bputtick/01e0ddc5e7847cbc3a9d3d262ba2112c 16:01:56 aha i bet that's it, lemme try that 16:06:30 Hmm, well looks like I had that already, except for the reseller object, which is also default false. 16:09:30 I just tried setting both of those objects in services.im to true but it didn't make a diff. (I did do a sup kapps_maintenance refresh system_config after that) 23:54:28 AHA! "sup kapps_config flush services" seemed to do the trick. Thanks very much for the help barney_