mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
fix(essentails): Increase phonebook list limit to 10000
This commit is contained in:
@@ -852,7 +852,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
|||||||
|
|
||||||
if (!_props.DisablePhonebookAutoDownload)
|
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");
|
_syncState.AddQueryToQueue("zCommand Bookings List");
|
||||||
|
|||||||
Reference in New Issue
Block a user