Smash system monitor bug

This commit is contained in:
Heath Volmer
2019-01-24 11:20:24 -07:00
parent 8d03bef34f
commit 530e1ebcb8
3 changed files with 20 additions and 7 deletions

View File

@@ -203,7 +203,9 @@ namespace PepperDash.Essentials.AppServer.Messengers
currentCallString = EISC.GetString(SCurrentCallNumber),
currentDialString = EISC.GetString(SCurrentDialString),
isInCall = EISC.GetString(SHookState) == "Connected",
hasDirectory = true,
hasRecents = true,
hasCameras = true
});
}