Getting Started
Ideal Prerequisites: Siemens Hipath 3000 (Network or Serial)
Others - Siemens Hipath 4000, Ericsson via AppLink 4, more to be available
To get started:
Read about the example client application in this forum topic.
You may want to look at supported call control services and call control events. There are logical services/events for agent based scenarios like call centre software etc... but you'll have to find it yourself for the moment. It's in the package "next door" to the call control stuff.
An older video is available through the video resources link in the menu. SVN checkout into netbeans. Experienced developers would want to watch it to get an overview of project layout to then set up their own environment how they please. Whereas a noob java developers can sit through a step-by-step 10 minute setup video for your IDE. YMMV :D
If you plan to connect with a Serial Port, you'll need to download the RXTX Serial Port libraries for java. If you're on linux, watch the video in the video resources section. If you're working on OS X, then follow these instructions:
Copy the RXTXcomm.jar file to /Library/Java/Extensions
Copy the libSerial.jnilib file to /Library/Java/Extensions
The PL2303 sourceforge project for os x works for certain USB-serial dongles
mkdir /var/spool/uucp
chmod 775 /var/spool/uucp
mkdir /var/lock
chmod 777 /var/lock
