Cisco Unified Presence APIs Developer Forums

« Back to SOAP API

CTI Gateway Configuration : MOC

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I'm not sure I'm in the right forum for this question, but I can't see any better place.
 
In the Cisco Unified Presence Administration interface, there is a MOC assignment page in CTI Gateway to configure MOC for each user, enabling or disabling the feature.
 
I thought I could use CUPS AXL api to programmatically check or uncheck MOC. I tried to do so, but most AXL methods are getter, and only one can update a user : updateUpcUserSettings. With that method I can modify the CTI Gateway profile, but it doesn't seems related to the MOC feature.
 
The only other possibility could be to use the executeSQLUpdate method, but I haven't found any documentation on CUPS database. Is there another way to achieve my goal, or any documentation I could have missed ?
 
 
Thanks for you help.

The APIs
 
<pre>getDeskphoneControlUserSettings
updateDeskphoneControlUserSettings

were added in 7.0.3 and I believe add this capability.

For prior versions there are no exposed APIs, and a SQL update would not be advised/supported (CUP DB does not have the built-in validation/notification functionality that allows the UCM DB to allow updates from apps.)</pre>

Some news for my problem.
 
I finally could have an extract of the CUP DB, so I could make an SQL query to update the MOC flag.
Actually, I'm using CUPS 6.1, so I don't have access to the api you refer to. So far, I haven't seen any problem using the sql update, but the "real" test is not started yet, so, there is maybe hidden problems.
I'm planning to update to CUPS 7.1, so I'll chek your api.
 
I'll post some more news after the test with 6.1 and if I can update to 7.1.