INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL® PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY
ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN
INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS
ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES
RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER
INTELLECTUAL PROPERTY RIGHT. Intel products are not intended for use in medical, life saving, or life sustaining applications.
Intel may make changes to specifications and product descriptions at any time, without notice.
This IP Media Server (Global Call) Demo Guide for Windows Operating Systems as well as the software described in it is furnished under license and
may only be used or copied in accordance with the terms of the license. The information in this manual is furnished for informational use only, is
subject to change without notice, and should not be construed as a commitment by Intel Corporation. Intel Corporation assumes no responsibility or
liability for any errors or inaccuracies that may appear in this document or any software that may be provided in association with this document.
Except as permitted by such license, no par t of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any
means without express written consent of Intel Corporation.
6IP Media Server (Global Call) Demo Guide – November 2003
Revision History
This revision history summarizes the changes made in each published version of this document.
Document No.Publication DateDescription of Revisions
05-2065-002November 2003Fax not supported in SR 6.0 PCI Windows demo - removed all references
05-2065-001September 2003Initial version of document.
IP Media Server (Global Call) Demo Guide — November 20037
Revision History
8IP Media Server (Global Call) Demo Guide — November 2003
About This Publication
This section describes the purpose of the guide, the intended audience, and provides references to
other documents that may be useful to the user.
• Purpose
• Intended Audience
• How to Use This Publication
• Related Information
Purpose
This guide provides information on the IP Media Server (Global Call) demo that is available with
your Intel® Dialogic® System Release 6.0 on PCI for Windows. The guide describes the demo, its
requirements, and provides details on how it works.
Intended Audience
This guide is intended for application developers who will be developing a media server
application using the Global Call API. Developers should be familiar with the C++ programming
language and the Windows* programming environment.
This information is intended for:
• Distributors
• Toolkit Developers
• Independent Software Vendors (ISVs)
• Value Added Resellers (VARs)
• Original Equipment Manufacturers (OEMs)
How to Use This Publication
Refer to this publication after you have installed the hardware and the system software.
This publication assumes that you are familiar with the Windows operating system and the C++
programming language.
The information in this guide is organized as follows:
• Chapter 1, “Demo Description” introduces you to the demo and its features
IP Media Server (Global Call) Demo Guide — November 20039
About This Publication
• Chapter 2, “System Requirements” outlines the hardware and software required to run the
demo
• Chapter 3, “Preparing to Run the Demo” describes the preparations required before running
the demo
• Chapter 4, “Running the Demo” describes how to run the demo
• Chapter 5, “Demo Details” provides details on how the demo works
Related Information
See the following for more information:
• Intel® Dialogic® System Release 6.0 on PCI for Windows Release Guide
• Intel Dialogic and Intel NetStructure for DM3 Architecture for PCI on Windows Configuration
Guide
• Global Call IP Technology Guide
• Voice Software Reference: Programmer's Guide for Windows
• Voice Software Reference: Standard Runtime Library for Windows
10IP Media Server (Global Call) Demo Guide — November 2003
1.Demo Description
This chapter describes the basic features of the IP Media Server (Global Call) demo.
The IP Media Server (Global Call) demo is an object-oriented host-based application that
demonstrates using the 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 IP Media Server (Global Call) demo supports the following features:
• Voice service
• CSP barge in
• Configuration file
• Command line options
Note:The IP Media Server (Global Call) demo does not function as a gateway. Therefore, it can only
answer calls from the IP network. Gateway functionality can be added by writing additional
software code within the IP module that will allow it to make outgoing calls to the IP network, and
connecting a gateway to interface with the PSTN.
The IP Media Server (Global Call) demo is a cross-OS demo, designed to eventually run under
both the Windows and Linux environments. Most of the differences in the environments are
handled directly by the programming interface and are transparent to the user. Other differences,
due to inherent differences in the operating systems, are handled by the Platform Dependency
Library (PDL). For more information about the PDL refer to the source code in the pdl_win
directory.
1
IP Media Server (Global Call) Demo Guide — November 200311
Demo Description
12IP Media Server (Global Call) Demo Guide — November 2003
2.System Requirements
This chapter discusses the system requirements for running the IP Media Server (Global Call). It
contains the following topics:
To run the IP Media Server (Global Call) demo, you need:
• Intel® NetStructure™ DM/IP Series board
• IP network cable
For other hardware requirements, such as memory requirements, see the Release Guide for the
system release you are using.
2.2Software Requirements
2
To run the IP Media Server (Global Call) demo, you need the Intel® Dialogic® System Software
6.0 for Windows. For a list of operating system requirements see the Release Guide for the system
release you are using.
See Section 3.2, “Compiling and Linking”, on page 17 for a list of compilers that may be used with
this demo. Using a non-supported compiler may cause unforeseen problems in running the demo.
IP Media Server (Global Call) Demo Guide — November 200313
System Requirements
14IP Media Server (Global Call) Demo Guide — November 2003
3.Preparing to Run the Demo
This chapter discusses the preparations necessary to run the IP Media Server (Global Call) demo. It
provides information about the following topics:
This section discusses how to configure the demo for your system. It contains the following topics:
• File Location
• Editing the IPMediaServer.cfg Configuration File
3.1.1File Location
Before running the IP Media Server (Global Call) demo, modify the IPMediaServer.cfg file to
reflect your system environment. Use a text editor and open the file from:
3.1.2Editing the IPMediaServer.cfg Configuration File
Below is an example of the IPMediaServer.cfg file. Update the following information:
ipProtocolName
The IP protocol for opening IP line devices. Values are: H323, SIP, both.
DTMFmode
Specifies how DTMF tones are transmitted. Possible values are: OutofBand (usually used with
low bandwith coders, e.g., GSM), InBand (usually used with G.711 coders), RFC2833.
Note: OutofBand is used for H.323 only.
Capability
Describes the transmit and receive coders. See the Global Call IP Technology Guide for
specific information about coder support. The parameters are as follows:
• TxType – The transmit voice coder
• TxFramesPerPkt – Specify the number of frames per packet for the selected Tx coder
• TxVAD – Specify if VAD is active for the selected Tx coder
• RxType – The receive voice coder
• RxFramesPerPkt – Specify the number of frames per packet for the selected Rx coder
• RxVAD – Specify if VAD is active for the selected Rx coder
Note:The G.711 coder defines frames per packet using the packet size in milliseconds, i.e. 10, 20, or 30
milliseconds. Refer to Sample Configuration File for the correct syntax for all the parameters.
IP Media Server (Global Call) Demo Guide — November 200315
Loading...
+ 33 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.