====Announcement by SVXLink repeater of the name days==== With this function, the repeater will announce the name days. (The calendar of the firs names uses is the french one - //If you know other references, feel free to contact s. We will be abel to generate from your list the files sounds//) The format of the file is ''Fetes//day////month//'' for example : ''Fetes0412''. The french sounds are in ''fetes'' directory, and located in ''usr/share/sounds/fr_FR''subdirectory (''fr_FR'' is the svxlink language directory) available on Github [[en:fihiers_audio_16k|(Here the tutorial to download the sounds files from the repository)]] Just add the following lines where you want in a given function, in a ''TCL'' file. Therepeater will announce the name day. set datefete [clock format [clock seconds] -format Fetes%d%m ]; playMsg "fetes" $datefete;