Especially with EchoLink connections over IPhones there can be problems in the form that many Roger beeps are triggered during the transmission from this station because a short interruption of the audio stream is recognized as the end of the transmission.
1) In the directory /usr/share/svxlink/events.d there should be a directory „local“, if not please create one.
2) Create a file in this directory, e.g. EchoLink-user.tcl with the following content: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
#
Neue Kommentare