Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APRS server address hardcoded in channel driver #31

Open
N4IRS opened this issue Aug 4, 2017 · 1 comment
Open

APRS server address hardcoded in channel driver #31

N4IRS opened this issue Aug 4, 2017 · 1 comment
Labels
bug pinned Pinned - Keeps stale issues from being auto closed

Comments

@N4IRS
Copy link
Contributor

N4IRS commented Aug 4, 2017

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"

@KG7QIN KG7QIN added the bug label Mar 28, 2020
@KG7QIN KG7QIN added the pinned Pinned - Keeps stale issues from being auto closed label Apr 30, 2020
@bobwwj555
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pinned Pinned - Keeps stale issues from being auto closed
Projects
None yet
Development

No branches or pull requests

3 participants