diff --git a/P25Gateway/P25Gateway.cpp b/P25Gateway/P25Gateway.cpp index 3327cf9..6bd3cec 100644 --- a/P25Gateway/P25Gateway.cpp +++ b/P25Gateway/P25Gateway.cpp @@ -214,6 +214,10 @@ void CP25Gateway::run() pollTimer.start(); lostTimer.start(); + remoteNetwork->writePoll(currentAddr, currentPort); + remoteNetwork->writePoll(currentAddr, currentPort); + remoteNetwork->writePoll(currentAddr, currentPort); + LogMessage("Linked at startup to reflector %u", currentId); } }