fix(essentails): Increase phonebook list limit to 10000

This commit is contained in:
Neil Dorin
2021-08-19 12:49:11 -06:00
parent 621205e65c
commit 8bf4b0d568

View File

@@ -852,7 +852,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
if (!_props.DisablePhonebookAutoDownload)
{
_syncState.AddQueryToQueue("zCommand Phonebook List Offset: 0 Limit: 512");
_syncState.AddQueryToQueue("zCommand Phonebook List Offset: 0 Limit: 10000");
}
_syncState.AddQueryToQueue("zCommand Bookings List");