12:51:53 sigh... it just needed to have media bypass enabled in the carrier document. 12:52:35 Has anyone had issues uploading media to Kazoo from the web UI? I'm getting non-descript error message where everything is undefined. 13:58:04 Quesitoj... should I be seeing this message in the kazoo log normally? 13:58:32 13:57:09.290 [warning] |9e118cbddac3ebf03c36c9b9f68fc32c|api_resource:227(<0.14581.15>) request with "X-Forwarded-For: 10.20.1.100" header, but peer (x.x.x.x) is not allowed as proxy 13:58:51 I see this while trying to do a phone number lookup in the Numbers app. 14:20:53 Also, I have the number_manager.telnyx configured for debug and I'm not seeing any data in /tmp related to debug data for the queries. 16:50:17 alright... so am I correct in thinking that in order to support Telnyx API v2 the only source file that needs to be updated is core/kazoo_number_manager/src/knm_telnyx_util.erl ? 18:13:53 mc_: Any news about v5? 18:17:58 Serge: He said the target it Q2 2024 18:18:59 That's what the marketplace is supposed to be open to everyone and thus Kazoo 5 should be make public at or after the marketplace GA 18:25:27 I'm running an experiment. I'm utilizing ChatGPT to review a kazoo module that makes API calls to a third party and update the code to utilize the current API version. I'm doing "make" tests now. 18:25:39 The results could be VERY interesting. 18:29:28 Ysean: lol nice 18:29:40 Serge: yes, q2 for GA of marketplace is what was presented at kazoocon 18:29:56 chatter with ooma indicate they don't see any reason not to open source 5 18:30:01 so, fingers crossed 18:30:33 mc_: Another year or so? 18:32:59 Without marketplace we will not see v5? 18:33:49 So far all the test makes haven't crapped out with an error. That's a good sign. 18:34:17 I can live without market place for next couple years, but 4.3 and Centos7 is outdated =) 18:35:13 mc_ I wouldn't trust chatGPT to create a complex program or understand all of a complex program but, for what I tasked it with... I figured it could handle... updatint the knm_telnyx_util.erl code to use the Telnyx v2 API as Telnyx v1 API hasn't seemed to work for ages. 18:36:33 hmmm... Fixturedb eunit test failed test_tiff_to_pdf_binary and test_tiff_to_pdf_tuple. Code I was nowhere near 18:37:47 what was part of kazoo_convert... time to make sure I have the necessary tools/libraries installed on this host 18:52:27 Hah... I missed 1 prereq.. The eunit tests all passed. doing the make proper now. If that's successful then I'll do a make clean; make; make build-release and rejoice with an adult beverage. 19:04:35 mc_: so, all of the tests and compile were good. Could I just copy the modified binary into production and reload kazoo to use the modified binary? Or, is there more fun and games involved? 19:30:14 mc_ how can I make kazoo actually log debug info for knm? I don't see any log being created /tmp 19:33:05 Ysean: lager will log to syslog, which should go to /var/log/kazoo/kazoo.log 19:33:24 then you can edit /etc/kazoo/core/config.ini to log in debug, or run a SUP command to change runtime to debug level 19:33:38 sup kazoo_maintenance change_syslog_log_level debug 19:33:39 i think 19:33:46 ok thanks.