- Joined
- Apr 18, 2024
- Messages
- 3
- Reaction score
- 0
We are trying to change the user status using an API. Let's say we want to change station 112 to AWAY status.
Our environment is cloud-hosted on V20.
It seems many APIs from V18 are not yet implemented in the newer version.
Our understanding is that for V20, we only have xAPI, which is for admin purposes, and CallControl API, which has some methods for controlling a call (makecall, etc.).
None of these APIs have the capability to change user status.
Also, we have found there are some out-of-the-box flows (CFD) which actually have the capability to do that. However, instead of using a call, we want to do it from an application.
Finally, looking at the examples for APIs, we found some C# code using the TCX library. It seems this library has the capability to do such a change. However, since our environment is using a hosted solution, we don't have access to that library.
Can you help us confirm these findings?
Can you confirm we could use the TCX library if we install 3CX on a local server (on-premise solution)?
Thank you
Our environment is cloud-hosted on V20.
It seems many APIs from V18 are not yet implemented in the newer version.
Our understanding is that for V20, we only have xAPI, which is for admin purposes, and CallControl API, which has some methods for controlling a call (makecall, etc.).
None of these APIs have the capability to change user status.
Also, we have found there are some out-of-the-box flows (CFD) which actually have the capability to do that. However, instead of using a call, we want to do it from an application.
Finally, looking at the examples for APIs, we found some C# code using the TCX library. It seems this library has the capability to do such a change. However, since our environment is using a hosted solution, we don't have access to that library.
Can you help us confirm these findings?
Can you confirm we could use the TCX library if we install 3CX on a local server (on-premise solution)?
Thank you