Dialogic
®
DSI SPCI Network Interface Boards Programmer's Manual Issue 5
35
gctlib.lib
(Windows® using Microsoft compiler)
gctlibb.lib
(Windows® using Borland compiler)
gctlib.lib
(Linux)
gctlib.lib
(Solaris)
Some simple example programs are supplied to illustrate the techniques for
interfacing to the protocol stack although they are not intended to show a
real application. Before starting to develop an application, you can familiarize
yourself with the example programs and how they are built.
The example programs are contained in the User Part Development Package.
upe
is a framework for a User Part module and contains a worked example of
exchanging messages with the MTP3 module. It loops back any MTP-
TRANSFER-INDICATIONS messages that it receives and reports other MTP
indications to the user.
mtpsl
is an example of how to send messages to MTP3 to activate and
deactivate signaling links. It can be used as a command line tool for this
purpose initially. It is intended that the user builds the example code into the
management application.
ctu
is an example of how a user application can interface with telephony user
parts, e.g., ISUP or TUP.
A makefile is included to allow you to build the application programs. To build
the program, change to the appropriate directory and enter (to build ctu):
nmake /f ctu.mnt
(Windows®)
make -f ctu.mlx
(Linux)
make -f ctu.ms2
(Solaris)