Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Hier worden de This is where the e-mail instellingen opgegevensettings are specified.

Een An SMTP server is verplicht. Indien nodig kan een autorisatie gebruikersnaam met bijbehorend wachtwoord worden opgegeven.

Door te klikken op ‘toevoegen’ kunnen e-mail adressen worden aangemaakt.

Inhoud van een e-mail bericht zelf bepalen

Het waarschuwingsbericht per mail bevat een standaard bericht aangevuld met tijdstip van detectie, computeromschrijving uit het configuratiebestand en geluidsbron. 

Indien gewenst kan het onderwerp en inhoud van het e-mail bericht worden aangepast. Hiervoor zijn extra configuratieopties beschikbaar in het configuratiebestand RTVSilenceDetectionrequired. If necessary, an authorization username and password can be specified.

By clicking 'add' e-mail addresses can be created.

Determine the content of an e-mail message

The alert message by e-mail contains a standard message supplemented with time of detection, computer description from the configuration file and sound source. 

If desired, the subject and content of the e-mail message can be adjusted. Additional configuration options are available in the configuration file RTVSilenceDetection.exe.config.

Info
Let op: het configuratiebestand is van het type XML en moet een valide XML bestand zijn. Indien het XML niet valide is, start de applicatie niet op.

...

Note: the configuration file is of the XML type and must be a valid XML file. If the XML is not valid, the application will not start.

For the subject of a mail message, the following two keys can be added to the configuration file:

<add key="SilenceAlarm.Email.Subject" value="Dit is het onderwerp bij een stilte bericht"/>
<add key="Modulation.Email.Subject" value="Dit is het onderwerp indien audio terug wordt gedetecteerd"/>

De eerste is bij stilte, de tweede bij modulatie tijdens alarm.
Indien de waarde leeg is, wordt er een standaard onderwerp meegegeven.

Voor inhoud van een bericht (body), voeg deze twee sleutels aan het configuratiebestandThe first is at silence, the second at modulation during alarm.
If the value is empty, a default subject is given.


For contents of a message (body), add these two keys to the configuration file:


<add key="SilenceAlarm.Email.Body.File" value="SilenceAlarm_Email.txt"/>
<add key="Modulation.Email.Body.File" value="Modulation_Email.txt"/>

De eerste The first "value" is een verwijzing naar een tekstbestand waarvan de inhoud als body wordt gebruikt bij stilte. De tweede voor modulatie detectie.

...

is a reference to a text file whose content is used as a body in case of silence. The second for modulation detection.

  • The value is a filename and can be entered without path. Then the file is searched in the application folder. Or else with path (e.g. c:\stilte\body_alarm.txt).
  • De inhoud moet tekst zijn en mag HTML worden opgemaakt.  De mail wordt als HTML body verstuurd.
  • Indien bestand niet wordt gevonden of niet kan worden ingelezen, wordt de standaard tekst gebruikt.

...

  • The content must be text and may be HTML.  The mail is sent as HTML body.
  • If the file is not found or cannot be read, the default text will be used.

In the text as subject variables can be used:

VariableOmschrijving
%COMPUTERDESCRIPTION%De computeromschrijving zoals opgegeven in het configuratiebestand bij The computer description as specified in the configuration file under "ComputerDescription".
%HOSTNAME%Netwerknaam van de machine waar de stilte detectie op draait%WHEN%Tijdstip van detectieNetwork name of the machine on which the silence detection is running
%WHEN%Time of detection
%SOUNDDEVICE%Omschrijving van apparaat die voor detectie wordt gebruikt


Voorbeeld van een tekstbestandExample of a text file:

...

<p>Dit is een bericht van de detectie<p>This is a message from the silence detection. </p>

<p>Er is stilte gedetecteerd sinds %WHEN% op geluidsapparaat <p>Silence is detected since %WHEN% with sounddevice %SOUNDDEVICE%</p>

...