PREV TOC HOME INDEX NEXT


4.7. NONCRN_BLK

The NONCRN_BLK structure contains information related to a GLOBAL or NULL call reference number (CRN). The messages are sent to the network using the SndNonCallMsg( ) function.

The structure is defined as follows:

 #define MAXLEN_IEDATA  254
typedef struct 
  {
    char    sapi;   
    char    ces;
    short   length;
    char  data[MAXLEN_IEDATA];
  } NONCRN_BLK, *NONCRN_BLK_PTR;

Table 46. NONCRN_BLK Field Descriptions
Field Description
sapi The Service Access Point Identifer. For call control procedures, this value is always zero.
ces

The Service Access Point Identifer. For call control procedures, this value is always zero.

length The total bytes in the data field
data This field contains the information element(s) to be sent.


PREV TOC HOME INDEX NEXT

Click here to contact Dialogic Customer Engineering

Copyright 2001, Dialogic Corporation
All rights reserved
This page generated October, 2001