Hello,
We have been struggling to configure extension mobility service on the phone
and device profile using AXL . Below is the code we are using. Any suggestions as
what is missing in the code? We have CM 7.1.3. Any help would be very much
appreciated.
Thanks - Jeff
XSubscribedService assignService = new XSubscribedService();
assignService.setName("Extension Mobility");
assignService.setUrl("
http://x.x.x.x:8080/emapp/EMAppServlet?device=#DEVICENAME#");
XSubscribedService[] phoneService = new XSubscribedService[1];
phoneService[0] = assignService;
xIPPhone.setServices(phoneService);