From 7f2c0f43ce2d1c46158d68fa8220706a09b12ce5 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 27 Apr 2019 09:43:02 -0700 Subject: [PATCH] for Callsign Routing, send ping to zonerp_cs --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index aad4cd5..a8e140e 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -1453,7 +1453,7 @@ void CQnetGateway::ProcessModem() /* set the destination */ std::string from = OWNER.substr(0, 7); from.append(1, i+'A'); - ii[result]->sendPing(temp_radio_user, from); + ii[result]->sendPing(arearp_cs, from); to_remote_g2[i].streamid = dsvt.streamid; if (ip.npos == ip.find(':')) to_remote_g2[i].toDstar.Initialize(af_family[result], (uint16_t)g2_external.port, ip.c_str());