Retrieving device information from CISCO CallManager
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > WebserverTalk Community > Voice Over IP > Voice over IP Cisco > Retrieving device information from CISCO CallManager




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Retrieving device information from cisco CallManager  
Andrea Cerioli


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-06 01:49 AM



We are writing an application that need to query the CallManager
to obtain the list of registered Phones, including current IP address
for each phone.

We have tried with AXL SOAP interface, and also looked into the DC directory
and the SQL database, but we couldn't find this information.
We obtained plenty of information about phones, but not their IP address.

The information must be there, since it is there in
the web based administration interface ...

This is driving us mad.
Where are we wrong?
Do we miss the right documentation? (we use the publicly available docs
on AXL SOAP from the cisco web site).

Thanks for any help (or direction to the proper place to ask this question).

--
| Andrea Cerioli               alter.net Srl              |
| e-mail: cerioli@alter.it     Via Attilio Ambrosini, 177 |
| VOICE: +39-6-5405740         I-00147 Rome               |
| FAX:   +39-6-5405883         Italy                      |





[ Post a follow-up to this message ]



    Re: Retrieving device information from cisco CallManager  
Lelio Fulgenzi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-06 01:49 AM

Some of the information is live information and not stored. Wes talked previ
ously about the following, it worked great for us.

----- Original Message ----- 
From: Wes Sisk 
To: Marcin Nowacki 
Cc: cisco-voip@puck.nether.net 
Sent: Sunday, January 02, 2005 9:15 AM
Subject: Re: [cisco-voip] IP Phone serial numbers


No automated way built into CM, but pretty easy:

1. use 'mmfspy a' to ge the IP of all phones registered to CM
2. use 'wget', an Open Source utility, to http get all of the web pages 
from the phones.
3. use 'grep' to parse the files and pick out the serial numbers

/Wes


----------------------------------------------------------------------------
----
Lelio Fulgenzi, B.A.
Network Analyst (CCS) * university of Guelph * Guelph, Ontario N1G 2W1
(519) 824-4120 x56354 (519) 767-1060 FAX (JNHN)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
"I had a coffee and Coke at lunch today...and now, I've got more jitter than
 an
IP phone on a long haul 10base2 connection"                              LFJ
----- Original Message ----- 
From: Andrea Cerioli 
To: cisco-voip@puck.nether.net 
Sent: Thursday, January 26, 2006 12:36 PM
Subject: [cisco-voip] Retrieving device information from cisco CallManag
er




We are writing an application that need to query the CallManager
to obtain the list of registered Phones, including current IP address
for each phone.

We have tried with AXL SOAP interface, and also looked into the DC directory
and the SQL database, but we couldn't find this information.
We obtained plenty of information about phones, but not their IP address.

The information must be there, since it is there in
the web based administration interface ...

This is driving us mad.
Where are we wrong?
Do we miss the right documentation? (we use the publicly available docs
on AXL SOAP from the cisco web site).

Thanks for any help (or direction to the proper place to ask this question).

-- 
| Andrea Cerioli               alter.net Srl              |
| e-mail: cerioli@alter.it     Via Attilio Ambrosini, 177 |
| VOICE: +39-6-5405740         I-00147 Rome               |
| FAX:   +39-6-5405883         Italy                      |



 ________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip




Attachment:
This has been downloaded 0 time(s).



[ Post a follow-up to this message ]



    RE: Retrieving device information from cisco CallManager  
Philip Walenta


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-06 01:49 AM

I believe all of the information you're looking for can now be pulled via
SNMP (SOAP/AXL can do it, it's just more tedious IMHO).

The MIB itself can be found here:

http://tools.cisco.com/Support/SNMP...mibName=CISCO-C
CM-MIB



-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Andrea Cerioli
Sent: Thursday, January 26, 2006 11:36 AM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Retrieving device information from cisco CallManag
er



We are writing an application that need to query the CallManager to obtain
the list of registered Phones, including current IP address for each phone.

We have tried with AXL SOAP interface, and also looked into the DC directory
and the SQL database, but we couldn't find this information.
We obtained plenty of information about phones, but not their IP address.

The information must be there, since it is there in the web based
administration interface ...

This is driving us mad.
Where are we wrong?
Do we miss the right documentation? (we use the publicly available docs on
AXL SOAP from the cisco web site).

Thanks for any help (or direction to the proper place to ask this question).

--
| Andrea Cerioli               alter.net Srl              |
| e-mail: cerioli@alter.it     Via Attilio Ambrosini, 177 |
| VOICE: +39-6-5405740         I-00147 Rome               |
| FAX:   +39-6-5405883         Italy                      |



 ________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip





[ Post a follow-up to this message ]



    Re: Retrieving device information from cisco CallManager  
Wes Sisk


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-06 01:49 AM

There are several versions of SOAP.  In CallManager 4.1(3) there is a
new SOAP interface that includes device registered status.

In older versions the file http://<ip>/CCMAdmin/reports/DeviceListX.asp
provides a list of almost all devices (7902/05/12, ATA, and a few other
devices excluded), their registration status, and IP.

The very ugly way to retrieve the data is via unofficial unsupported
mmfspy from cmd prompt on the CM server.

The AXL/SOAP interface is the officially supported interface for all
versions going forward.

/Wes

Andrea Cerioli wrote:
> We are writing an application that need to query the CallManager
> to obtain the list of registered Phones, including current IP address
> for each phone.
>
> We have tried with AXL SOAP interface, and also looked into the DC directo
ry
> and the SQL database, but we couldn't find this information.
> We obtained plenty of information about phones, but not their IP address.
>
> The information must be there, since it is there in
> the web based administration interface ...
>
> This is driving us mad.
> Where are we wrong?
> Do we miss the right documentation? (we use the publicly available docs
> on AXL SOAP from the cisco web site).
>
> Thanks for any help (or direction to the proper place to ask this question
).
>
>





[ Post a follow-up to this message ]



    Re: Retrieving device information from cisco CallManager  
Andrea Cerioli


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-06 01:49 AM

Thanks to all for your support.
The very ugly way is not for us, and SNMP does not return this info
since ccmPhoneInfo.ccmPhoneTable.ccmPhoneEntry.ccmPhoneIpAddress
looks to be always empty.

THe supported SOAP interface is the one we investigated, but although
we are using 4.1(3) we could not find the right query to do.
We manage to extract any sort of info but not the IP address.

Perhaps we don't have the greatest and latest documentation.
Can you please point us to the right query?

Thanks in advance for any further help.

Andrea.
Wes Sisk wrote:[vbcol=seagreen]
> There are several versions of SOAP.  In CallManager 4.1(3) there is a
> new SOAP interface that includes device registered status.
>
> In older versions the file http://<ip>/CCMAdmin/reports/DeviceListX.asp
> provides a list of almost all devices (7902/05/12, ATA, and a few other
> devices excluded), their registration status, and IP.
>
> The very ugly way to retrieve the data is via unofficial unsupported
> mmfspy from cmd prompt on the CM server.
>
> The AXL/SOAP interface is the officially supported interface for all
> versions going forward.
>
> /Wes
>
> Andrea Cerioli wrote:
> 

--
| Andrea Cerioli               alter.net Srl              |
| e-mail: cerioli@alter.it     Via Attilio Ambrosini, 177 |
| VOICE: +39-6-5405740         I-00147 Rome               |
| FAX:   +39-6-5405883         Italy                      |





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:24 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register