- Joined
- May 19, 2021
- Messages
- 11
- Reaction score
- 1
Hi everybody,
In my last thread (https://www.3cx.com/community/threa...oon-as-the-phone-is-picked.81595/#post-377092) I have been kindly informed about the possibile instruments I could use in order to receive the caller data everytime the phone in the office is picked for an upcoming call.
I was however wondering if I could follow another approach: I was thinking of using a CFD script which is going to:
1) Intercept an incoming call (let's say, from user 1 in the office with number 00X to user 2 with number 00Y);
2) Make an HTTP GET/POST request to a server in the local network;
3) Redirect the infos in our server to our client tools;
However, I haven't exactly got if this path is feasable. Is the CFD service only used as a automatized call center or can it actually do this kind of on demand task?
For now, I tried developing something like this:

where the script inside is configured as follows:

I also uploaded the zipped exported file in the 3CX System Management getting a green state, but nothing seems to be fired at call start neither something is logged in the C:\ProgramData\3CX\Instance1\Data\Logs path, that's why I was supposing to do something wrong.
Thank you very much for your help.
In my last thread (https://www.3cx.com/community/threa...oon-as-the-phone-is-picked.81595/#post-377092) I have been kindly informed about the possibile instruments I could use in order to receive the caller data everytime the phone in the office is picked for an upcoming call.
I was however wondering if I could follow another approach: I was thinking of using a CFD script which is going to:
1) Intercept an incoming call (let's say, from user 1 in the office with number 00X to user 2 with number 00Y);
2) Make an HTTP GET/POST request to a server in the local network;
3) Redirect the infos in our server to our client tools;
However, I haven't exactly got if this path is feasable. Is the CFD service only used as a automatized call center or can it actually do this kind of on demand task?
For now, I tried developing something like this:

where the script inside is configured as follows:

I also uploaded the zipped exported file in the 3CX System Management getting a green state, but nothing seems to be fired at call start neither something is logged in the C:\ProgramData\3CX\Instance1\Data\Logs path, that's why I was supposing to do something wrong.
Thank you very much for your help.