mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 03:35:00 +00:00
Updates to call status tracking and Call History. Added CiscoCodecPropertiesConfig class
This commit is contained in:
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; }
|
||||
|
||||
Reference in New Issue
Block a user