mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
Fixed incorrect join for dark background logo. Updates CodecInfo class to correclty poppulate values
This commit is contained in:
@@ -212,7 +212,7 @@ namespace PepperDash.Essentials
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 3925
|
/// 3925
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const uint LogoUrlDarkBkgnd = 3923;
|
public const uint LogoUrlDarkBkgnd = 3925;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 3951
|
/// 3951
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
|
|||||||
@"
|
@"
|
||||||
Codec.CodecInfo.SipUri: {0}
|
Codec.CodecInfo.SipUri: {0}
|
||||||
Codec.CodecInfo.SipPhoneNumber: {1}
|
Codec.CodecInfo.SipPhoneNumber: {1}
|
||||||
Codec.CodecInfo.Ei64Alias: {2}
|
Codec.CodecInfo.E164Alias: {2}
|
||||||
Codec.CodecInfo.H323Id: {3}
|
Codec.CodecInfo.H323Id: {3}
|
||||||
", Codec.CodecInfo.SipUri, Codec.CodecInfo.SipPhoneNumber, Codec.CodecInfo.E164Alias, Codec.CodecInfo.H323Id);
|
", Codec.CodecInfo.SipUri, Codec.CodecInfo.SipPhoneNumber, Codec.CodecInfo.E164Alias, Codec.CodecInfo.H323Id);
|
||||||
|
|
||||||
|
|||||||
@@ -1699,7 +1699,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (CodecConfiguration.Configuration.H323 != null && CodecConfiguration.Configuration.H323.H323Alias.E164 != null)
|
if (CodecConfiguration.Configuration.H323 != null && CodecConfiguration.Configuration.H323.H323Alias.ID != null)
|
||||||
{
|
{
|
||||||
return CodecConfiguration.Configuration.H323.H323Alias.ID.Value;
|
return CodecConfiguration.Configuration.H323.H323Alias.ID.Value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user