cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
533
Views
10
Helpful
1
Replies

listPhone returning CTI RPs and gatewaySccpEndpoints

stephan.steiner
Spotlight
Spotlight

When I list all devices on my 12.5SU6 CUCM, using this request

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/12.5"><soapenv:Header/><soapenv:Body><ns:listPhone sequence="0"><searchCriteria><name>%</name></searchCriteria><returnedTags><name/><product/><locationName/><callingSearchSpaceName/><userLocale/><devicePoolName/><ownerUserName/></returnedTags></ns:listPhone></soapenv:Body></soapenv:Envelope>

I'm not only getting my phones, but also CTI RPs and gatewaySccpEndpoints.

 

This is different from ccmadmin where CTI RPs and gatewaySccpEndpoints are in separate menus. I'm assuming somebody forgot to add a filter to remove these devices from listPhone.

 

I'd also recomment to check getPhone.. I've previously managed to extract a gatewaySccpEndpoints using the getGatewayEndpointAnalogAccess command.

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

We handled this in a support ticket, but for the benefit of others:

 

gatewaySccpEndpoints are analog phones, so they appear in listPhone. They do not appear in listGateway. You confirmed in a support ticket that listPhone does not include CTI Route Points. It does list CTI Ports which also appear in the web GUI when you list phones. There is no listGatewaySccpEndpoints, since the are considered phones.