@phone::enableCallAnalysis

Enables the call progression analysis for PSTN and SIP calls. This method is required only if the call analysis was previously disabled using the disableCallAnalysis method.

Syntax:

@phone::enableCallAnalysis()

Parameters:

None

Returns:

None

Example:

The following code illustrates how to insert the enableCallAnalysis method into the callout script prior to the makeCall method.

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