Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

A "duplicate alert" is an alert that is sent to us by your dispatch more that once. Dispatch centers do this for a variety of reasons. Sometimes it is just an accident. At other times, they are trying to advise you of changes that have been made to the original alert - for example, they may be adding additional units to the alarm, or changing the location.

You can control the criteria used to determine if an alarm is a duplicate. You can also control what your account does when it receives a duplicate.

What to do

To change these settings, you will need to log into your Active911 account and click on the tab with your department name on it. If you scroll down, you will see two settings that relate to duplicates. Each setting has three options, described below.

What should we do with duplicate alerts?

  1. Discard Silently throw the duplicate away

  2. Update Compare the new (duplicate) alarm with the old one, and update the notes section of the existing alarm with a descriptive comment. You will be re-paged.

  3. Passthru Pass through all duplicates as new alerts


What criteria determine what is a duplicate?

  1. CAD # Compare the CAD code or number that your dispatch is sending us. Identical CAD numbers mean the two alerts must be related. This works for calls within approximately 30 minutes of each other. The time frame can be changed to any length of time, 24 hours is the default.

  2. Location Any alarm within 10 minutes of a previous alarm, within 0.05 miles, is considered a duplicate. The time frame can be changed to any length of time, 10 minutes is the default.

  3. Loc/Title Any alarm within 10 minutes of a previous alarm, within 0.05 miles, with the same title, is considered a duplicate. The time frame can be changed to any length of time, 10 minutes is the default.

Note: Using CAD numbers to determine connected alerts only works if your dispatch center is sending us CAD codes. Please check some of your old alerts to make sure those codes are coming through before selecting this option.

Notes

  • If your dispatch center sends multiple pages, each with progressively more data (for example, some dispatch centers emit a new page message every time a new unit is added to an alarm), set the criteria to CAD # and the action to Update

  • If your dispatch center sends multiple messages for every alert simply because they are having problems or something on their end is broken, set criteria to CAD # or Loc/Title and the action to Discard

  • The Update feature will update the existing alarm with notes describing the time of the change, and the altered location, title, or units dispatched. All other fields are discarded. The map marker showing the alarm location does not move, even if the address is re-paged and updated.

  • If you have a unique situation that doesn't fall underneath one of the examples provided above, please read the JSON Options section below, and contact Active911 support for assistance.

JSON Options

Overview

An agency's JSON options are something that can only be adjusted by an Active911 support technician. The JSON options can be used to accomplish many different things. Some of the more common applications include:

  1. Having a specific field update with new information, rather than placing that new information the notes.

  2. Discarding calls based on a certain value within a specific field (description, unit, etc.)

  3. Completely replacing the original information in the field when an update to the information is received from dispatch (address, description, etc.)

JSON Fields

Some of the specific fields we can use within the JSON options include, but are not limited to:

  1. Description

  2. Priority

  3. Cross Street

  4. Units

  5. ID

  6. Map Code

  7. Details

  8. Time

  9. Date

  10. Address

JSON Update Options

When updating within those fields we can apply the following options:

  1. Append — The new information is added to the end of the field

  2. Prepend — The new information is added to the start of the field

  3. Append with newline — adds a newline, then the new information to the end

  4. Append with space — adds a space, then adds the new information to the end

  5. Replace — completely replaces the old information with the new information

  6. Append with space filter — sorts the items, looks for duplicates, and only adds new information

  7. Mention (Default) — Makes a note that something changed in the details/notes field

  • No labels