cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3669
Views
0
Helpful
2
Replies

cucm REST API, change ForwardALL setting

gabriele.lietti
Level 1
Level 1

Hi,

let say that I am not a developer expert.

I am trying to change Callforward settings of a user.

I am using FF Poster to test. The URL is https://{host}:8443/cucm-uds/user/{userId}

If I do a GET it succesfully retrieves the user xml page.

The issue is the PUT method.

In order to change CFA destination to 664 I type in FF Poster:


<user>

   <primaryExtension>

   <callForwardAllDestination>

   <destination>664</destination>

   </callForwardAllDestination>

   </primaryExtension>

   </user>


When I press PUT I got a 200OK back but the CFA setting has not been changed.


For information the user has CCM End User and also CCM Super user rights.


Any idea?


Thank you in advance


Gabriele


1 Accepted Solution

Accepted Solutions

Just for information the issue has been solved. The CUCM version was not compatible.

View solution in original post

2 Replies 2

gabriele.lietti
Level 1
Level 1

Sorry with PUT I get 500 An internal server error has occurred.

Any idea?

Thank you in advance.

Just for information the issue has been solved. The CUCM version was not compatible.