fr:supprimer_le_roger_beep_vers_echolink

Supprimer le beep Echolink

Pour que votre relais n'envoi plus de beep aux relâchés de micro sur le canal Echolink, nous allons dévalider cette fonction, en plaçant quelques lignes en commentaires. Préalablement, nous copions le fichier EchoLink.tcl dans un sous-réperoire ./local/, avant de le modifier.

sudo cp /usr/share/svxlink/events.d/EchoLink.tcl /usr/share/svxlink/events.d/local/EchoLink.tcl
 
sudo nano /usr/share/svxlink/events.d/local/EchoLink.tcl
| /usr/share/svxlink/events.d/local/EchoLink.tcl
namespace eval EchoLink {
 
#
# Executed when a transmission from an EchoLink station is starting
# or stopping
#
proc is_receiving {rx} {
  #if {$rx == 0} {
  #  playTone 1000 100 100;
  #}
}

# end of namespace
}

#
# This file has not been truncated
#
  • fr/supprimer_le_roger_beep_vers_echolink.txt
  • Dernière modification: 2020/07/05 17:12
  • (modification externe)