jfBroadcast Changelog

What's new in jfBroadcast 0.30

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

New in jfBroadcast 0.29 (Apr 16, 2015)

  • fixed some memory leaks

New in jfBroadcast 0.28 (Apr 16, 2015)

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

New in jfBroadcast 0.27 (Jan 28, 2015)

  • fix : greatly improved -allowdups performance

New in jfBroadcast 0.26 (Jan 28, 2015)

  • fix : -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.25 (Oct 8, 2014)

  • new : added -allowdups command line option to allow duplicate numbers in lists (user requested feature)
  • this option MUST be used when the database is created or it will not work and will be in effect anytime after that
  • even if not specified again (the option modifies how the database tables are created)
  • If your database already exists you must delete it and then use this option
  • fix : how options are parsed

New in jfBroadcast 0.24 (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 (Sep 22, 2014)

  • new: tray icon (Windows 7 theme)

New in jfBroadcast 0.22 (Jul 28, 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 (Jul 14, 2014)

  • new: added calling times (user requested feature)

New in jfBroadcast 0.20 (Jul 14, 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.18 (Jun 27, 2014)

  • new: added MSI package and new icon
  • new: the database is now stored in a new location
  • Windows : stored in %ProgramData%\jfBroadcast (or %AllUsersProfile%\jfBroadcast for Win2000/XP/2003)
  • If you are upgrading the old location was ./database which you can manually move and rename
  • config files (broadcast.cfg and broadcast-msgs.cfg) are now stored in the user profile folder (%UserProfile% for Windows)

New in jfBroadcast 0.17 (Jun 27, 2014)

  • new: added -start command line option (user requested feature)
  • new: added human/machine detection thresholds/duration options
  • new: added check for update option

New in jfBroadcast 0.16 (Jun 27, 2014)

  • fix: voip fixes for some PBXes that use qop registration

New in jfBroadcast 0.15 (Jun 27, 2014)

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