Il progetto fastrack voice nasce dall’esigenza di fornire notifiche a mezzo voce a destinatari raggiungibili su linea fissa o mobile. Una funzionalità di notifica che va ad aggiungersi alle già disponibili email e sms e che rende NetEye più vicino alle esigenze dei clienti.
Questo nuovo add-on permette di avere dei messaggi preregistrati da inviare, in caso di anomalie, ai destinatari configurati.
Per la realizzazione è stato scelto un apparecchio costituito da un processore arm con modem/fax/voice gsm.
Il wavecom fastrack ha un potente sdk per lo sviluppo in c. Utilizzando Eclipse come Ide, gcc come compilatore ed un serial driver che permette il debugging ‘remoto’ del software, si è in grado di implementare soluzioni velocemente.
Essendo la mia prima applicazione sviluppata con il framework OpenAT, ho ovviamente incontrato alcune difficoltà. La prima è stata il watchdog interno (di cui ignoravo l’esistenza), il quale, se una procedura impiega troppo tempo, resetta l’applicativo. Ho perso varie giornate a capire perché l’applicativo che stavo sviluppando, si resettava in continuazione, poi ho finalmente deciso di leggermi la documentazione….
Un altro problema importante è la ridotta disponibilità di memoria.
Questa è una limitazione critica per un software che deve gestire file audio da riprodurre.
Per ovviare a questo problema i messaggi troppo lunghi vengono mantenuti sul server NetEye ed inviati come stream durante la chiamata.
I messaggi brevi possono essere salvati direttamente sul wavecom.
Sviluppi futuri:
NetEye sarà monitorato dal wavecom, il quale, in caso di failure, effettuerà una chiamata ad un numero telefonico predefinito.
Sarà possibile generare automaticamente il messaggio di notifica attraverso delle librerie di sintesi vocale.
Si farà uso di librerie come festival o mbrola per tradurre il testo in messaggi vocali.
Per ridurre notevolmente le dimensioni dei file audio, si userà il codec amr.
La comunicazione con NetEye potrà essere bidirezionale, ossia l’utente potrà chiamare NetEye con il proprio telefono e navigare i menù attraverso i toni dtmf, e ricevere le informazioni con messaggi vocali.
Hi everyone, I’m Luca, graduated in electrical engineering from the University of Bologna. I am employed by Würth Phoenix since its foundation. I worked mainly as enterprise architect and quality assurance engineer. Previously I was involved in systems measurement and embedded systems programming. I have gained experience on Unix (Solaris, HPUX), Windows, and C, C + +, Java. I personally contribute to the Open Source community as beta tester and developer. During my spare time I love piloting airplanes fly over the beautiful Alps. I practice many sports: tennis, broomball, skiing, alpine skiing, volleyball, soccer, mountain biking, middle distance, none have a sample but the competition excites me! I love hiking, tracking and traveling.
Author
Luca Di Stefano
Hi everyone, I’m Luca, graduated in electrical engineering from the University of Bologna. I am employed by Würth Phoenix since its foundation. I worked mainly as enterprise architect and quality assurance engineer. Previously I was involved in systems measurement and embedded systems programming. I have gained experience on Unix (Solaris, HPUX), Windows, and C, C + +, Java. I personally contribute to the Open Source community as beta tester and developer. During my spare time I love piloting airplanes fly over the beautiful Alps. I practice many sports: tennis, broomball, skiing, alpine skiing, volleyball, soccer, mountain biking, middle distance, none have a sample but the competition excites me! I love hiking, tracking and traveling.
Error during GLPI inventory task execution We have fixed a bug related to the Asset Management module and in particular in the usage of the GLPI inventory plugin to gather the inventory. List of updated packages To solve the issue Read More
Error during generation of SLA reports We have fixed a bug that was causing an error during the generation of SLA reports. List of updated packages To solve the issue mentioned above, the following packages have been updated for NetEye Read More
Fix NagVis navigation using IcingaDB Web URLs When clicking on a host or service from a NagVis map, you were redirected to the legacy Monitoring module. The links have been updated to correctly point to the IcingaDB Web module. List Read More
Fixing Misplaced Plugin Output in Icinga Web Interface When plugin output contained HTML content (like links), it was incorrectly displayed near the service name instead of in the Plugin Output section. The plugin output section now correctly renders all content. Read More
Icinga Director Now Responsive During Configuration Deployments Previously, users were unable to interact with Icinga Director while configuration deployments were running. Any attempt to access the interface or API would be blocked until the deployment completed, causing unnecessary delays in Read More