mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-21 19:55:22 -05:00
Allow the unlink voice to be heard.
This commit is contained in:
parent
f58bf29080
commit
fb051e3866
@ -283,6 +283,9 @@ void CP25Gateway::run()
|
||||
lostTimer.stop();
|
||||
}
|
||||
|
||||
if (speech != NULL)
|
||||
speech->announce(dstId);
|
||||
|
||||
currentId = dstId;
|
||||
}
|
||||
|
||||
@ -299,9 +302,6 @@ void CP25Gateway::run()
|
||||
remoteNetwork.writePoll(currentAddr, currentPort);
|
||||
remoteNetwork.writePoll(currentAddr, currentPort);
|
||||
|
||||
if (speech != NULL)
|
||||
speech->announce(dstId);
|
||||
|
||||
pollTimer.start();
|
||||
lostTimer.start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user