Dialer SDK > Implementation details > Dialing provider API > IDialingProvider > DialCallForExtension
 
DialCallForExtension
Syntax
DialCallForExtension(SampleManagementName As String, PropertiesXml As String, SampleRecordXml As String) As SampleManagementResultXml
Type
Method
Parameters
SampleManagementName
The name of the sample management DPM object used to access sample management parameters for the project.
PropertiesXml
The project, interview, interviewer, and station properties as SampleManagementXml.
SampleRecordXml
The sample record to dial as XML.
Return Value
SampleManagementResultXml – The ResultCode in the sample management result XML is smSuccess (100) if connected or terminated. In this case, the CallOutcome should be set as well.
Description
Dial a call for a particular extension as specified in the PropertiesXml. Audio call progress should be available to the interviewer. If not connected, the call outcome should be returned as the CallOutcome in the SampleManagementResultXml. However this is only a hint for the interviewer, and the interviewer will select the actual return code to be used to return the record. The record will be returned with a call to ISampleManagementProvider.Return.
See ISampleManagementProvider.Return.
See also
IDialingProvider