BUG: cw2300 not using APRS_SERVER entries in config file (solution)
In Open 2300 V1.10 / Linux version only the default servers defined in rw2300.c are used. This is a little bug inside get_configuration of library rw2300.c Add a line of code in line 2439
config->num_hosts = 0; // dl1fac: overwrite defaults
to reset the default num_hosts, if finding a config file at all.