Cisco Cisco Prime Collaboration 10.5 Developer's Guide

Page of 81
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
57 
SyncReturn
•  CupmApiResponseValue—Contains CupmApiResultValue which contains CupmApiStatus 
andCupmApiList. CupmApiList contains one object, the EnumerationContextType, which is used to 
retrieve the list using WS-Enumeration suggested standards. 
•  CupmApiFaultType—Included if the NBI request failed or had warnings. 
Async return
None—The command is synchronousSpecialized Requests 
listSrstPhoneInfo Java Signature 
Generates a list of PhoneInfo objects (each represents a Phone with its Users and Lines) that are associated with 
the given SRST IP address and Prime Collaboration Provisioning IP address. The list of phones generated will 
always be the set or a subset of the phones in the Prime Collaboration Provisioning IM database. 
Syntax
public ResponseReturn listSrstPhoneInfo (CUPMServiceStub stub, String cpIpAddr, String srstIpAddr, String 
queryOption, String endPointReference, String idPrefix); 
Paramaters
•  cpIpAddr—IP address of the Call Processor. 
•  srstIpAddr—IP address of the SRST. 
•  queryOption—The data selection criteria, defined by the PhoneInfoqueryOption enumeration. 
o
 
ALL—(Default) all phones in Prime Collaboration Provisioning will be considered. 
o
 
IN_CUPM_SUBSCRIBER_RECORD—Only the phones that are in the Prime Collaboration 
Provisioning subscriber record will be selected. 
o
 
NOT_IN_CUPM_SUBSCRIBER_RECORD—Only the phones that exist in Prime Collaboration 
Provisioning and do not exist in the Prime Collaboration Provisioning subscriber record are 
selected. 
•  endPointReference—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
•  idPrefix—String that is added to the beginning of the internally generated numeric to form the NBI ID. A 
null or empty string is valid for no changes to the internal generation. 
Returns