queXS 1.5.4 Released

queXS 1.5.4 has been released today on Sourceforge

A new report breaks down outcomes by call attempt. Also added is a bulk appointment generator allows you to upload manually generated appointments via a CSV file. Some minor bugs have also been fixed including timezone assingment by telephone number prefix (in certain cases).

Read on for more details including how to upgrade from 1.5.0 or 1.5.1 or 1.5.2 or 1.5.3

  1. Backup your database and files
  2. Rename the queXS 1.5.x directory
  3. Extract quexs-1.5.4 to a new directory on your web server
  4. Rename the new directory to the same as the existing installation was originally
  5. Copy the config.inc.local.php file from the queXS 1.5.x installation to this directory
  6. Optional:
    • Run the following on your database:
      ALTER TABLE sample_prefix_timezone modify val char(10) NOT NULL;