Natural Access components

Natural Access is a complete software development environment for voice applications. It provides a standard set of functions grouped into logical services. Each service has a standard programming interface. The Natural Access components include:

The following illustration shows the Natural Access software environment:

DLCP applications require the following services:

Service

Description

SWI

Switching service that provides a set of functions for controlling CT bus switch blocks on MVIP and H.100/H.110 compliant switching devices. Switching service functions control the switch block to make or break connections, send patterns, sample data, query, reset, configure, and run diagnostics on different parts of the MVIP switching device.

Refer to the Switching Service Developer's Reference Manual for more information.

ADI

Media service for NMS CG boards. NMS GR303 applications require this service to perform CAS ABCD robbed-bit signaling.

Refer to the ADI Service Developer's Reference Manual for more information.


If your application requires functionality provided by any other Natural Access services, you must also install and initialize these services.

NMS OAM

NMS OAM manages and maintains system resources. These resources include hardware components (including CG boards) and low-level board management software modules (such as the Hot Swap process).

You can perform the following tasks using NMS OAM:

NMS OAM maintains a database containing records of configuration information for each component as shown in the following illustration:

Information in this configuration database consists of parameters and values, expressed as keyword name/value pairs (for example, Encoding = muLaw). You can query the NMS OAM database for keyword values in any component. Keywords and values can be added, modified or deleted.

Use the oamsys utility to initialize your boards based on the information in the configuration files. oamsys transfers all software modules specified in the system configuration file (and the board keyword files referenced by it) to the boards on the system. oamsys also performs other configuration tasks as needed. In addition, NMS OAM provides the following utilities:

For more information about NMS OAM and NMS OAM utilities, refer to the NMS OAM System User's Manual.

NMS OAM configuration files

An NMS OAM system configuration file and the board keyword files it references provide information that tell the oamsys configuration program how to configure the boards on the system. When you set up your system, edit these files to specify configuration information for all boards in your system.

Several sample board keyword files are included with the DLCP software. These sample board keyword files show keyword settings for systems that use different types of CG boards. For more information, refer to Customizing OAM configuration files.

Runtime software

CG runtime software consists of runfiles (also known as downloadable modules or DLMs), a core file stored in non-volatile memory (Flash memory), and DSP files. The runfile is the basic low-level software that a CG board requires to operate. DSP files enable the CG board on-board DSPs to perform certain tasks, such as DTMF signaling, voice recording, voice playback, CAS robbed-bit signaling, and HDLC processing.

Several runfiles and DSP files are installed with Natural Access. You specify which files to use for your configuration in the board keyword file. When NMS OAM boots a board, the runfile and DSP files are transferred from the host into on-board memory.

Trunk control programs

To provide call control capabilities on PSTN ports, applications associate a telephony protocol with each port. On CG boards, telephony protocols are supported as trunk control programs (TCPs) that are loaded when the board is initialized. When applications start a protocol, TCPs enable the application to use the call control functions associated with that protocol. NMS provides TCPs for most standard telephone line interfaces, and also provides a NOCC (no call control) TCP for applications that do not perform call control or that manage line interfaces manually. For more information about Natural Access TCP software, refer to the NMS CAS for Natural Call Control Developer's Manual.

NMS DLCP software

The NMS DLCP software is installed when you install Natural Access. NMS DLCP software consists of the following components:

Component

Description

NMS GR303 library

Enables remote digital terminal (RDT) or integrated digital terminal (IDT) applications to perform GR303 protocol stack operations through a simplified API.

NMS V5 library

Enables access network (AN) applications to perform V5.2 protocol stack operations through a simplified API.

nmstool303 and nmstoolv5 demonstration programs

Enable developers to test various functions from the NMS GR303 and NMS V5 libraries and to test the system integration with the Aztek Access303, Exchange303, or AV5 protocols stacks.

Sample configuration files

Sample NMS OAM configuration files for configuring CG boards for use with the NMS GR303 and NMS V5 libraries.