Activity for Generic JTAPI and Jain Jcc and Jcat

  • Stephan Förderung Stephan Förderung committed [r405]

    added new Field "origin" to Tapi3PrivateData for getting infos about direction of call (inbound/outbound) and if call is internal or external

  • Stephan Förderung Stephan Förderung committed [r404]

    simplified build.xml to put all providers together in one gjtapi.jar

  • Stephan Förderung Stephan Förderung committed [r403]

    move content of src dir to gjtapi subdir

  • Stephan Förderung Stephan Förderung committed [r402]

    moved xtapi to gjtapi src tree

  • Stephan Förderung Stephan Förderung committed [r401]

  • Stephan Förderung Stephan Förderung committed [r400]

    added jaxws jar files

  • Stephan Förderung Stephan Förderung committed [r399]

    created IntelliJ project

  • Stephan Förderung Stephan Förderung committed [r398]

    deleted CVS Root

  • --none-- committed [r1]

    Standard project directories initialized by cvs2svn.

  • Richard Deadman Richard Deadman committed [r3]

    First checkin of version 1.4 of Generic JTAPI and Jcc

  • Root Root committed [r2]

    initial checkin

  • --none-- committed [r4]

    This commit was manufactured by cvs2svn to create tag 'start'.

  • Richard Deadman Richard Deadman committed [r5]

    Fixing to -kb binary mode

  • Richard Deadman Richard Deadman committed [r6]

    Fixing inadvertant checkin

  • Richard Deadman Richard Deadman committed [r7]

    New version of image and zip doc files in binary format.

  • Richard Deadman Richard Deadman committed [r9]

    Adding back binary versions of these files.

  • --none-- committed [r10]

    This commit was manufactured by cvs2svn to create tag 'Version1-4'.

  • Richard Deadman Richard Deadman committed [r8]

    Removing non-binary versions

  • Richard Deadman Richard Deadman committed [r11]

    1.4 javadocs moved to File Release area

  • Richard Deadman Richard Deadman committed [r12]

    Files moved to Sourceforge release directory

  • Ulf Licht Ulf Licht committed [r13]

    fixed problems where variables, that are declared as 'static final', are used as if they were instance variables

  • Ulf Licht Ulf Licht committed [r14]

    fixed ProviderFactory.getTerminals() bug; now throws a ResourceUnavailableException instead of returning null if the basicJtapi interface is not implemented

  • Ulf Licht Ulf Licht committed [r15]

    added pointer to javax.telephony.events.Ev and javax.telephony.Event in javadoc for cause parameters

  • Richard Deadman Richard Deadman committed [r16]

    Fixed JccTpi so that it now properly extends CoreTpi

  • Richard Deadman Richard Deadman committed [r17]

    Changes to bring the Jcc wrapper in line with Jcc 1.0a.

  • Richard Deadman Richard Deadman committed [r18]

    Fix Call.connect() returned Connections ordering to match the specification.

  • Richard Deadman Richard Deadman committed [r19]

    Fixed race condition where events were asynchonously dispatched and then the

  • Richard Deadman Richard Deadman committed [r20]

    Fixed the InvalidEvent dispatching so that cleanup of calls is delayed until

  • Richard Deadman Richard Deadman committed [r21]

    Tightened FreeCall constructor, fixed CallMgr toString() and cleaned up some

  • Richard Deadman Richard Deadman committed [r22]

    First pass at a Service Provider for XTAPI. Not yet tested.

  • Richard Deadman Richard Deadman committed [r23]

    Fix Callback CallInfo event handling.

  • Richard Deadman Richard Deadman committed [r24]

    Temporarily wrapped exceptions that the GJTAPI provider interface does not

  • Richard Deadman Richard Deadman committed [r25]

    Fixed "getCapabilities()" so it handles null values correctly.

  • Richard Deadman Richard Deadman committed [r26]

    Added some toString() methods and corrected placement of "release()" from

  • --none-- committed [r27]

    This commit was manufactured by cvs2svn to create tag 'rel-jcc1-0a'.

  • Richard Deadman Richard Deadman committed [r28]

    Added support for connection dropping and proper capabilites reporting.

  • Richard Deadman Richard Deadman committed [r29]

    Fixed argument parsing so that white spaces are properly trimmed.

  • Richard Deadman Richard Deadman committed [r30]

    Added preliminary support for remote terminal caching.

  • Richard Deadman Richard Deadman committed [r30]

    Added preliminary support for remote terminal caching.

  • Richard Deadman Richard Deadman committed [r31]

    Upgraded the Jcc package to support Jcc 1.0b

  • Richard Deadman Richard Deadman committed [r32]

    Inserted modification made by Steve Frare of XTAPI.

  • Richard Deadman Richard Deadman committed [r33]

    Jcc 1.0b new Filter

  • Richard Deadman Richard Deadman committed [r34]

    Properly caught RuntimeExceptions in synchronous callbacks

  • Ulf Licht Ulf Licht committed [r35]

    getConnections() now returns null instead of empty Connections array if no connections are given for a FreeCall

  • Richard Deadman Richard Deadman committed [r36]

    Clarified the Connection.release behaviour. Now Connection.release blocks on

  • Ulf Licht Ulf Licht committed [r37]

    fixed bug in removeConnection(Connection c) method; Connection is actually removed now when method is called

  • Richard Deadman Richard Deadman committed [r38]

    Fixed GenericProvider.getCalls() so that it returns null if the set of calls is

  • Ulf Licht Ulf Licht committed [r39]

    getConnections() now returns null if no Connections are given; fixes bug 592969

  • Ulf Licht Ulf Licht committed [r40]

    getTerminalConnections() now returns null if no TerminalConnections are given; fixes bug 593005

  • Richard Deadman Richard Deadman committed [r42]

    Fixed the DomainMgr so that null and ResourceUnavailableExecption are

  • Richard Deadman Richard Deadman committed [r41]

    Fixed loading of addresses and terminals soo that it only happens during

  • Richard Deadman Richard Deadman committed [r43]

    Fixed FreeCall's constructor so that faulted call construction doesn't throw

  • Richard Deadman Richard Deadman committed [r44]

    Fixed the JavaDoc's to better explain when throttle events are required.

  • Richard Deadman Richard Deadman committed [r45]

    Updated to Jcc 1.1 support. This involved changing to the new javax.csapi.cc.jcc

  • Richard Deadman Richard Deadman committed [r45]

    Updated to Jcc 1.1 support. This involved changing to the new javax.csapi.cc.jcc

  • Richard Deadman Richard Deadman committed [r46]

    Fixed for loop break statement not properly encapsulated in "{}".

  • Ulf Licht Ulf Licht committed [r48]

    fixes SF bug 612253

  • Richard Deadman Richard Deadman committed [r47]

    Fix to support Jcc 1.1 package refactoring.

  • Ulf Licht Ulf Licht committed [r49]

    added calls to this.startEvents() in addCallListener() and addCallObserver() methods; fixes SF bug #612252

  • Richard Deadman Richard Deadman committed [r50]

    Minor fixes that add better support for remote number ids

  • Richard Deadman Richard Deadman committed [r51]

    Test class for the XTAPI bridge.

  • --none-- committed [r53]

    This commit was manufactured by cvs2svn to create tag 'version-1-5'.

  • Richard Deadman Richard Deadman committed [r52]

    Fixed some links and minor formatting stuff

  • Richard Deadman Richard Deadman committed [r55]

    Fixed FreeCall.connect() so that the two resulting Connections are in CONNECTED

  • Richard Deadman Richard Deadman committed [r54]

    Noted that addParty and 1.2 media are supported and that low-level hold is

  • Ulf Licht Ulf Licht committed [r56]

    added toString() method for easier debugging

  • Ulf Licht Ulf Licht committed [r57]

    fixed bug in toHeld() method; fixes SF bug 618628

  • Ulf Licht Ulf Licht committed [r58]

    removed redundant TerminalConnection.hold() call from transfer() and addParty() methods

  • Richard Deadman Richard Deadman committed [r59]

    New low-level interface for CSTA consultation.

  • Richard Deadman Richard Deadman committed [r60]

    Minor fixes to correct double ";"

  • Tim Panton Tim Panton committed [r61]

    Alpha (non-media) provider for Dialogic GlobalCall on Linux

  • Tim Panton Tim Panton committed [r63]

    I've updated the net.sourceforge.gjtapi.test.TestCallListener so

  • Tim Panton Tim Panton committed [r62]

    Alpha Provider code for Dialogic GC

  • Tim Panton Tim Panton committed [r64]

    Added support for Dialogic GlobalCall provider

  • Tim Panton Tim Panton committed [r65]

    Fixed typo in signoff email.

  • Richard Deadman Richard Deadman committed [r66]

    Add support for MediaService factory, as required by JTAPI 1.4

  • Tim Panton Tim Panton committed [r67]

    First pass at native code for a globalCall provider - Linux only

  • Richard Deadman Richard Deadman committed [r68]

    Added initial ant script for building GJTAPI and the XTAPI bridge source and it's jar files.

  • Ray Tran Ray Tran committed [r69]

    This is the props file for net.sourceforge.gjtapi.raw.modem.ModemProvider

  • Ray Tran Ray Tran committed [r70]

    The README for the ModemProvider implementation for GJTapi.

  • Ray Tran Ray Tran committed [r71]

    First commit of the ModemProvider implementation for GJTapi.

  • Richard Deadman Richard Deadman committed [r72]

    Adding XTAPI bridge licences to the repository

  • Richard Deadman Richard Deadman committed [r73]

    The X11 licence used by the project

  • Richard Deadman Richard Deadman committed [r76]

    Added new test cases for Connection state and TerminalConnection Listeners.

  • Richard Deadman Richard Deadman committed [r75]

    Fix up some comment ordering.

  • Richard Deadman Richard Deadman committed [r73]

    The X11 licence used by the project

  • Richard Deadman Richard Deadman committed [r74]

    Added automatic event generation when first Connection added and last Connection

  • Richard Deadman Richard Deadman committed [r77]

    Test the setting of Call Observers and Listeners on an Address.

  • Richard Deadman Richard Deadman committed [r78]

    This is an optional class that can be used for overriding JTAPI's 1.3

  • Richard Deadman Richard Deadman committed [r79]

    Minor javadoc corrections and removal of an extraneous catch block

  • Richard Deadman Richard Deadman committed [r80]

    Fixed up binding so that it releases any waiting threads caused by a

  • Richard Deadman Richard Deadman committed [r81]

    Check for null Dictionaries and try to handle missing interfaces in JTAPI

  • Richard Deadman Richard Deadman committed [r82]

    Fixed Leg initialization so all connections are valid before events are sent to listeners

  • Richard Deadman Richard Deadman committed [r83]

    Fixes to ensure Jcc can register JccCallListeners for current calls and future incoming calls.

  • Richard Deadman Richard Deadman committed [r84]

    Changed behaviour so that MediaService.release() causes a disconnect

  • Richard Deadman Richard Deadman committed [r85]

    Added test case for calling out on a TAPI modem and sending digits

  • Richard Deadman Richard Deadman committed [r86]

    Fix bug where incoming call wasn't registering it's terminal to CallId mapping.

  • Richard Deadman Richard Deadman committed [r87]

    Trapped LINE_GENERATE events properly

  • Richard Deadman Richard Deadman committed [r88]

    Changed fax and non-fax mixing test so that null String ids are ignored and don't cause

  • Richard Deadman Richard Deadman committed [r89]

    Minor fixes to expose some attributes so as to enable serialization of GJTAPI

1 >
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.