jfbroadcast Changelog

What's new in jfbroadcast 0.30.0

Apr 25, 2015
  • fix : if SIP init failed all gui elements were left disabled

New in jfbroadcast 0.29.0 (Apr 8, 2015)

  • fixed some memory leaks

New in jfbroadcast 0.28.0 (Mar 27, 2015)

  • new : added voicemail detection
  • fix : some options where not saved to disk

New in jfbroadcast 0.27.0 (Jan 20, 2015)

  • fix : greatly improved -allowdups performance

New in jfbroadcast 0.26.0 (Oct 17, 2014)

  • Fixes:
  • Allowdups now uses a suffix added to each number to make them unique in the list.
  • The suffix (comma and a number) are removed just before dialing the number.
  • If you used v0.25 you should delete the database created with it.
  • This option no longer alters how the database is created and should be used anytime you need to add duplicates.
  • New:
  • SIP response code 480 is now treated as 'busy' which will allow the number to be retried.

New in jfbroadcast 0.24.0 (Oct 7, 2014)

  • new: added -dbpath and -cfgsuffix command line options
  • new: added sip port range
  • these new features allow more than once instance to run on the same computer at once (user requested feature)
  • fix: after calling is complete sip port is now released

New in jfbroadcast 0.23.0 (Sep 16, 2014)

  • new : tray icon.

New in jfbroadcast 0.22.0 (Jul 29, 2014)

  • new : goto message from user input will now timeout after 5 seconds and repeat (user requested feature)
  • new : if user does not respond to 5 inputs the call is terminated.

New in jfbroadcast 0.21.0 (Jul 15, 2014)

  • new : added calling times (user requested feature).

New in jfbroadcast 0.20.0 (Jul 9, 2014)

  • new: the Goto message based on user input will now record the user input digit into the survey data (user requested feature)

New in jfbroadcast 0.19.0 (Jul 5, 2014)

  • New : added tray icon (must exit thru it now).

New in jfbroadcast 0.18 (Jun 27, 2014)

  • new : added MSI package and new icon
  • new : the database is now stored in a new location:
  • Unix : stored in /var/lib/jfBroadcast
  • If you are upgrading the old location was ./database which you can manually move and rename.

New in jfbroadcast 0.16 (Nov 15, 2013)

  • voip fixes for some PBXes that use qop registration

New in jfbroadcast 0.15 (Sep 20, 2013)

  • new : use embedded database server (derby) instead of MySQL

New in jfbroadcast 0.14 (Mar 7, 2013)

  • g729a timestamp correction

New in jfbroadcast 0.13 (Dec 6, 2012)

  • added g711a codec and lots of voip improvements

New in jfbroadcast 0.12 (Mar 5, 2012)

  • new : added "Disable human/machine detection" - messages will start as soon as connection is made
  • new : you can click "Stop" a second time to force all connections to be dropped instead of waiting gracefully

New in jfbroadcast 0.10 (Aug 5, 2011)

  • fix : make sure options have optimal default values when no configuration exists

New in jfbroadcast 0.8 (May 3, 2011)

  • fix : used JDBC for database connection instead of my own driver.
  • new : database keys were changed so that a phone number can exist in multiple lists but still only once per list.
  • fix : Wav loader supports Microsoft WAV format (ignore 'fact' header)

New in jfbroadcast 0.7.1 (Mar 8, 2011)

  • fix : bad SQL code was unable to query lists with more than 256 rows.

New in jfbroadcast 0.7 (Dec 30, 2010)

  • added new survey options (major update)
  • database design was overhauled

New in jfbroadcast 0.6 (Nov 12, 2010)

  • moved sql query out of 20ms timer by using a list that is processed in main thread. Should improve audio quality.