From 1eba5fc08576edac62276c7de670d9fc6c195af8 Mon Sep 17 00:00:00 2001 From: David McAnally Date: Sat, 20 Jun 2020 21:30:51 -0500 Subject: [PATCH] Changed init bFoundCallsign = TRUE; A recent IRLP change that now sets environment variable SPEAKFREE_CNAME to "${CALLSIGN}" is causing tbd and tlb to list connected IRLP nodes as IP addresses instead of node numbers. See theLinkbox for additional details. --- src/conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conference.c b/src/conference.c index f427e32..a2bb1ed 100755 --- a/src/conference.c +++ b/src/conference.c @@ -3022,7 +3022,7 @@ int GetCall(ConfServer *pCS,ConfClient *pCC,rtcp_t *p,int len) rtcp_sdes_item_t *p; char *cp; } Item; - int bFoundCallsign = FALSE; + int bFoundCallsign = TRUE; int x; int Ret = FALSE; int EchoLinkRevMajor;