System information

62 Dialogic
®
HMP Software Release 3.0WIN Release Guide — December 2010
Dialogic Corporation
Demonstration Software
Configuration file
Command line options
Output log files
Printing to the monitor
QoS
See the Dialogic
®
IP Gateway (Global Call) Demo Guide for more information.
IP Media Server for HMP Demo
The IP Media Server for HMP demo is an object-oriented host-based application that
demonstrates using the Dialogic
®
Global Call API to build an IP media server,
providing voice and fax services via IP technology. The demo source code can be
used as sample code for those who want to begin developing an application from a
working application.
The Dialogic
®
IP Media Server for HMP demo supports the following features:
Voice service
Fax service
CSP barge in
Configuration file
Command line options
See the Dialogic
®
IP Media Server Demo Guide for more information.
Note: This Demo is not supported by the Dialogic
®
Interface boards.
Station Interface (SiTest) Demo
The SiTest demo program uses the Station Interface API to drive proprietary digital
stations using the Dialogic
®
DSI162HMP or Dialogic
®
DSI162LGNHMP boards. The
demo is a console-based application that requires two command line arguments –
one that specifies the board (0-based) and one that specifies the station interface(1-
based) to be used: For example, executing the command “SiTest 2 5” executes on
the ssiB3C5 device. The default parameters that SiTest.exe will execute with are 0
and 1, namely the first station on the first board (ssiB1C1).
When the program is executed, it will query and output the capabilities (display,
ringer, etc.) of the specified station, open the station, enable all asynchronous events,
and subsequently wait for events on the station. Pressing keys on the digital phone,
lifting the handset, disconnecting the phone, etc. will all generate unsolicited event
messages to the console. The SiTest Demo program is terminated by pressing any
key on the console keyboard.
Additionally, the SiTest demo provides a fully compiled Station Interface API project,
complete with source code, project files, etc. in Visual C++
®
6.0. This program can be
accessed by opening the SiTest.dsw workspace in <Installation Path>\demos\SiTest
Note: To open the Station Interface project, you will need Visual C++
®
6.0 installed
on the machine.
Browsing to Project -> Settings will reveal the recommended compile and link options
for multithreaded Station Interface API applications. The source code included in
SiTest.cpp provides a simple starting point for developing applications using the
Dialogic
®
Station Interface API.