Limit  LineColor

Chapter 3: Property Descriptions and Usage

LineCallParamFlags

Applies to

PhoneCall objects

Description

A value that specifies a set of boolean parameters used to set options when making a phone call using the MakeCall function and for data transmission. Values are:

Usage


In a painter

Specify a value for the LineCallParamFlags property in the LineCallParamFlags box on the General page of the PhoneCall object’s Properties view. Values are additive. For example, to specify that both the originating and destination phones should be taken off the hook, specify 24 (8 + 16).


In scripts

The LineCallParamFlags property is an unsigned long value indicating the set of parameters to apply when making a phone call. The following example specifies that the call should be secure and the caller ID should be blocked (1 + 4):

pcall_1.LineCallParamFlags = 5





Copyright © 2004. Sybase Inc. All rights reserved. LineColor

View this book as PDF