Developer Documentation Library > Dialer SDK > Install kit > DPM properties
 
DPM properties
Your install kit should create an appropriately named property collection under Site > Properties > InstalledDialerTypes.
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.
SupportsTransfer
Set to True if your dialer supports call transfer. If the dialer supports call transfer, the CallTransferWidgetFileName property must also be set.
CallTransferWidgetFileName
The name of a JavaScript file installed in the C:\inetpub\wwwroot\SPSSMR\CatiInt\CallTransferWidgets directory.
Example
The following DPM Explorer example displays how your collection might look:
This graphic is described in the surrounding text.
Replace YourDialerTypeName with a name that identifies your dialer. The name must follow the rules that are described in Rules for regular identifiers.
See also
Install kit