Softdial Campaign Manager

Campaign Property Data XML

Campaign property data is saved to the CampaignParams_<tenant>.xml file in the C:/Softdial/CM/<tenant> folder (where C is the installation root drive). This is a single file per tenant with the following format:

<?xml version="1.0" encoding="utf-16"?>
<CampaignMap>
  <Campaign Name="Campaign1" ID="1" State="0" CallsMade="6">
    <CampaignParams ....>
  </Campaign>
  <Campaign Name="Campaign2" ID="2" State="1" CallsMade="3">
    <CampaignParams ....>
  </Campaign>
  ....
</CampaignMap>

A full description of each element in this file is given in the example below.