Administration XML Developer Forums

« Back to Administration XML Questions

Adding extension mobility service to phone and device profile

Combination View Flat View Tree View
Threads [ Previous | Next ]
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);

Hy
 
what if a phone has some service allready configured, i think the Services will be gone and only the Extension Mobilty take's place
 
but this is just a guess, cause the phone will do the same if u do this with a XBLFSpeedial Array
 
cheers