Initializes a SiCnStEvnt structure for transmitting an information message (INF).
S16 TXISUPAPIFUNC ISUPInitINF ( 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 |
event |
Pointer to the SiCnStEvnt structure to be initialized. |
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 INF. This function is called in preparation for a call to ISUPConnectStatusReq.
ANSI 88, ANSI 92, and ANSI 95 values
Field |
ANSI88 |
ANSI92 |
ANSI95 |
infoInd |
Present |
Present |
Present |
cgPtyAddrRespInd |
CGPRTYADDRESP_ |
CGPRTYADDRESP_ |
CGPRTYADDRESP_NOTINCL |
connAddrRespInd |
CONNADDRNOTINCL |
|
|
redirAddrRspInd |
REDIRGADDRNOTINCL |
|
|
indexRspInd |
INDEXNOTINCL |
|
|
holdProvInd |
|
CGPTYADDRSPINCLHOLD |
CGPTYADDRSPINCLHOLD |
cgPtyCatRespInd |
CGPRTYCATRESP_ |
CGPRTYCATRESP_ |
CGPRTYCATRESP_NOTINCL |
chrgInfoRespInd |
CHRGINFO_NOTINCL |
CHRGINFO_NOTINCL |
CHRGINFO_NOTINCL |
solInfoInd |
SOLINFO_SOLICIT |
SOLINFO_SOLICIT |
SOLINFO_SOLICIT |
mlbgInfoInd |
|
MLBGINFONOTINCL |
MLBGINFONOTINCL |
accTrnspt |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
businessGrp |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
callRef |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
cdPtyNum |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
cgPtyCat |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
chargeNum |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
connNum |
NOT_PRESENT |
|
|
index |
NOT_PRESENT |
|
|
connReq |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
origLineInf |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
redirgNum |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
redirInfo |
NOT_PRESENT |
NOT_PRESENT |
NOT_PRESENT |
usr2UsrInfo |
NOT_PRESENT |
|
NOT_PRESENT |
ITU Blue Book and ITU White Book values
Field |
ITU Blue Book |
ITU White Book |
infoInd |
Present |
Present |
cgPtyAddrRespInd |
CGPRTYADDRESP_NOTINCL |
CGPRTYADDRESP_NOTINCL |
holdProvInd |
CGPTYADDRSP_INCLHOLD |
CGPTYADDRSP_INCLHOLD |
cgPtyCatRespInd |
CGPRTYCATRESP_NOTINCL |
CGPRTYCATRESP_NOTINCL |
chrgInfoRespInd |
CHRGINFO_NOTINCL |
CHRGINFO_NOTINCL |
solInfoInd |
SOLINFO_SOLICIT |
SOLINFO_SOLICIT |
accTrnspt |
NOT_PRESENT |
|
cdPtyNum |
NOT_PRESENT |
NOT_PRESENT |
cgPtyCat |
NOT_PRESENT |
NOT_PRESENT |
callRef |
NOT_PRESENT |
NOT_PRESENT |
connReq |
NOT_PRESENT |
NOT_PRESENT |
parmCom |
|
NOT_PRESENT |
netFac |
|
NOT_PRESENT |
Field |
BICC |
infoInd |
Present |
cgPtyAddrRespInd |
CGPRTYADDRESP_NOTINCL |
holdProvInd |
CGPTYADDRSP_INCLHOLD |
cgPtyCatRespInd |
CGPRTYCATRESP_NOTINCL |
chrgInfoRespInd |
CHRGINFO_NOTINCL |
solInfoInd |
SOLINFO_SOLICIT |
accTrnspt |
|
cdPtyNum |
NOT_PRESENT |
cgPtyCat |
NOT_PRESENT |
callRef |
NOT_PRESENT |
connReq |
NOT_PRESENT |
parmCom |
NOT_PRESENT |
netFac |
NOT_PRESENT |
<NMSBREAK>
S16 switchType=ST_ANS95;
SiAllSdus endEvent;
ISUPInitINF(switchType, &sendEvent.m.SiCnStEvnt);