Dialer SDK > Implementation details > Dialing provider API > IDialingProvider > SignOn
 
SignOn
Syntax
SignOn(SampleManagementName As String, PropertiesXml 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.
Return value
SampleManagementResultXml
Description
1 Create or start project (if necessary).
2 Sign the interviewer on to the extension and project, including connecting a remote interviewer or supervisor.
Generally the interviewer is added to a group for dialing separately to the SignOn, as the dialing provider may want to dial some calls for the particular interviewer before adding the interviewer to the group. If the dialer supports a recovery process, the dialing provider may want to initiate the recovery process before recreating the process. This could include returning records that have become “stuck” on the dialer so that the records are not stuck in the ACTIVE queue.
Remarks
The session engine will call SignOn again without signing off if something about the interviewer changes, for example interviewer qualifications.
See also
IDialingProvider