ISUPInitFAA

Initializes a SiFacEvnt structure for transmitting a facility-accepted message (FAA).

Prototype

S16 TXISUPAPIFUNC ISUPInitFAA ( S16 switchType, SiFacEvnt *event)

Argument

Description

switchType

One of the following switch type indicators:

ST_ANS88

ST_BICC

ST_ITUBLUE

ST_ITUWHITE

event

Pointer to the SiFacEvnt structure to be initialized.


Details

The fields of the SiFacEvnt structure are initialized as described in the following tables, based on the switchType parameter. Fields not described in the tables are not applicable to an FAA.

ANSI 88

Field

ANSI 88

facInd

FI_BUSYFREE

cdPtyNum

NOT_PRESENT

cgPtyNum

NOT_PRESENT

callRef

NOT_PRESENT


 

ITU Blue Book, ITU White Book, and BICC values

Field

ITU Blue Book

ITU White Book

BICC

facInd

FI_USR2USRSERV

FI_USR2USRSERV

FI_USR2USRSERV

parmCom

 

NOT_PRESENT

NOT_PRESENT

usr2UsrInd

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

callRef

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

connReq

 

NOT_PRESENT

NOT_PRESENT


Example

S16        switchType=ST_ITUBLUE;
SiAllSdus  sendEvent;

ISUPInitFAA
(switchType, &sendEvent.m.SiFacEvnt);