
System Release 6.1 cPCI for Windows Release Guide — May 2006 38
The HDSI board can support up to 120 stations with tone detection and generation, and
FSK Caller ID transmission.
Note: Refer to the MSI API Library Reference and the MSI API Programming Guide for more
information.
New Features
The following new MSI API library features have been implemented in System Release
6.1 cPCI for Windows. These features are new since System Release 6.0 cPCI Feature
Pack 1 for Windows.
Station Interface Alarms
This feature provides notification of problems with the communication link between a
board and its associated Station Interface Box (SIB). The MSI API sends a station
interface alarm to the application when a station interface goes offline, so that the
application can stop sending calls to the station interfaces that are no longer in
service. The MSI API can also notify the application when the problem is corrected;
that is, when the station interface goes on-line. Example: If power to the SIB is lost or
if any communication links between the board and the SIB are accidentally
disconnected (e.g., cable is disconnected), the MSI API can notify the application by
sending it an alarm event. See the MSI API Library Reference and the MSI API
Programming Guide for details.
Asynchronous Routing with ms_listenEx( ) and ms_unlistenEx( )
In addition to the functionality provided by ms_listen( ) and ms_unlisten( ), the new
ms_listenEx( ) and ms_unlistenEx( ) routing functions provide asynchronous
routing through the mode parameter. The MSEV_LISTEN and MSEV_UNLISTEN
events are also added to indicate the successful completion of the asynchronous
routing operations, and the MSEV_LISTEN_FAIL and MSEV_UNLISTEN_FAIL
events to indicate failure of the asynchronous routing operations. See the MSI API
Library Reference for details.
6.7 Standard Runtime Library
The Standard Runtime library (SRL) API provides a common interface for event handling
and other functionality common to all Intel
®
Dialogic
®
and Intel NetStructure
®
devices.
The Standard Runtime library provides the framework for implementing the supported
programming models and serves as the central dispatcher for events that occur on all
devices. Through the Standard Runtime library, events are handled in a standard manner.
Note: Refer to the SRL API Library Reference and SRL API Programming Guide for more
information.
New Features
No new SRL API features have been implemented since System Release 6.0 cPCI
Feature Pack 1 for Windows.