Previous PageTable Of ContentsHomeIndexNext Page



3.5.  Alarm Handling

Alarm handling using Global Call is different depending on the board architecture (DM3 or Springware). The following sections provide information about handling alarms in each architecture:

When using DM3 boards, alarms are recognized on a span basis. Once an alarm is detected, all open channels on that span receive a GCEV_BLOCKED event. When the alarm is cleared, open channels receive a GCEV_UNBLOCKED event.

The gc_SetEvtMsk( ) function can be used to mask events on a line device. Using the gc_SetEvtMsk( ) function on a line device for a time slot sets the mask for the specified time slot only and does not apply to all time slots on the same trunk as is the case when using Springware boards.

The set of Global Call functions that comprise the Global Call Alarm Management System (GCAMS) interface are supported with the following restrictions:

The following list shows the alarms that are supported on E-1 for DM3 boards. The dagger symbol (_) next to an alarm name indicates that the alarm is blocking by default. The default can be changed using gc_SetAlarmConfiguration( ).

The following list shows the alarms that are supported on T-1 for DM3 boards. The dagger symbol (_) next to an alarm name indicates that the alarm is blocking by default. The default can be changed using gc_SetAlarmConfiguration( ).

As described in the Global Call API Library Reference, the GCEV_BLOCKED event indicates that a line is blocked and the application cannot issue call-related function calls, and the GCEV_UNBLOCKED event indicates that the line has become unblocked. For example, an alarm condition has occurred or has been cleared, respectively. These events are generated on every opened line device associated with the trunk on which the alarm occurs, if the event is enabled. These events are enabled by default. The application may disable and enable the events by using the gc_SetEvtMsk( ) function.

Setting the event mask on any line device that represents a time slot will result in setting the mask to the same value on all time slot level line devices on the same trunk. Additionally, setting the event mask on a line device that represents the board will have the same effect (that is, it will set the mask for all time slot level line devices on that trunk).

When an alarm occurs on a Global Call line device, the application must call the dx_stopch( ) function to stop any application initiated voice processing, such as dx_play( ) and dx_record( ), that is associated with that line device. The application should wait for the receipt of the GCEV_UNBLOCKED event that signals the end of the alarm condition; then the application can proceed with its call processing (for example, making or receiving calls).

Alarm notification can be configured for time slot devices using the Global Call Alarm Management System (GCAMS). The set of Global Call functions that comprise the GCAMS interface for alarm management is supported. See the Global Call API Programming Guide for more information on GCAMS and the Global Call API Library Reference for more information on the GCAMS functions.

The following list shows the alarms that are supported on E-1 for Springware boards. The dagger symbol (_) next to an alarm name indicates that the alarm is blocking by default. The default can be changed using gc_SetAlarmConfiguration( ).

The following list shows the alarms that are supported on T-1 for Springware boards. The dagger symbol (_) next to an alarm name indicates that the alarm is blocking by default. The default can be changed using gc_SetAlarmConfiguration( ).


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated February, 2003