cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
184
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Shadan Saniepour Esfahani on 03-03-2010 11:13:11 PM
Greetings expert
 
I have created a user using CUPI and am trying set the "User Cannot Change" to checked for the "Voice Mail" password. I am using the following PUT query:
 
 
PUT  [url=https://<server>/vmrest/users/<userobjectid>/credential/password]https://<server>/vmrest/users/<userobjectid>/credential/password
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Credential>
        <CantChange>true</CantChange>
    </Credential>
 
But nothing happens for my Voice Mail password. I tried configuring it manually on the CUC box and did the GET query, and noticed this URL is for "Web Application" passwrod settings and not "Voice Mail" password setting.
 
However to my surprise, this did not even change the Web application password. So I have two questions:
1- What is the URL for changing Voice Mail password
2- What is the correct PUT query? What other fields I have to include?
 
Your help is truly appreciated!
Best regards
Shadan

Subject: RE: Changing password setting for user Voice Mail
Replied by: Matthew Penning on 04-03-2010 04:44:26 PM
Hi Shadan - starting with the URL, use "pin" instead of "password" to change the VM password:
 
PUT  https://<server>/vmrest/users/<userobjectid>/credential/pin
 
As for why the changes don't work, there was a problem with this in UCxn 7.1.3 that was fixed in an ES, so if you are on 7.1.3 make sure you are on the latest ES so you have the fix for that.
 
~ Matt

Subject: RE: Changing password setting for user Voice Mail
Replied by: Shadan Saniepour Esfahani on 04-03-2010 09:25:00 PM
Thanks Matthew! In fact we are on 7.1.3. But I didnt see any ES release for 7.1.3 on the CCO. Where can I download the latest ES?
 
Best regards
Shadan
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links