Lync Server 2010 Multitenant Core Unified Communications Support Added
Enterprise voice support to follow soon
This commit is contained in:
parent
3732b2143c
commit
a240fcebc6
94 changed files with 11276 additions and 39 deletions
|
@ -336,6 +336,10 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public const int ERROR_FILE_MOVE_PATH_ALREADY_EXISTS = -3004;
|
||||
#endregion
|
||||
|
||||
#region Lync Server
|
||||
public const int ERROR_LYNC_DELETE_SOME_PROBLEMS = -2806;
|
||||
#endregion
|
||||
|
||||
public static string ToText(int code)
|
||||
{
|
||||
switch (code)
|
||||
|
|
|
@ -207,7 +207,19 @@ order by rg.groupOrder
|
|||
|
||||
public const string OCS_PresenceAllowed = "OCS.PresenceAllowed";
|
||||
public const string OCS_PresenceAllowedByDefault = "OCS.PresenceAllowedByDefault";
|
||||
|
||||
|
||||
|
||||
public const string LYNC_USERS = "Lync.Users";
|
||||
public const string LYNC_FEDERATION = "Lync.Federation";
|
||||
public const string LYNC_CONFERENCING = "Lync.Conferencing";
|
||||
public const string LYNC_MAXPARTICIPANTS = "Lync.MaxParticipants";
|
||||
public const string LYNC_ALLOWVIDEO = "Lync.AllowVideo";
|
||||
public const string LYNC_ENTERPRISEVOICE = "Lync.EnterpriseVoice";
|
||||
public const string LYNC_EVUSERS = "Lync.EVUsers";
|
||||
public const string LYNC_EVNATIONAL = "Lync.EVNational";
|
||||
public const string LYNC_EVMOBILE = "Lync.EVMobile";
|
||||
public const string LYNC_EVINTERNATIONAL = "Lync.EVInternational";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,5 +51,6 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public const string BlackBerry = "BlackBerry";
|
||||
public const string OCS = "OCS";
|
||||
public const string VPSForPC = "VPSForPC";
|
||||
public const string Lync = "Lync";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue