John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:mb7azeconf

This is an old revision of the document!


03 : Radio

MB7AZE : svxlink config

Main config file

svxlink.conf

Uncomment :

proc tg_selected {new_tg old_tg} {
  puts "### tg_selected #$new_tg (old #$old_tg)"
  # Reject incoming Echolink connections while a talkgroup is active
  if {$new_tg != 0} {
    setConfigValue "ModuleEchoLink" "REJECT_INCOMING" "^.*$"
  } else {
    setConfigValue "ModuleEchoLink" "REJECT_INCOMING" "^$"
  }
}

in /usr/local/share/svxlink/events.d/local/ReflectorLogic.tcl

<svxinstall>/events.d/local/

Here are the 3 files containing tweaks to the standard behaviour.

Editing the original files (in events.d/) would work, but would get overwritten if the software is upgraded/re-installed. Putting local copies in events.d/local means the changes survive upgrades etc.

The actual path is:

/usr/local/share/svxlink/events.d/local/

I'll try to document what is different once I refresh my memory.

ReflectorLogic.tcl

Logic.tcl

EchoLink.tcl

John Pumford-Green Tue May 3 20:58:10 2022

Page Updated : 06/03/25 06:49 GMT

public/radio/mb7azeconf.1654241624.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)