User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 391
Dialogic Corporation
Event Description
GCIS_EXEV_NOTIFYGLOBAL when using
Dialogic
®
Springware Boards
Note: When using Dialogic
®
DM3 Boards,
this event is not supported.
A DROP request has been received; the request was made by
sending the SndMsg_Drop message type via the
gc_Extension(GCIS_EXID_SNDMSG) function. This event has
two different meanings that depend upon the type of call:
Two-party call - the event is a request to disconnect the call.
The application should respond by issuing a gc_DropCall( ).
Conference call - the event is a request to remove the last party
that was added to the conference. The application needs to
respond to this request with either a SndMsg_DropAck or
SndMsg_DropRej message to indicate the acceptance or
rejection of the request. If the request is accepted, the party is
dropped from the conference. This event only pertains to a
Custom BRI 5ESS switch type.
GCIS_EXEV_CONGESTION when using
Springware Boards
When using DM3 Boards, the equivalent
event is GCEV_CONGESTION
A CONGESTION message has been received by the application,
indicating that the remote end is not ready to accept incoming user
information. Use the gc_GetCallInfo( ) function to retrieve
additional information about the event or look into the extension
event data.
GCIS_EXEV_DIVERTED when using
Springware Boards
Note: When using DM3 Boards, this event
is not supported.
NAM with divert information has been received by the application.
An outgoing call has been successfully diverted to another station.
GCIS_EXEV_DROPACK when using
Springware Boards
Note: When using DM3 Boards, this event
is not supported.
The network has honored a DROP request for a conference call;
the request was made by sending the SndMsg_Drop message
type via the gc_Extension(GCIS_EXID_SNDMSG) function. The
event is sent on the corresponding line device. This event pertains
only to a Custom BRI 5ESS switch type.
GCIS_EXEV_DROPREJ when using
Springware Boards
Note: When using DM3 Boards, this event
is not supported.
The network has not honored a DROP request for a conference
call. The event is sent on the corresponding line device.This event
pertains only to a Custom BRI 5ESS switch type.
GCIS_EXEV_FACILITY when using
Springware Boards
When using DM3 Boards, the equivalent
event is GCEV_FACILITY
A FACILITY REQUEST message has been received by the
application.
GCIS_EXEV_FACILITY_ACK when using
Springware Boards.
Note: When using DM3 Boards, this event
is not supported.
A FACILITY_ACKNOWLEDGEMENT message has been received
by the application.
GCIS_EXEV_FACILITY_REJ when using
Springware Boards
Note: When using DM3 Boards, this event
is not supported.
A FACILITY_REJECT message has been received by the
application.
GCIS_EXEV_FACILITYGLOBAL when
using Springware Boards
Note: When using DM3 Boards, this event
is not supported.
An ISDN_FACILITY message containing a Global CRN value was
received. This event is sent on the board level device, as the event
is associated with all calls on the device. Upon receipt of this
event, the application may issue a
gc_Extension(GCIS_EXID_GETNONCALLMSG) function to
retrieve the data into its local structure or look into the extension
event data.