Manage Calls From Non Pay Customers
By default, when a customer with a Connect Status of NonPay (2) calls to report an outage, the only value available in the Trouble field is <None>. This prevents a delinquent customer from reporting an outage and having power restored before paying an outstanding account balance.
You can modify the values available in the Trouble field. To do this, follow the steps below.
- Open the Web.config file. This file is installed here: C:\Inetpub\wwwroot\Responder.
- Look for the following XML:
<add key="customerInput.allowCallForNonPayCustomer" value="none"/>
- Edit the value to include all values that may be reported
by a non-paying customer. The Trouble Type field uses the CALL_TROUBLE
domain. For example:
<add key="customerInput.allowCallForNonPayCustomer" value="none, other"/>
- Save and close Web.config.