for Callsign Routing, send ping to zonerp_cs

pull/14/head
Tom Early 7 years ago
parent b384f6b9af
commit 7f2c0f43ce

@ -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());

Loading…
Cancel
Save

Powered by TurnKey Linux.