JAVA
This section is your one-stop-shop to all Java code available on this portal. The code samples are divided into three sections:
- Complete Source-Code: These are fully-functional, working Java samples, that you could download on your server and have up and running in a matter of minutes.
- Code Snippets: This are specific code snippets provided to highlight a specific aspect or a best practice.
- Tips & Tricks: These are typically configuration tips to enable seamless integration with CallFire's servers.
Quick Links
|
|
| Complete Source Code | Code Snippets | Tips & Tricks
|
Direct Connect Service: This example shows how to use CallFire's Direct connect service using your own predictive algorithm.
Call Center Connect (CCC): complete example.
Create CCC Campaign: Shows how to create CCC campaigns (with dispositions)
Running CCC Campaigns: Shows how to simulate the agent experience. | Java Byte Array: Convert a file to byte array.
| Coming soon.
|
Java API Client
Download Java Client
Using the Client
- Create an eclipse java project. Copy the contents of the /src folder into your source folder
- All the jar files in the /lib folder need to be added to your java project
- Run the main class in the package: com.callfire.testclient.BroadcastServiceTesterMain