-
BadRequestIs it just me or the new 2600Hz's docs site implies kazoo⊙5 is "near" to be released/open-sourced? docs.2600hz.com
-
mc_BadRequest: the hope is an october release
-
ruelI noticed that new docs page yesterday. Looks really nice. I like the fact that the 4.3 docs are still there, and plainly separated from the v5. :)
-
BadRequestmc_: I miss you!
-
BadRequesthaha
-
BadRequestmc_: Those are good news!
-
mc_BadRequest: agreed, we miss you around here too
-
BadRequest<3
-
mc_BadRequest: how is your little girl? not so little anymore?
-
BadRequestmc_: haha, exactly, not so little anymore :D
-
BadRequest5 years old already <3
-
mc_amazing, miles just turned 10
-
mc_its flying by
-
BadRequesthaha
-
btrachti am getting a timeout failure, datastore_fault when i am attempting to pull cdr logs
-
btrachtjust for one account
-
btrachtwhat would cause this?
-
ruelbtracht: have you made any changes to your CouchDB cluster?
-
btrachtno
-
btrachtthe api request works with other accounts i have tried
-
ruhnetbtracht: well, could also be that your DB timeout is set too low? Check your CouchDB logs and see what it's reporting.
-
btrachthow do i check/set that
-
ruhnetwell, check your logs first while doing a request to see if that's actually it. But you can set it in your HAProxy config.
-
BadRequestbtracht: That is known to happen for accounts with a large number of CDRs. If I recall correctly, it will fail the first time you try to list them. If you come about 5 minutes later and try to load it again, it will probably load as the indexes for the views have finished being rebuilt.
-
BadRequestI think the safer way to pull CDRs for an account with a large number of them is by using the tasks API. You ask Kazoo to build a CSV for you and you can use the tasks API to ask about the current status of that task from some time to time. Once it is ready, you will be able to download the CSV file.