acu_party_num

Specifies the presentation indicator, numbering plan, and screen indicator of a party.

The offset field in this structure is calculated from the beginning of this structure (the address of the invoke field).

Structure

struct acu_party_num
{    uchar  invoke;                 /* ON/OFF, indicates presence/absence */
                                    /* of this information                */
    uchar  presentation_restricted; /* ON indicates presentation is       */
                                    /* restricted                         */
    uchar number_plan;              /* From SS_NUMBER_PLAN... constants   */
    uchar screen_ind;               /* From SS_SCREEN... constants        */
    uchar offset;                   /* Offset from start of this structure*/
                                    /* (address of invoke field)          */
    uchar len;                      /* Number of bytes                    */
    pad2
};