Setting delegates and team members for a user in Lync -


i'm trying set delegates , team members user using ucma. have found this useful post (that links answers) on how set call forwarding rules , how set simultaneous ring. 1 of suggestion use microsoft.rtc.internal.collaboration.routing @ first glance has i'd need.

the problem adding addresses routing.delegates adds them users delegates list, not displayed in lync client (see attached picture).

after examining how lync client adds these people list in picture, found out it's not publishing via routing category, using xml:

<setdelegates xmlns="http://schemas.microsoft.com/2007/09/sip/delegate-management" version="6">     <delegate uri="sip:somebody@example.com" action="add"/> </setdelegates> 

is there way how publish xml using ucma? or there other way adding people in list?

thanks suggestion.

empty delegates list viewed user

my question has been answered here

the solution hand craft response using beginsendmessage in _userendpoint.innerendpoint.beginsendmessage.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -