Skip to main content
Skip table of contents

E911 Report Default Values

Default INI Values

If any value is not set for a Service/Location, the default value in the pcr360.ini will be used. The default value for each constant is an empty string and the allowed values correspond to the NENA E911 Format. For more technical details on what is expected/allowed for data formats, please see page 29 of NENA Standard Data Formats For E9-1-1 Data Exchange & GIS Mapping.

  • constants.DEFAULT_NPA_CALLING_NUMBER = ""

  • constants.DEFAULT_HOUSE_NUMBER = ""

  • constants.DEFAULT_HOUSE_NUMBER_SUFFIX = ""

  • constants.DEFAULT_PREFIX_DIRECTIONAL = ""

  • constants.DEFAULT_STREET_NAME = ""

  • constants.DEFAULT_STREET_SUFFIX = ""

  • constants.DEFAULT_POST_DIRECTIONAL = ""

  • constants.DEFAULT_COMMUNITY_NAME = ""

  • constants.DEFAULT_CITY = ""

  • constants.DEFAULT_STATE = ""

  • constants.DEFAULT_LOCATION = ""

  • constants.LOCATION_CONCAT = " "

  • constants.DEFAULT_CUSTOMER_NAME = ""

  • constants.DEFAULT_CLASS_SERVICE = 4

  • constants.DEFAULT_TYPE_SERVICE = 0

  • constants.DEFAULT_EXCHANGE = ""

  • constants.DEFAULT_ESN = ""

  • constants.DEFAULT_USE_NPA_CALLING_NUMBER = true

  • constants.DEFAULT_MAIN_NPA_NUMBER = ""

  • constants.DEFAULT_ORDER_NUMBER = ""

  • constants.DEFAULT_COUNTY_ID = ""

  • constants.DEFAULT_COMPANY_ID = ""

  • constants.DEFAULT_ZIP_CODE = ""

  • constants.DEFAULT_ZIP_EXT = ""

  • constants.DEFAULT_GENERAL_USE = ""

  • constants.DEFAULT_CUSTOMER_CODE = ""

  • constants.DEFAULT_COMMENTS = ""

  • constants.DEFAULT_X_COORD = ""

  • constants.DEFAULT_Y_COORD = ""

  • constants.DEFAULT_Z_COORD = ""

  • constants.DEFAULT_CELL_ID = ""

  • constants.DEFAULT_SECTOR_ID = ""

  • constants.DEFAULT_TAR_CODE = ""

  • constants.DEFAULT_RESERVED_36 = ""

  • constants.DEFAULT_RECORD_DUE_DATE = ""

  • constants.DEFAULT_DATE_STAMP = ""

  • constants.DEFAULT_RESERVED_39 = ""

  • constants.DEFAULT_STATUS_INDICATOR = ""

  • constants.DEFAULT_RESERVED_41 = ""

  • constants.USE_E911_NENA2_FIELDS = false

Note: The COMMUNITY_NAME value has a special exception. When not populated on the address, the report will use the CITY, if CITY is not populated it will fall back to DEFAULT_COMMUNITY_NAME.

For more information on E911 Reports, please see the E911 page.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.