@phone::disableCallAnalysis

Disables the call analysis for PSTN and SIP calls; by default the call analysis is enabled for all calls. This method should be used before the @phone::makeCall method.

Syntax:

@phone::disableCallAnalysis()

Parameters:

None

Returns:

None

Example:

The following code illustrates how to position the disableCallAnalysis method before the makeCall method in the callout script:

@phone::disableCallAnalysis()
$result = @phone::makecall($phone_number)