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.
@phone::enableCallAnalysis()
None
None
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)