DropCall

Description

Disconnects the current call.

Applies to

PhoneCall objects

Syntax

objectname.DropCall (  )

Argument

Description

objectname

The name of the PhoneCall object whose current call will be disconnected

Returns

Integer. Returns 1 for success and a negative value if an error occurs.

Examples

Example 1

The following statement disconnects the current call on pcall_1:

li_ret = pcall_1.AllowReceivingCalls(gb_Allow)

See also