Skip to content

Callattendant Release v1.6.5

Compare
Choose a tag to compare
@thess thess released this 22 Jan 13:50
· 27 commits to fmsentry since this release

Release to address a couple of issues and first steps to consolidate documentation from original sources.

Summary:

  • Add correct WAV file samples and update config settings
  • Copy default WAV files from installed resources if not present already in configuration.
  • Update all documentation, help and Wiki URLs to reference same repository as sources.
  • Add configuration option (app.cfg) to specify MODEM_DEVICE ports to be scaned for modem.
    Example: MODEM_DEVICE = "/dev/ttyUSB0,/dev/ttyACM0"
  • Update and normalize dependency libraries and packages.
  • Add error checking of RegEx rules format.
  • Remove passwords from logs and config settings display.
  • Remove logging RAW modem data - already handled in operational log.

Fixes:

  • Call not answered on first ring when requested due to modem thread holding lock too long.
  • Keypress digits not always interpreted correctly when phone sends long duration DTMF tones.