- Joined
- Feb 11, 2022
- Messages
- 1
- Reaction score
- 0
Hi,
We are building an integration between 3CX and our own API to create a make call.
The service is deployed to linux box. We can transfer the call to the client(softphone) only once after that we cannot start a call again after we make a call.
We need to restart the service to makecall again.
How do we release the client(softphone) without restarting the service?
Any sample C#.netcore codes to do that?
Below code causing the problem and cannot initiate another call.
PhoneSystem.Root.MakeCall(registrarRecord, toNumberCall);
Thanks,
We are building an integration between 3CX and our own API to create a make call.
The service is deployed to linux box. We can transfer the call to the client(softphone) only once after that we cannot start a call again after we make a call.
We need to restart the service to makecall again.
How do we release the client(softphone) without restarting the service?
Any sample C#.netcore codes to do that?
Below code causing the problem and cannot initiate another call.
PhoneSystem.Root.MakeCall(registrarRecord, toNumberCall);
Thanks,