{:de}
Speziell bei EchoLinkverbindungen über IPhones kann es zu Problemen in der Form kommen, dass während der Übertragung von dieser Station viele Roger-Pieps ausgelöst werden weil eine kurze Unterbrechung des Audiostreams als Ende der Übertragung erkannt werden.
Um das abzustellen bitte folgende Änderungen durchführen:
1) Im Verzeichnis /usr/share/svxlink/events.d solte es ein Verzeichnis „local“ geben, falls nicht bitte anlegen.
2) Erstellen sie in diesem Verzeichnis eine Datei, z.B. EchoLink-user.tcl mit dem folgenden Inhalt:
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 #
{:}{:en}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
#{:}