Our CSTADLL product is a collection of DLLs for the Microsoft .NET platform (4.5 or higher) that allow a developer to perform ACSE, ECMA-354 session management, and CSTA operations for any of the three BER CSTA phases and XML CSTA editions 3 through 6.
CSTADLL specifically includes support for the following PBX devices:
- Alcatel 4400
- Alcatel OXO
- Panasonic KX-TDA
- Panasonic KX-TDE
- Panasonic NCP
- Panasonic KX-NS
- Panasonic NXS
- Philips Sopho
- Siemens CAP
- Siemens Hicom 300
- Siemens Hipath 3000
- Siemens Hipath 4000
- Siemens Realitis
- Tadiran Coral
- Unify Openscape Business (e.g., X5 and X8)
- Unify Openscape 4000
- Unify Openscape Voice
- Vodia SNOMOne
The generic (i.e., non-device-specific) helper classes included in the DLLs should be sufficient to allow developers to work with many standard PBX devices that aren't given in the list above.
The helper classes provide methods for several common ACSE and CSTA operations. Examples include establishing an ACSE session with a PBX, instructing a PBX to make a call, transfer a call, query a device, etc.
The helper classes also provide the ability for a client program to specify an asynchronous callback function that will be invoked whenever asynchronous messages are received from the PBX. A common use for this feature would likely be CSTA monitoring functions, in which messages with monitor data are sent asynchronously to the client from the PBX. Receiving Call Detail Record (CDR) messages is also supported.
The CSTADLL software can be used in multiple ways, depending on the needs of the client program. The diagram below illustrates one way of using the CSTADLL software. In this scenario a client program is using just the helper classes to do ACSE and CSTA operations and communicate with the PBX. This way of using the software would allow the client program to perform some common ACSE and CSTA operations and find out if they were successful. It would not allow the client program to see any content that the PBX returns in the form of an ACSE or CSTA message. It would also not allow the client program to send any messages to the PBX for which the CSTADLL software doesn't expose a helper method. The appropriate DLL that's included with the CSTADLL software is identified as the all-phases DLL in this diagram.
This next diagram shows the client program using both the helper classes and the generated classes. This approach allows the client program to view content that the PBX sends back, and it also allows the client program to send messages for which no helper method is exposed by CSTADLL.
This last diagram shows the client program using only the generated classes that are within CSTADLL. This approach might be useful if the client program needs to manage its own communication with a PBX device. The PBX device, for example, might not support TCP/IP communication or might work better if a different communication paradigm is used.
A 30-day free evaluation of the product may be obtained by clicking on the Download button below. This will redirect you to our login page where you will first need to create a user account if you don't already have one. Be sure to provide a valid E-mail address as the product license file will be sent to this address.
Please see the Pricing page.