JAVA

This section is your one-stop-shop to all Java code available on this portal. The code samples are divided into three sections:

  1. 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.
  2. Code Snippets: This are specific code snippets provided to highlight a specific aspect or a best practice.
  3. 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

  1. Create an eclipse java project. Copy the contents of the /src folder into your source folder
  2. All the jar files in the /lib folder need to be added to your java project
  3. Run the main class in the package: com.callfire.testclient.BroadcastServiceTesterMain