-
btracht1210i am attempting to set up call recording but getting a "http storage error: 405" "The requested method PUT is not allowed for the URL"
-
btracht1210any help would be appreciated
-
BadRequestbtracht1210: is cb_storage module running? `sup crossbar_maintenance running_modules`
-
BadRequestIf so, does the account already have a storage configuration? GET /v2/accounts/{ACCOUNT_ID}/storage
-
BadRequestIf you get 404, PUT should work, otherwise, grab response.data value and modify it to include the call_recording configuration and then use POST, instead of PUT with the modified JSON file.