(Page 1 of 1 in this chapter) Version
typedef struct
{
DWORD size;
DWORD eventmask;
WORD rate;
WORD exclusive;
unsigned char services_list[CC_MX_SERVICES];
} BRI_START_PARMS;
|
Type
|
DWORD
|
|
Units
|
IDU
|
|
Default Value
|
ISDN_RATE_64K
|
|
Allowed Values
|
· ISDN_RATE_64K · ISDN_RATE_56K (for future use)
|
|
Description
|
For future use. Specifies the transfer rate on the B-channel.
|
|
Type
|
DWORD
|
|
Units
|
mask
|
|
Default Value
|
0
|
|
Allowed Values
|
Value Description 0 Non-exclusive mode 1 Exclusive mode
|
|
Description
|
For future use.
|
|
Type
|
DWORD
|
|
Units
|
IDU
|
|
Default Values
|
VOICE_SERVICE and RAW_TELEPHONY_SERVICE
|
|
Allowed Values
|
The available services are: Service Description NO_SERVICE Undefined service VOICE_SERVICE Call for voice service DATA_SERVICE Call for data service (for future use) RAW_TELEPHONY_SERVICE Call for raw telephony service FAX_SERVICE Call for G3 fax service
|
|
Description
|
Specifies the list of services supported on incoming calls. The services_list is common to all B channels of a BRI trunk interface. Use the same list for all CTA contexts opened on the same BRI trunk when calling briStartProtocol. To set the list, specify the call type, one after each other. The last entry on the list should be NO_SERVICE. If the services_list is empty, VOICE_SERVICE is used by default.
|
(Page 1 of 1 in this chapter) Version