ISUPInitFOT

Initializes a SiCnStEvnt structure for transmitting a forward transfer message (FOT).

Prototype

S16 TXISUPAPIFUNC ISUPInitFOT ( S16 switchType, SiCnStEvnt *event)

Argument

Description

switchType

One of the following switch type indicators:

ST_ANS88

ST_ANS92

ST_ANS95

ST_BICC

ST_ITUBLUE

ST_ITUWHITE

ST_Q767

event

Pointer to the SiCnStEvnt structure to be initialized.


Details

The fields of the SiCnStEvnt structure are initialized as described in the following tables, based on the switchType parameter. Fields not described are not applicable to an FOT. This function is called in preparation for a call to ISUPConnectStatusReq.

ANSI 88, ANSI 92, and ANSI 95 values

Field

ANSI 88

ANSI 92

ANSI 95

callRef

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT


 

ITU Blue Book, ITU White Book, and ITU Q.767, and BICC values

Field

ITU Blue Book

ITU White Book

ITU Q.767

BICC

callRef

NOT_PRESENT

NOT_PRESENT

 

NOT_PRESENT


Example

S16        switchType=ST_ANS95;
SiAllSdus  sendEvent;

ISUPInitFOT
(switchType, &sendEvent.m.SiCnStEvnt);