public:radio:mb7azeconf
This is an old revision of the document!
MB7AZE svxlink config
Main config file
To prevent Echolink incoming connections while a Talkgroup is active
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)