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

Fork update #9

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed one line for status commands 20 and 21.
Signed-off-by: Stacy Olivas <[email protected]>
  • Loading branch information
KG7QIN committed May 17, 2020
commit aadfe2958cb12843852483a70c0e47e902610ece
121 changes: 0 additions & 121 deletions asterisk/AUTHORS.md

This file was deleted.

230 changes: 0 additions & 230 deletions asterisk/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions asterisk/CONTRIBUTORS.md

This file was deleted.

1 change: 1 addition & 0 deletions asterisk/apps/app_rpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -11480,6 +11480,7 @@ struct sched_param rpttele_sched;
case REMIP_LOCAL:
if (wait_interval(myrpt, DLY_TELEM, mychannel) == -1) break;
res = telem_lookup(myrpt, mychannel, myrpt->name, "remip");
public_ip(myip);
strncpy(sysinfo.myip,myip,20);
if(strlen(myip)>0) {
ast_log(LOG_NOTICE, "[*] Public IP address is %s\n\n", sysinfo.myip);
Expand Down