-
Yseanmc_, is making v5 public, at this point, just a resource issue or is there still some work to be done on the code itself? I had in my mind that your commercial UCaaS was utilizing the v5 code for some time. Is that correct?
-
mc_yes, our hosted platform and some clusters we manage are all on v5
-
mc_Ysean: the big hold up is on the app exchange
-
Yseanmc_: aaaaah. That monster.
-
mc_yeah, it at least has a team on it now, so its moving less glacially
-
ahmes_Hi all - might anyone know how I can see potential API calls that failed through tapping into the AMQP queue? I see the failed attempts in the debug log but I want to see if I can see exactly what is failing when it hits the API or what the attempted payload is.
-
mc_ahmes_: API requests mostly just log to the kazoo.log, but should log the request payload received and any log lines related to processing it
-
mc_the response should have a "request_id" you can use to grep the logs
-
mc_to see more details
-
ahmes_mc_: I see. That helps.
-
ahmes_It shows Msg-ID but not request_id
-
mc_AMQP messages have msg-id for logging purposes
-
mc_there are validators for each amqp payload that run before publishing and after reception (sender and receiver side)