Auron SMS Server Changelog

What's new in Auron SMS Server 2023 Build 7.5.1.302

Mar 30, 2023
  • New features:
  • Database integration channel
  • E-mail templates
  • Filters in Campaigns / Bulk Wizard
  • Show Queue Occupancy
  • Copy channels, triggers, routes, blocking rules and views
  • New fields in the message table
  • Scroll down to find a list of smaller improvements and fixes.
  • Database integration channel:
  • Use the database integration channel to connect the Auron SMS Server with an external database of any type using any table layout.
  • The database integration channel has the following features:
  • Support for any database type with ADO or ODBC drivers. Including:
  • PostgreSQL, MySQL, MariaDB, Oracle, MS SQL Server, MS Access, Etc..
  • Use any table layout
  • Send and Receive from and to the remote database
  • Update message delivery status in the remote database
  • Customize queries or call stored procedures
  • Resilient error handling and connection management
  • E-mail templates:
  • Use e-mail templates to optimize the sending of large, identically formatted e-mails. A new e-mail message using an e-mail template only needs to contain the fields that change between each message. The message format itself is cached in the SMTP channel(s).
  • By using e-mail templates you can greatly improve the performance of sending large mailings as well as save a lot of disk space on your database server.
  • Filters in campaigns and the bulk wizard:
  • The campaigns and and bulk wizard has been improved to support more elaborate filter options. Calling stored procedures is supported for database data sources such as PostgreSQL, MySQL and MS SQL Server.
  • Show Queue Occupancy:
  • The SMS Server manager can now show queue occupancy for channels and triggers. Enable this feature in the server options.
  • With the ability to show queue occupancy it becomes a lot easier to keep track of the performance of the SMS Server.
  • Copy channels, triggers, routes, blocking rules and views:
  • All core configuration items can now be copied with a single mouse click. This makes it very easy to create multiple channels triggers, views or channels without having to manually copy parameters.
  • New fields in the message table:
  • The following new fields have been introduced for every message type:
  • Last trigger duration; This is the time that the last trigger took to complete.
  • Last trace message; This is convenient since the last trace message commonly contains important send or trigger messages
  • External ID; Use this field in your scripts or database integration to link to a record in an external database
  • External Status; Use this field to store the status of the related record in an external database
  • External URL: This field can store a URL to some external data related to this record
  • Other improvements and fixes:
  • These are some more improvements and fixes for the Auron SMS Server 2023.
  • Set a default character encoding for SMPP and GSM channels
  • Add HTML previews for all E-mail messages
  • Add syntax highlighting to everything
  • Add ability to set queue size the channel settings
  • Add ‘Use IDLE’ option to IMAP channel settings
  • Add channel / trigger / routing / blocking rule name to the ‘Are you sure you want to delete …’ message in the manager
  • Add a new message status ‘CREATED’ which does not automatically send the message
  • Add options to create messages as ‘RECEIVED’ to automatically process them or ‘CREATED’ from the Bulk Wizard
  • Add the ‘BillingID’ field to the forward trigger script template when forwarding SMS to anything else
  • Add a warning when triggers or channel are created with an existing description
  • Add 64bit compile option to C++ examples
  • Add 64bit target as default for C# and VB examples
  • Add uninstall of a trial version now optionally requests the user to provide trial feedback
  • Add helper functions to the database to support routing: ‘fnRouteProportional’ and ‘fnNumQueued’.
  • Improved message routing is a lot faster and more reliable in very high performance situations
  • Improved the generic ‘Connection String’ dialog used in channel and trigger wizards
  • Improved: New installations will have a view limit of 250 lines by default for better performance
  • Improved MySQL support in the Campaign / Bulk Wizard
  • Improved accessing custom fields in channels and messages API objects is now case-insensitive
  • Improved forward and delivery report trigger wizards now add a trace line to process messages
  • Improved the trigger order number is now placed right next to the ‘enable’ checkbox
  • Update button in columns in the message view now has a proper tick icon
  • Fixed SMPP channel now uses the channel queue size instead of an SMPP specific setting
  • Fixed SQL syntax highlighting new correctly highlights variables
  • Fixed incoming message on SMPP channels did not set the Creator field
  • Fixed the channel wizard form verification when moving back a page
  • Fixed the trigger wizard where the last wizard page was not validated correctly
  • Fixed can no longer create channels or trigger with an identifier longer than 32 characters
  • Fixed HTTP SMS channel now better supports SMS api’s that don’t return a result body
  • Fixed the trigger channel would sometimes (rarely) loose intermediate information after processing
  • Fixed the SMTP command timeout option would not be stored in SMS Server version 2022 when upgraded from 2021R2
  • Fixed the Campaign / Bulk Wizard now only shows the scheduled time option when appropriate

New in Auron SMS Server 2023 Build 7.5.1.301 (Mar 26, 2023)

  • New features:
  • Database integration channel:
  • Use the database integration channel to connect the Auron SMS Server with an external database of any type using any table layout.
  • The database integration channel has the following features:
  • Support for any database type with ADO or ODBC drivers. Including:
  • PostgreSQL, MySQL, MariaDB, Oracle, MS SQL Server, MS Access, Etc..
  • Use any table layout
  • Send and Receive from and to the remote database
  • Update message delivery status in the remote database
  • Customize queries or call stored procedures
  • Resilient error handling and connection management
  • E-mail templates:
  • Use e-mail templates to optimize the sending of large, identically formatted e-mails. A new e-mail message using an e-mail template only needs to contain the fields that change between each message. The message format itself is cached in the SMTP channel(s).
  • By using e-mail templates you can greatly improve the performance of sending large mailings as well as save a lot of disk space on your database server.
  • Filters in campaigns and the bulk wizard:
  • The campaigns and and bulk wizard has been improved to support more elaborate filter options. Calling stored procedures is supported for database data sources such as PostgreSQL, MySQL and MS SQL Server.
  • Show Queue Occupancy:
  • The SMS Server manager can now show queue occupancy for channels and triggers. Enable this feature in the server options.
  • With the ability to show queue occupancy it becomes a lot easier to keep track of the performance of the SMS Server.
  • Copy channels, triggers, routes, blocking rules and views:
  • All core configuration items can now be copied with a single mouse click. This makes it very easy to create multiple channels triggers, views or channels without having to manually copy parameters.
  • New fields in the message table:
  • The following new fields have been introduced for every message type:
  • Last trigger duration; This is the time that the last trigger took to complete.
  • Last trace message; This is convenient since the last trace message commonly contains important send or trigger messages
  • External ID; Use this field in your scripts or database integration to link to a record in an external database
  • External Status; Use this field to store the status of the related record in an external database
  • External URL: This field can store a URL to some external data related to this record
  • Other improvements and fixes:
  • Set a default character encoding for SMPP and GSM channels
  • Add HTML previews for all E-mail messages
  • Add syntax highlighting to everything
  • Add ability to set queue size the channel settings
  • Add ‘Use IDLE’ option to IMAP channel settings
  • Add channel / trigger / routing / blocking rule name to the ‘Are you sure you want to delete …’ message in the manager
  • Add a new message status ‘CREATED’ which does not automatically send the message
  • Add options to create messages as ‘RECEIVED’ to automatically process them or ‘CREATED’ from the Bulk Wizard
  • Add the ‘BillingID’ field to the forward trigger script template when forwarding SMS to anything else
  • Add a warning when triggers or channel are created with an existing description
  • Add 64bit compile option to C++ examples
  • Add 64bit target as default for C# and VB examples
  • Add uninstall of a trial version now optionally requests the user to provide trial feedback
  • Add helper functions to the database to support routing: ‘fnRouteProportional’ and ‘fnNumQueued’.
  • Improved message routing is a lot faster and more reliable in very high performance situations
  • Improved the generic ‘Connection String’ dialog used in channel and trigger wizards
  • Improved: New installations will have a view limit of 250 lines by default for better performance
  • Improved MySQL support in the Campaign / Bulk Wizard
  • Improved accessing custom fields in channels and messages API objects is now case-insensitive
  • Improved forward and delivery report trigger wizards now add a trace line to process messages
  • Improved the trigger order number is now placed right next to the ‘enable’ checkbox
  • Update button in columns in the message view now has a proper tick icon
  • Fixed SMPP channel now uses the channel queue size instead of an SMPP specific setting
  • Fixed SQL syntax highlighting new correctly highlights variables
  • Fixed incoming message on SMPP channels did not set the Creator field
  • Fixed the channel wizard form verification when moving back a page
  • Fixed the trigger wizard where the last wizard page was not validated correctly
  • Fixed can no longer create channels or trigger with an identifier longer than 32 characters
  • Fixed HTTP SMS channel now better supports SMS api’s that don’t return a result body
  • Fixed the trigger channel would sometimes (rarely) loose intermediate information after processing
  • Fixed the SMTP command timeout option would not be stored in SMS Server version 2022 when upgraded from 2021R2
  • Fixed the Campaign / Bulk Wizard now only shows the scheduled time option when appropriate

New in Auron SMS Server 2022 Build 7.4.0.903 (Sep 17, 2022)

  • New features:
  • Modern authentication (OAuth2) support for e-mail channels
  • Authorizer tool for receiving OAuth2 keys for use in trigger scripts
  • The Auron Web Messenger is now a built-in feature
  • Specialized channel wizards for common providers such as Spryng, Twilio and Infobip
  • File channels now include a polling option for compatibility
  • Add unsubscribe e-mail and unsubscribe URL settings to the SMTP e-mail channel
  • Modern authentication (OAuth2):
  • Google and Microsoft are starting to move away from the plain username and password authentication to modern authentication. This means that to login you’ll be guided to the Google or Microsoft login screen in your browser and the SMS Server receives an access key.
  • This has some security advantages such as the ability to enable multi-factor authentication as well as removing the need to share your password.
  • Auron Web Messenger:
  • The Auron Web Messenger is a very simple and easy to use web client to the Auron SMS Server. You can open it from any recent browser and it will automatically use the appropriate channel for the message type you’re sending while applying the routing rules you have configured.
  • It’s an easy way to use a shared WhatsApp or SMS channel with multiple employees. You can also use it to inject custom messages into an otherwise automated SMS Server configuration.
  • The full source code to the Auron Web Messenger is still included in the samples (examples) directory.
  • Specialized channel wizards:
  • With this upgrade we’ve made it a lot easier to connect to common providers. Instead of having to go through all of the options of the generic HTTP channel you can just enter your provider authorization keys and have the channel set up automatically.
  • Fixes and improvements:
  • Fix send and receive time display in message dialogs
  • Blocking dialog was unable to use message types other than SMS
  • You can now throttle the GSM channel just like SMPP and HTTP
  • Changing the security setting on e-mail channels no longer requires the service to restart
  • Updated samples
  • Compatibility:
  • The SMS Server 2022 version 7.4.0 is fully backwards compatible with the SMS Server 2021R2 7.3.0.
  • Compiled code needs to be recompiled but no additional changes need to be made.
  • Importing a backup configuration from previous version back to version 5.6 is possible.

New in Auron SMS Server 2022 Build 7.4.0.607 (Jun 15, 2022)

  • New features:
  • Modern authentication (OAuth2) support for e-mail channels
  • Authorizer tool for receiving OAuth2 keys for use in trigger scripts
  • The Auron Web Messenger is now a built-in feature
  • Specialized channel wizards for common providers such as Spryng, Twilio and Infobip
  • File channels now include a polling option for compatibility
  • Add unsubscribe e-mail and unsubscribe URL settings to the SMTP e-mail channel
  • Modern authentication (OAuth2):
  • Google and Microsoft are starting to move away from the plain username and password authentication to modern authentication. This means that to login you’ll be guided to the Google or Microsoft login screen in your browser and the SMS Server receives an access key.
  • This has some security advantages such as the ability to enable multi-factor authentication as well as removing the need to share your password.
  • Auron Web Messenger:
  • The Auron Web Messenger is a very simple and easy to use web client to the Auron SMS Server. You can open it from any recent browser and it will automatically use the appropriate channel for the message type you’re sending while applying the routing rules you have configured.
  • It’s an easy way to use a shared WhatsApp or SMS channel with multiple employees. You can also use it to inject custom messages into an otherwise automated SMS Server configuration.
  • The full source code to the Auron Web Messenger is still included in the samples (examples) directory.
  • Specialized channel wizards:
  • With this upgrade we’ve made it a lot easier to connect to common providers. Instead of having to go through all of the options of the generic HTTP channel you can just enter your provider authorization keys and have the channel set up automatically.
  • Fixes and improvements:
  • Fix send and receive time display in message dialogs
  • Blocking dialog was unable to use message types other than SMS
  • You can now throttle the GSM channel just like SMPP and HTTP
  • Changing the security setting on e-mail channels no longer requires the service to restart
  • Updated samples

New in Auron SMS Server 2021R2 Build 7.3.3.102 (Jan 19, 2022)

  • Changes:
  • Added support for media / picture messages through WhatsApp, Viber, RCS (google chat) and other rich messaging platforms
  • Added the HTTP REST API channel
  • Modernized look and feel
  • The channel status is now visible in the activity channel
  • The activity log now highlights errors and warnings
  • It’s now possible to edit message before reprocessing them
  • Every message status can be set manually from the manager
  • Cleanup messages from the archive after a given period
  • Cleanup message instead of archiving them.
  • Significant performance improvement in the message database
  • Media messaging (WhatsApp, Viber and more):
  • Many improvements in the HTTP channel now enable support for picture messages and rich messages in general.
  • Changes in the HTTP channel:
  • It is possible to send SMS messages with media / picture attachments through the HTTP channel
  • You can now receive messages as well as delivery reports in the HTTP channel
  • The HTTP channel now support provider profiles for quick and easy channel setups in the case of commonly used providers (e.g. Twilio and Infobip)
  • Receiving delivery reports and SMS can use TLS (HTTPS as well as HTTP)
  • Receiving supports IPv6 as well as IPv4
  • HTTP REST API:
  • The SMS Server now includes an HTTP REST API channel. The HTTP REST API can help with integrating directly from a web portal or from a different operating system.
  • HTTP REST API features:
  • Both JSON as well as XML based API’s are available
  • Supports both HTTP as well as HTTPS
  • Supports both IPv4 as well as IPv6
  • Authentication is token based or based on a clients IP whitelists or a combination
  • Clients can be assigned read, write or read/write permissions
  • Include example code for Curl, Powershell, C#, VB.Net, PHP and VBScript
  • Fixes:
  • In addition to a lot of new features there have also been a number of fixes:
  • The ‘routing order’ dialog did not resize correctly
  • Fixed a typo in the generated ‘assemble multipart’ trigger script for use with the SMPP Server channel
  • Fix ‘Unrecognized PDU’ problem with the EHS6 GSM together with some providers
  • Invalid PDU’s will no longer stay on the GSM SIM indefinitely
  • The SMS Server manager would sometimes stop unexpectedly when reconnecting to an existing RDP session
  • Fix receiving newlines in SMS messages from HTTP channels sometimes did not show in the SMS dialog
  • Bulkwizard would not start when the previous data source was Excel and the excel file was removed afterward