release 1.0
release 1.0a
- Two RIs are available, one that implements the jain.application.services.jcc/jcp package and one that the javax.jain.services.jcc/jcp package.
fixed bugs
- The methods will test the preconditions and throw a suitable exception if the preconditions are not satisfied.
- createEventFilterOr() and createEventFilterAnd() throw InvalidArgumentException if an empty array with EventFilters is passed
- The RI does not fail anymore with a NullPointerException when a Listener is added through JcpCall.addCallListener(JcpCallListener l);
known bugs
- Even if processing is requested to be BLOCKED in JccConnection.DISCONNECTED state, processing continues. EventFilter.EVENT_BLOCK is not honored.
- The phone instances sometimes show some unexpected behavior.
release 1.0b
- Two RIs are available, one that implements the javax.jain.services.jcc/jcp package and one that the javax.csapi.cc.jcc/jcp package.
fixed bugs
- After a Jcp/JccCall has been released, JcpCall.getCall() now returns JcpCall.INVALID (accoding to specification).
known bugs
- The phone implementation, available through TestApplication, has improved. Still, the phone instances sometimes show some unexpected behavior.
- For easy of distribution, the JCC RI makes use of the JDK 1.4 regex capabilities. Note that JDK 1.4 does not fully comply to Perl5 regular expressions. The JCC specification, however, specifies compliance with Perl5 regular expressions.
release 1.1
- One RI ia available, one that implements the javax.csapi.cc.jcc package.