There is a 5.0.0-beta.12 release including some changes to binary AML data sms handling.
Changes:
-
sgw.mediator service is finally completely obsolete. It may stay installed (and active) after update but mixing pre beta.12 release with beta.12 (and later) would probably not work as expected (sgw.mediator was used to send acknowledge sms messages on receive, that functionality is now part of the sgw.incoming module)
-
additional sgw.incoming setting:
"filterBinaryAMLMessages": "false"
"inSGW": { "serverSGWAddress": "http://localhost:5555/remotesgwservice", "clientSGWAddress": "http://localhost:7777/sgwservice", "replyToClientSGWAddress": "http://localhost:7777/sgwservice", "applicationIdentity": 52112, "applicationPresentation": 112, "subsystem": "", "location": "", "filterBinaryAMLMessages": "false", "active": 1 },
filterBinaryAMLMessages Description true binary AML messages will be filtered, therefore will never reach rabbit queue false no binary AML messages filtering -
allegroTicket should have separate aml data structure saved (table AllegroTicketAmlData)
-
when searching for tickets upon receiving AML sms message existing tickets are searched for caller number, existance of AML data and date of creation within last minute. That should cover “repeated” AML tickets sent by phone.
Release is, as usual, on the releases page