user manual

Dialogic
®
Global Call API Library Reference — November 2007 549
Dialogic Corporation
H.221 nonstandard data — IP_H221NONSTANDARD
IP_H221NONSTANDARD
H.221 nonstandard data
typedef struct
{
int country_code;
int extension;
int manufacturer_code;
} IP_H221NONSTANDARD;
Description
The IP_H221NONSTANDARD data structure is used to store H.221 data associated with H.323
nonstandard data.
Field Descriptions
The fields of the IP_H221NONSTANDARD data structure are described as follows:
country_code
The country code. Range: 0 to 255; any value x>255 is treated as x%256.
extension
The extension number. Range: 0 to 255; any value x>255 is treated as x%256.
manufacturer_code
The manufacturer code. Range: 0 to 65535; any value x>65535 is treated as x%65636.