Merge pull request #903 from PepperDash/hotfix/zoomroom-fix-phonebook-autodownload

Hotfix/zoomroom fix phonebook autodownload
This commit is contained in:
Neil Dorin 2022-02-09 09:08:23 -07:00 committed by GitHub
commit b9c07b01e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1090,7 +1090,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
SendText("zFeedback Register Op: ex Path: /Event/InfoResult/Info/toll_free_callinLlist");
Thread.Sleep(100);
if (!_props.DisablePhonebookAutoDownload)
if (_props.DisablePhonebookAutoDownload)
{
SendText("zFeedback Register Op: ex Path: /Event/Phonebook/AddedContact");
}