-
Ysean
sigh... it just needed to have media bypass enabled in the carrier document.
-
Ysean
Has anyone had issues uploading media to Kazoo from the web UI? I'm getting non-descript error message where everything is undefined.
-
Ysean
Quesitoj... should I be seeing this message in the kazoo log normally?
-
Ysean
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
-
Ysean
I see this while trying to do a phone number lookup in the Numbers app.
-
Ysean
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.
-
Ysean
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 ?
-
Serge
mc_: Any news about v5?
-
Ysean
Serge: He said the target it Q2 2024
-
Ysean
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
-
Ysean
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.
-
Ysean
The results could be VERY interesting.
-
mc_
Ysean: lol nice
-
mc_
Serge: yes, q2 for GA of marketplace is what was presented at kazoocon
-
mc_
chatter with ooma indicate they don't see any reason not to open source 5
-
mc_
so, fingers crossed
-
Serge
mc_: Another year or so?
-
Serge
Without marketplace we will not see v5?
-
Ysean
So far all the test makes haven't crapped out with an error. That's a good sign.
-
Serge
I can live without market place for next couple years, but 4.3 and Centos7 is outdated =)
-
Ysean
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.
-
Ysean
hmmm... Fixturedb eunit test failed test_tiff_to_pdf_binary and test_tiff_to_pdf_tuple. Code I was nowhere near
-
Ysean
what was part of kazoo_convert... time to make sure I have the necessary tools/libraries installed on this host
-
Ysean
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.
-
Ysean
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?
-
Ysean
mc_ how can I make kazoo actually log debug info for knm? I don't see any log being created /tmp
-
mc_
Ysean: lager will log to syslog, which should go to /var/log/kazoo/kazoo.log
-
mc_
then you can edit /etc/kazoo/core/config.ini to log in debug, or run a SUP command to change runtime to debug level
-
mc_
sup kazoo_maintenance change_syslog_log_level debug
-
mc_
i think
-
Ysean
ok thanks.