-
LithgowHi, I am trying to remove/edit the default e164_converters in number_manager but I can't seem to remove them via curl, any ideas?
-
LithgowI need to remove some of the default US stuff to make it work in the UK correctly
-
Lithgowthis rule needs to be changed
-
Lithgow"^011(\\d{5,})$|^00(\\d{5,})$": {
-
Lithgow"prefix": "+"
-
Lithgowto
-
Lithgow"^00(\\d{5,})$": {
-
Lithgow"prefix": "+"
-
Lithgowbut all that happens is that it adds that separate rule but doesn't remove the old. When I check the doc using bigcouch db utils webpage it doesn't even show that field, it doesn't show any of the default fields just the ones I've tried to modify
-
Lithgowany suggestions would be appreciated :)
-
btracht1210BadRequest: cd_storage was not running. i have started but still not working
-
btracht1210i do get a 404 error on the 'GET /v2/accounts/{ACCOUNT_ID}/storage'with a cause of bad identifier (the account)
-
btracht1210do i need to enable for accounts individually?
-
Sergemc_ any updates for v5? Do you think it will show up around April time?
-
BadRequestbtracht1210: 404 bad identifier, means there is not storage configuration for that account, yet. Now that cb_storage was started, you issue a PUT request to that API with a JSON file to configure storage for the account.
-
BadRequest
-
mentaxmc_ any updates for v5? Do you think it will show up around April time?
-
btracht1210BadRequest: thanks for the help!!
-
BadRequestbtracht1210: You are welcome.