- Joined
- Sep 26, 2011
- Messages
- 5
- Reaction score
- 0
Hi
I'm happy to provide more information if needed, but just thought I'd ask the question before going to much further with this on my own.
We have written a program to use the Call Control API and it works fine when run as an application (on the 3CX server), but we cannot get it to run as a windows service.
To test it further we tried taking the code from the "ActiveCalls_QueueCalls" test project and it times out indefinitely on the following line of code:
Is this a known issue? (not working from a service) Or should we persevere?
Thanks
Note: We're using Visual Studio 2010, 3CX v10 and 3cxpscomcpp2.dll version 1.2.19643.0
I'm happy to provide more information if needed, but just thought I'd ask the question before going to much further with this on my own.
We have written a program to use the Call Control API and it works fine when run as an application (on the 3CX server), but we cannot get it to run as a windows service.
To test it further we tried taking the code from the "ActiveCalls_QueueCalls" test project and it times out indefinitely on the following line of code:
Code:
Tenant[] tenantArr = PhoneSystem.Root.GetTenants();
Thanks
Note: We're using Visual Studio 2010, 3CX v10 and 3cxpscomcpp2.dll version 1.2.19643.0