- Joined
- Dec 20, 2024
- Messages
- 33
- Reaction score
- 29
Hi, i have
3CX hosted Version 20.0 Update 6 (Build 708) ENTERPRISE 8SC
Call flow designer 20.2.84.0
I modified the survey demo project with my database credentials (PostgreSQL) and built the app without compile errors.
I uploaded the zip file from integrations >> call scripts.
I am able to reach the call flow by assigning a dialling code. All my prompts and menus are working, but the database tool is not saving to my Google Cloud Database file.
I have added my 3cx's IP address to Google 's allowed IP list. I tested the SQL connection to my cloud with an SQL connector tool, and the database is working.
I can not see any logs from Google's side. I tried to enable Verbose logging for 3CX to see if there was an error with the SQL script or any clue as to what was not working, but I could not find anything.
Where should I focus to understand what is preventing SQL from being inserted in the table? I also try with fixed variables to reduce risks during the test, not live variables, such as the caller ID and other details from the call now.
SQL statement is now: "INSERT INTO public.ratings (callerno) VALUES ('123456789');"
all fields are written between " " as documentation shows like that.
I would be glad to solve this since we need to collect surveys to our own database for tailored jobs, another survey app sadly will not fit us for this project.
3CX hosted Version 20.0 Update 6 (Build 708) ENTERPRISE 8SC
Call flow designer 20.2.84.0
I modified the survey demo project with my database credentials (PostgreSQL) and built the app without compile errors.
I uploaded the zip file from integrations >> call scripts.
I am able to reach the call flow by assigning a dialling code. All my prompts and menus are working, but the database tool is not saving to my Google Cloud Database file.
I have added my 3cx's IP address to Google 's allowed IP list. I tested the SQL connection to my cloud with an SQL connector tool, and the database is working.
I can not see any logs from Google's side. I tried to enable Verbose logging for 3CX to see if there was an error with the SQL script or any clue as to what was not working, but I could not find anything.
Where should I focus to understand what is preventing SQL from being inserted in the table? I also try with fixed variables to reduce risks during the test, not live variables, such as the caller ID and other details from the call now.
SQL statement is now: "INSERT INTO public.ratings (callerno) VALUES ('123456789');"
all fields are written between " " as documentation shows like that.
I would be glad to solve this since we need to collect surveys to our own database for tailored jobs, another survey app sadly will not fit us for this project.
