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

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

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

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