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