mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix(essentails): Increase phonebook list limit to 10000
This commit is contained in:
parent
621205e65c
commit
8bf4b0d568
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue