mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix(essentials): doh! fixes issue where IsOnHold would get set to false if response contains no PlacedOhHold object
This commit is contained in:
parent
e4a4564bbc
commit
0bb4b6edd4
1 changed files with 0 additions and 1 deletions
|
|
@ -2122,7 +2122,6 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
||||||
CallType = new CallType();
|
CallType = new CallType();
|
||||||
Status = new CallStatus();
|
Status = new CallStatus();
|
||||||
Duration = new Duration();
|
Duration = new Duration();
|
||||||
PlacedOnHold = new PlacedOnHold();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue