PhoneCall objects
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:
8 OrigOffHook – take the originator’s phone off the hook automatically
16 DestOffHook – take the called party’s phone off the hook automatically
32 NoHoldConference – do not put other parties on hold when joining a conference call
64 PredictiveDial – enable enhanced features when placing a call on an address with predictive dialing capability
128 OneStepTransfer – enable one-step transfer when transferring a call
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).
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. |
![]() |