Plumbling put in place to set Lync SipAddress and LineUri
This commit is contained in:
parent
ad52464658
commit
65ab6722fd
10 changed files with 597 additions and 432 deletions
|
@ -119,6 +119,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return LyncController.GetLyncUserGeneralSettings(itemId, accountId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public bool SetLyncUserGeneralSettings(int itemId, int accountId, string sipAddress, string lineUri)
|
||||
{
|
||||
return LyncController.SetLyncUserGeneralSettings(itemId, accountId, sipAddress, lineUri);
|
||||
}
|
||||
|
||||
|
||||
[WebMethod]
|
||||
public LyncUserResult SetUserLyncPlan(int itemId, int accountId, int lyncUserPlanId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue