4.9.3. Nonstandard Registration Message
Use the gc_Extension( ) function in asynchronous mode with an ext_ id (extension ID) of IPEXTID_SENDMSG to send nonstandard registration messages. The target_type should be GCTGT_GCLIB_CRN and the target_id should be the actual CRN. At the sending end, a GCEV_EXTENSIONCMPLT event is received indicating that the message has been sent. At the receiving end, a GCEV_EXTENSION event with the same ext_id value is generated. The extevtdatap field in the METAEVENT structure for the GCEV_EXTENSION event is a pointer to an EXTENSIONEVTBLK structure which in turn contains a GC_PARM_BLK that includes all of the data in the message.
The relevant parameter set IDs and parameter IDs for this purpose are:
- IPSET_MSG_REGISTRATION
- IPSET_NONSTANDARDDATA
- IPPARM_NONSTANDARDDATA_DATA - Actual nonstandard data. The maximum length is MAX_NS_PARM_DATA_LENGTH (128).
- IPPARM_NONSTANDARDDATA_OBJID - Object ID string. The maximum length is MAX_NS_PARM_OBJID_LENGTH (40).
- OR
- IPPARM_NONSTANDARDDATA_DATA - Actual nonstandard data. The maximum length is MAX_NS_PARM_DATA_LENGTH (128).
- IPPARM_H221NONSTANDARD - H.221 nonstandard data identifier.
- Note: The message type (IPPARM_MSGTYPE) is mandatory. At least one other information element must be included.
See Section 6.13, IPSET_MSG_REGISTRATION Parameter Set and Section 6.14, IPSET_NONSTANDARDDATA Parameter Set for more information.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation