Dialer SDK > Install kit > DPM properties
 
DPM properties
Your install kit should create an appropriately named property collection under Site > Properties > InstalledDialerTypes. In the example image below, YourDialerTypeName should be replaced with a short name that identifies your dialer. The name should follow the regular identifier rules as described in Rules for regular identifiers.
Properties
The property collection should contain the following properties:
Name
This should match the name of the property collection and also match the DialerType column in your example dialer configuration file.
Description
This is a short description of your dialer that is used in the Interviewing Options activity (on the Interview Settings tab in the Dialing Options list). It should be short to fit nicely into the list.
ExtensionDialingProvider
This is the registered ProgId of your extension dialing provider if provided. You can provide only an extension provider or only a group provider (or both).
GroupDialingProvider
This is the registered ProgId of your group dialing provider if provided. You can provide only an extension provider or only a group provider (or both).
AMDParameters
This is a set of Name,Value pairs separated by semicolons. These are used by Activate to display options to the user as described in Answering machine detection.
DefaultDialerCallOutcomes
This is a property collection used to map the dialer call outcomes to UNICOM Intelligence Interviewer return codes as described in Call outcome mapping.
Example
The following DPM Explorer example displays how your collection may look:
See also
Install kit