adding to Lync2010 : Enterprise Voice, Archiving Policy, Dial Plan, Voice Policy

This commit is contained in:
dev_amdtel 2013-05-22 11:44:40 +04:00
parent e9d4b44fd1
commit c41abafe5d
29 changed files with 1934 additions and 356 deletions

View file

@ -151,5 +151,12 @@ namespace WebsitePanel.EnterpriseServer
}
#endregion
[WebMethod]
public string[] GetPolicyList(int itemId, LyncPolicyType type, string name)
{
return LyncController.GetPolicyList(itemId, type, name);
}
}
}