cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
465
Views
0
Helpful
7
Replies

Getting IPs of all phones

webmailmaster
Level 1
Level 1

Hello,

is there any way to get ip addresses(or phone names, if it's possible to get their IPs later) of all phones registered with the call manager?

Also, is there some special way to push xml to all the phones at the same time?(Now I guess you see what I'm after :) )

Cheers,

Victor

7 Replies 7

ckatene
Level 3
Level 3

To get the IP addresses of all phones, you can use the devicelistx report:

http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_reference_guide_chapter09186a00801fb6e1.html

I don't know of any way to push XML to all phones. I have always done it one at a time. Boy, wouldn't it be great if you could multicast the XML to the phones!

You can try Push2Phone in Cisco IP Phone Services SDK. It gives you all the device names and you can push messages to the selected phones.

Download it here :

http://www.cisco.com/cgi-bin/dev_support/access_level/product_support

Hope it helps

Jorge Baptista

Just FYI regarding push2phone though - the push2phone that is part of the 3.3(4) SDK will not work with CallManager 4.1, since the devicelistx report it was using has changed from a regular http connection to an ssl connection (https), and the SDK has not been updated to reflect this...

Here are some guidelines to fixing the JSP version of push2phone:

http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=IP%20Communications%20and%20Video&topic=IP%20Phone%20Services%20for%20Developers&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1dd726d0

thanks for the information. As I'm working with 4.0(2), i haven't notice that.

JB

aarchangel
Level 1
Level 1

Some methods:

switch# show cdp nei

-or-

fm CallManager Administration GUI choose Device, Phone

-or-

fm Windows Computer Management (dhcpadmn.msc) drill down to Server, Scope, Address Leases

HTH

lfulgenzi
Level 7
Level 7

sorry - for some reason i only saw the original post and not any of the replies. didn't mean to be redundant.