Andrew Welker
52d945fca3
Merge pull request #1044 from PepperDash/hotfix/ssh-issues
...
Update PD Core version to fix SSH issues
1.12.5
2022-12-12 12:11:55 -07:00
Andrew Welker
0ef8fcfd27
chore: Update to PD Core 1.1.4
1.12.6-hotfix-2057
1.12.5-hotfix-2051
2022-12-12 11:42:16 -07:00
Andrew Welker
042416b470
chore: update PD Core version
1.12.5-hotfix-2050
2022-12-12 10:01:14 -07:00
jdevito
3d27b0928f
Merge pull request #1042 from PepperDash/hotfix/zoomroom-camera-selection
...
Send command to select camera by ID for Zoom Room
1.12.4
2022-12-09 09:39:33 -06:00
Andrew Welker
860182dbfc
Merge branch 'main' into hotfix/zoomroom-camera-selection
1.12.4-hotfix-2047
2022-12-09 08:12:45 -07:00
Andrew Welker
668cbc430c
Merge pull request #1038 from PepperDash/hotfix/occ-sensor-fixes
...
Prevent vacancy from shutting down the room when a call is active
1.12.4-hotfix-2046
1.12.3
2022-11-28 16:19:26 -07:00
Andrew Welker
e54de1f1cb
Merge branch 'main' into hotfix/occ-sensor-fixes
1.12.3-hotfix-2040
2022-11-28 15:19:45 -07:00
Neil Dorin
f48b1a2de3
Merge pull request #1039 from PepperDash/hotfix/touchpanelBase
...
Fix issues with TouchpanelBase
2022-11-23 16:24:28 -07:00
Andrew Welker
8e57e7ec31
fix: add missing LoadSmartObjects call
1.12.3-hotfix-2041
1.12.3-hotfix-2039
2022-11-23 14:29:36 -07:00
Andrew Welker
1b43b44d19
fix: typo in TouchpanelBase constructor
...
The constructor was checking the wrong
variable, leading to it always being null
and failing to build the `EssentialsTouchpanelController`
class.
1.12.3-hotfix-2038
2022-11-23 13:15:41 -07:00
Andrew Welker
4306128474
refactor: fix abstract method
1.12.3-hotfix-2036
2022-11-21 10:45:25 -07:00
Andrew Welker
5263b16bb7
refactor: fix issues with log statments
2022-11-21 10:42:33 -07:00
Andrew Welker
a2b67798f3
refactor: add logging statements
2022-11-21 10:37:26 -07:00
Andrew Welker
1b43fba37e
fix: add logic to prevent vacancy from triggering room off if room is in
...
a call
2022-11-21 10:28:08 -07:00
Andrew Welker
f262c1a3bb
Merge pull request #1036 from PepperDash/hotfix/PD-core-update-for-vc4
...
Updates for VC-4
1.12.2
2022-11-16 11:05:40 -07:00
Andrew Welker
93ee695c57
Merge branch 'main' into hotfix/PD-core-update-for-vc4
1.12.8-hotfix-2074
1.12.2-hotfix-2032
2022-11-16 10:52:15 -07:00
Andrew Welker
ba0bae3c4e
chore: update PD Core to 1.1.3
1.12.2-hotfix-2031
2022-11-16 10:51:48 -07:00
Trevor Payne
37a98d00af
Merge pull request #1037 from PepperDash/hotfix/VideoCodec-ActiveCall-XSig
...
Fix error with updating call status XSigs
2022-11-14 10:25:28 -06:00
Trevor Payne
247827ac25
fix: UpdateCallStatusXsig() now properly refreshing calls
1.12.2-hotfix-2030
2022-11-14 10:10:22 -06:00
Andrew Welker
5e797db096
fix: add check for missing/empty roomId
1.12.2-hotfix-2029
2022-11-11 16:26:37 -07:00
Andrew Welker
57eeeec0fb
Merge branch 'main' into hotfix/PD-core-update-for-vc4
1.12.2-hotfix-2028
2022-11-11 16:23:12 -07:00
Andrew Welker
db19da124c
fix: set debug level to 2 on startup
...
Some plugins and devices are doing their own filtering based on the
debug level that's normally set using the `appdebug` console command.
On VC-4, there's no way to set that value. With this change, when
Essentials starts on a server, the debug level will be set to 2, so that
any of the messages that might be filtered based on the debug level
won't be filtered.
1.12.2-hotfix-2027
2022-11-11 14:37:46 -07:00
Andrew Welker
c07f52b06f
feat: update VC-4 client to use correct RoomID
1.12.2-hotfix-2026
2022-11-10 12:51:04 -07:00
Neil Dorin
b6675477be
Merge pull request #1029 from PepperDash/hotfix/zoom-passcode-and-incoming-call-prompt-states-on-cancel
...
Update Zoom polling/sending blocks for more scenarios
2022-11-09 09:27:07 -07:00
Andrew Welker
fc3840173e
chore: Update PD Core version
1.12.2-hotfix-2009
2022-11-08 08:44:39 -07:00
Andrew Welker
ce51a62d97
chore: update PD Core version
1.12.2-hotfix-2008
2022-11-04 14:01:11 -06:00
Andrew Welker
2be42f88bc
chore: update PD Core version
...
In order to fix issues with debug file location for VC-4, the PD Core version needs to be updated
1.12.2-hotfix-2007
2022-11-04 09:48:17 -06:00
jdevito
6f9a9ee255
fix: moved setting set in event before null check
1.12.2-hotfix-2002
2022-10-28 16:47:43 -05:00
jdevito
a09212417c
fix: removed property sets as recommended in discussion; removed 'if' statements before property sets in leave and end call methods
1.12.2-hotfix-2001
2022-10-28 16:20:49 -05:00
jdevito
4d6da37c60
fix: added additional evaluations for prompt property tracking and set/reset to handled unknown user scenarios
1.12.2-hotfix-2000
2022-10-28 08:38:16 -05:00
Andrew Welker
95627df1a6
Merge pull request #1026 from PepperDash/hotfix/zoomroom-block-commands-on-incoming-call
...
fix(essentials): Block all commands to ZoomRoom on incoming call
1.12.1
2022-10-25 13:40:32 -06:00
Neil Dorin
bef07fe41b
fix(essentials): Block all commands to ZoomRoom on incoming call
1.12.1-hotfix-1999
2022-10-25 10:30:02 -06:00
Andrew Welker
83d2497264
Merge pull request #1021 from PepperDash/hotfix/848-camera-preset-bridge-issue
...
fix: max number of presets now uses join span rather than join start.
2022-10-20 11:17:39 -06:00
Andrew Welker
50f5145a89
Merge branch 'main' into hotfix/848-camera-preset-bridge-issue
1.12.1-hotfix-1992
2022-10-20 10:58:10 -06:00
Neil Dorin
a734a869c1
Merge pull request #1023 from PepperDash/hotfix/zoomrooms-passcode-required-prohibits-polling
...
fix: added bool property tracking if meeting is require, added poll m…
2022-10-20 10:30:14 -06:00
Neil Dorin
c6495577e7
Merge branch 'main' into hotfix/zoomrooms-passcode-required-prohibits-polling
1.12.1-hotfix-1988
2022-10-20 10:15:46 -06:00
jdevito
5359604098
fix: added bool property tracking if meeting is require, added poll method and updated GetBookings to reference bool property that prohibits polling when meeting password is required
1.12.1-hotfix-1987
2022-10-20 11:11:07 -05:00
Jason Alborough
70d2633eb0
fix: max number of presets now uses join span rather than join start.
1.12.1-hotfix-1986
2022-10-20 09:52:58 -04:00
Andrew Welker
6715a680cc
Merge pull request #1019 from PepperDash/hotfix/xSigUpdateActiveCall-Fix
...
fix: update xSig Method for active call status
2022-10-18 10:21:11 -06:00
Trevor Payne
f3fc0f2b26
fix: update xSig Method for active call status
1.12.1-hotfix-1983
2022-10-18 10:51:24 -05:00
Neil Dorin
330bb2d002
fix(essentials): #1017 -Send command to select camera by ID
1.12.1-hotfix-1980
2022-10-13 11:13:17 -06:00
Neil Dorin
26b968463b
Merge pull request #1015 from PepperDash/hotfix/shade-interface-updates
...
fix(essentials): Updates to shade interfaces to clarify functionality
1.12.0
2022-10-06 12:44:21 -06:00
Andrew Welker
d33b89f232
Merge branch 'main' into hotfix/shade-interface-updates
1.11.2-hotfix-1977
2022-10-06 12:29:27 -06:00
Andrew Welker
c19ab76a4c
Merge pull request #1013 from PepperDash/hotfix/VideoCodecBase-Xsig-Fixes
...
Hotfix/video codec base xsig fixes
2022-10-06 11:02:03 -06:00
Neil Dorin
040c57b5e1
fix(essentials): Updates to shade interfaces to clarify functionality
1.11.2-hotfix-1975
2022-10-06 10:05:44 -06:00
Trevor Payne
d6864bf214
Merge branch 'hotfix/VideoCodecBase-Xsig-Fixes' of https://github.com/PepperDash/Essentials into hotfix/VideoCodecBase-Xsig-Fixes
1.11.2-hotfix-1974
2022-10-06 00:38:15 -05:00
Trevor Payne
62275890cb
style: changed tracking variable in UpdateCallStatusXsig
2022-10-06 00:38:02 -05:00
Trevor Payne
2a6b845fde
Merge branch 'main' into hotfix/VideoCodecBase-Xsig-Fixes
1.11.2-hotfix-1973
2022-10-05 16:51:11 -05:00
Trevor Payne
4fb2d6d755
fix: updated XSig methods in VideoCodecBase
1.11.2-hotfix-1972
2022-10-05 16:13:53 -05:00
Neil Dorin
5994704fbd
Merge pull request #1010 from PepperDash/hotfix/zoomroom-default-layout
...
Hotfix/zoomroom default layout
1.11.1
2022-09-30 08:27:03 -06:00