How to use updateline method of http://www.cisco.com/AXL/API/15.0 for on-call number forwarding

Ravi Gupta1
Tera Expert

Hi,

Currently we are using API http://www.cisco.com/AXL/API/12.5 of CUCM integration to forward the directory number and mobile number of on-call user. Now this API is obsolete  and CUCM introduce new API http://www.cisco.com/AXL/API/15.0

 

In 12.5 version API we are using below code to pass the directory and phone number.

var s = new sn_ws.SOAPMessageV2('UnifiedCallManagerv2_12.5', 'updateLine');
s.setStringParameter('dnnumber', directory);
s.setStringParameter('mobile', phone);
s.execute();

 

But in 15.0 version, I am not able to find the dnnumber and mobile in updateline method. How to forward the number to this API. 

Any suggestion would be greatly appreciated.

 

Thanks

Ravi

 

0 REPLIES 0