mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Updates to call status tracking and Call History. Added CiscoCodecPropertiesConfig class
This commit is contained in:
parent
3b3ea98dea
commit
1d46f8520d
12 changed files with 1191 additions and 1194 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.Codec
|
||||
{
|
||||
public class CiscoCodecPropertiesConfig
|
||||
{
|
||||
public CommunicationMonitorConfig CommunicationMonitorProperties { get; set; }
|
||||
|
||||
//public ControlPropertiesConfig Control { get; set; }
|
||||
|
||||
public List<CodecActiveCallItem> Favorites { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Valid values: "Local" or "Corporate"
|
||||
/// </summary>
|
||||
public string PhonebookMode { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -1682,6 +1682,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||
public Duration Duration { get; set; }
|
||||
public Encryption Encryption { get; set; }
|
||||
public FacilityServiceId FacilityServiceId { get; set; }
|
||||
public string ghost { get; set; }
|
||||
public HoldReason HoldReason { get; set; }
|
||||
public PlacedOnHold PlacedOnHold { get; set; }
|
||||
public Protocol Protocol { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue