- Joined
- Jul 15, 2009
- Messages
- 1
- Reaction score
- 0
Hi guys,
I'm trying to implement the 3CX Call Control API in our software. For that I'm going to build a VoIP communication server which is installed on the same server as the 3CX VoIP server is installed. My clients are connected to our VoIP communication server software. The last part is working nice. My problem is the communication with the 3CX VoIP server....
I've downloaded the Call Control API, deleted the 3cxpscomcpp2.dll, added the 3cxpscomcpp2.dll from the 3CX VoIP server to the build directory, and added it to the project. I also had to include the sl.dll file. After building it (32 bit), I published it to the machine where 3CX VoIP server is installed, and started the application. I get an "Config server is not connected" exception.
The 3CX VoIP server is a clean installed W2K8 server, with .NET FrameWork 3.5sp1, based on Cassini. I've added the PhoneSystem.ApplicationName = "HudSample" line to the 3CXphonesystem.ini file on the server.
Can someone help me? Has someone get it working?
I'm trying to implement the 3CX Call Control API in our software. For that I'm going to build a VoIP communication server which is installed on the same server as the 3CX VoIP server is installed. My clients are connected to our VoIP communication server software. The last part is working nice. My problem is the communication with the 3CX VoIP server....
I've downloaded the Call Control API, deleted the 3cxpscomcpp2.dll, added the 3cxpscomcpp2.dll from the 3CX VoIP server to the build directory, and added it to the project. I also had to include the sl.dll file. After building it (32 bit), I published it to the machine where 3CX VoIP server is installed, and started the application. I get an "Config server is not connected" exception.
The 3CX VoIP server is a clean installed W2K8 server, with .NET FrameWork 3.5sp1, based on Cassini. I've added the PhoneSystem.ApplicationName = "HudSample" line to the 3CXphonesystem.ini file on the server.
Can someone help me? Has someone get it working?