|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# g2_ircddb Configuration
|
|
|
|
|
|
|
|
|
|
ircddb = {
|
|
|
|
|
# login = ""; # login callsign for the ircDDB network
|
|
|
|
|
login = "CHANGEME!!!!"; # login callsign for the ircDDB network
|
|
|
|
|
# host = "rr.openquad.net" # other include group1-irc.ircddb.net
|
|
|
|
|
# port = 9007 # not a good idea to change!
|
|
|
|
|
# password = "1111111111111" # not needed for Openquad
|
|
|
|
|
@ -24,6 +24,7 @@ gateway = {
|
|
|
|
|
# port = 19000
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
module = {
|
|
|
|
|
a = {
|
|
|
|
|
# type = ""
|
|
|
|
|
@ -81,7 +82,7 @@ module = {
|
|
|
|
|
# and no audio will be accepted from any remote system.
|
|
|
|
|
# these command are disabled by default
|
|
|
|
|
# You can choose your own command strings, if you want to enable these
|
|
|
|
|
rf_control {
|
|
|
|
|
rf_control = {
|
|
|
|
|
# on = "RFISON"
|
|
|
|
|
# off = "RFISOFF"
|
|
|
|
|
}
|
|
|
|
|
@ -146,7 +147,7 @@ module = {
|
|
|
|
|
|
|
|
|
|
# These values depend on what type of tranceiver is connected to your DV-RPTR modem
|
|
|
|
|
# Use either true or false
|
|
|
|
|
inverse {
|
|
|
|
|
inverse = {
|
|
|
|
|
# rx = true
|
|
|
|
|
# tx = true
|
|
|
|
|
}
|
|
|
|
|
@ -241,6 +242,7 @@ g2_link = {
|
|
|
|
|
# to link repeater module B to REF001 C, use "BREF001C"
|
|
|
|
|
# ref_login = "" # for loging into REF reflectors, if undefined, ircddb.username will be used
|
|
|
|
|
# admin = [ "CALL1", "CALL2", "CALL3" ] # if defined, only these users can execute scripts, block dongles and reload the gwys.txt
|
|
|
|
|
# you probabaly want you own callsign in the admin list!
|
|
|
|
|
# link_unlink = [ "CALL4", "CALL5", "CALL6" ] # if defined, only these users can link and unlink a repeater
|
|
|
|
|
# incoming_ip = "0.0.0.0" # incoming ip address, "0.0.0.0" means accepts all connections.
|
|
|
|
|
# ip = "127.0.0.1" # where g2_link is running
|
|
|
|
|
|