TAPIEx ActiveX Control v3.6

BearerMode

Property BearerMode As LINEBEARERMODE
Read/Write: Read and Write

Description

Set the bearer mode for the call. It can be one or more of the LINEBEARERMODE constants.

Remarks

Example:
//switch into the passthrough mode
   .BearerMode=BEARERMODE_PASSTHROUGH
	.MakeCall("")

See Also

LINEBEARERMODE