TAPIEx.NET Component Documentation

BearerMode  Property

[Visual Basic]
Property BearerMode As LINEBEARERMODE
[C#]
public LINEBEARERMODE BearerMode [get;set]

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

Support editions