You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user getting this error on ASL system, how would I help..
I use PFsense. It dont appear any of the 5200 or other ports are coming out. So I assume in the code its not making it that far... to request for the DNS and IP... I do a fresh install of ASL, it works for few days then this error comes back.
ahp = ast_gethostbyname(EL_APRS_SERVER,&ah);
if (!ahp) {
ast_log(LOG_ERROR, "Unable to resolve echolink APRS server IP address\n");
close(instp->ctrl_sock); instp->ctrl_sock = -1;
close(instp->audio_sock); instp->audio_sock = -1;
return -1;
}
#define EL_APRS_SERVER "aprs.echolink.org"
The text was updated successfully, but these errors were encountered: