c# - Retrieve call forwarding (routing) rules of a Lync client -


how can retrieve call forwarding (routing) rules of lyn client using ucma or mspl? have tried retrieve using userendpoint , subscribing presencenotificationreceived event of remotepresenceview. unfortunately seems not work. according msdn documentation possible query route category local-access (localownerpresence).

another options use applicationendpoint of impersonate every user want retrieve call forwarding rules. in eyes seems dirty solution.

could done mspl?

in tests this:

another options use applicationendpoint of impersonate every user want retrieve call forwarding rules. in eyes seems dirty solution.

has been working solution (outside of querying database directly).

if want done in mspl, @ querycategory. problem there need correct containernumber , instance ids.

however, if them (see msdn presence data source , category instance id) find there no instance numbers listed routing. container number info can found here: routing category instance value element, , 1 list instance ids.

interesting point routing data classified "local only", see local-access category instances:

the routing category instances contain routing rules forward inbound calls made members of hosting container. private category instances , not visible remote users members of hosting containers.

so far have not found combination of name ('routing'), containernumber , instance id give results, please update if find anything.


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 -