reply handling

master
Alex 2021-12-29 22:57:11 +01:00
parent 6ecc983eb0
commit 4473d24370
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, msg []byt
status, cmdID, dest, cmdNumber, args := kraProtocol.DecodeWebMessage(msg)
// TODO: kraProtocol.StatusMessageAlreadyInQueue
if status == kraProtocol.StatusReply {
if isVoice {
for _, data := range webClient.VoiceCmdIDsByBackend {