cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
152
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Chester Rieman on 05-11-2013 10:46:53 AM
Hi - going by this doc:

http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/devguide/9_0_1/serviceability.pdf

I can send this request and get a list of all registered phones per node in the cluster  by sending this in my risport request:

<Class xsi:type="xsd:string">Phone</Class>      
<Model xsi:type="xsd:unsignedInt">255</Model>      
<Status xsi:type="xsd:string">Registered</Status>     
<NodeName xsi:type="xsd:string" xsi:nil="true"/>      
<SelectBy xsi:type="xsd:string">Name</SelectBy>

I was able to get a count of SIP trunks by changin it to:
 <Class xsi:type="xsd:string">SIP Trunk</Class>      
<Model xsi:type="xsd:unsignedInt">255</Model>          
<NodeName xsi:type="xsd:string" xsi:nil="true"/>      
<SelectBy xsi:type="xsd:string">Name</SelectBy>

But I would llike to get only the ones with SIPStatus = InService.  I tried adding SIPService to this list but CUCM complains :
Invalid element in com.cisco.ccm.serviceability.soap.risport.CmSelectionCriteria - SIPStatus

Anyone have a woorking example of how to get SIPTunks with SIPStatus element included?

Thanks
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links