|
Home > Archive > Voice over IP Cisco > November 2007 > Phone registration status
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Phone registration status
|
|
| Robert 2007-10-31, 1:12 pm |
| Greetings, All!
I have need to be able to see if a given telephone is registered. I
presume there is a way to check in the database but have not found
anything that seems obvious. Is there an SQL field that shows
registration status and optionally, the IP address of the device?
Thanks!
Robert
| |
| Matt Slaga \(US\) 2007-10-31, 1:12 pm |
| Registration status is not stored in the database, but in RIS. The only
way to get this information is to either get it from AXL or from the
phone's web service.
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Robert
Sent: Wednesday, October 31, 2007 11:21 AM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Phone registration status
Greetings, All!
I have need to be able to see if a given telephone is registered. I
presume there is a way to check in the database but have not found
anything that seems obvious. Is there an SQL field that shows
registration status and optionally, the IP address of the device?
Thanks!
Robert
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
-----------------------------------------
Disclaimer:
This e-mail communication and any attachments may contain
confidential and privileged information and is for use by the
designated addressee(s) named above only. If you are not the
intended addressee, you are hereby notified that you have received
this communication in error and that any use or reproduction of
this email or its contents is strictly prohibited and may be
unlawful. If you have received this communication in error, please
notify us immediately by replying to this message and deleting it
from your computer. Thank you.
| |
| Wes Sisk 2007-10-31, 1:12 pm |
| Hi Robert,
Device registration status is not stored in the SQL database. It is far
too 'realtime' to log in permanent storage.
That said there are a few ways to query device registration status:
1. mmfspy from the command prompt of the CM server
2. SNMP looking at the device table in the CCM mib. It gives the same
information as mmfspy
3. http://<server>/ccmadmin/reports/DeviceListX.asp gives the same
information as mmfspy
DeviceListX.asp is only available in 4.x. It is removed in CM5.x and
replaced with the AXL Serviceability kit.
/Wes
Robert wrote:
> Greetings, All!
>
> I have need to be able to see if a given telephone is registered. I
> presume there is a way to check in the database but have not found
> anything that seems obvious. Is there an SQL field that shows
> registration status and optionally, the IP address of the device?
>
> Thanks!
>
> Robert
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
| |
| Lelio Fulgenzi 2007-10-31, 1:12 pm |
| you can also see the registration status from the callmanager web page.
but you probably already knew that.
----- Original Message -----
From: "Matt Slaga (US)" <Matt.Slaga@us.didata.com>
To: "Robert" <rsingleton@morsco.com>; <cisco-voip@puck.nether.net>
Sent: Wednesday, October 31, 2007 11:24 AM
Subject: Re: [cisco-voip] Phone registration status
> Registration status is not stored in the database, but in RIS. The only
> way to get this information is to either get it from AXL or from the
> phone's web service.
>
> -----Original Message-----
> From: cisco-voip-bounces@puck.nether.net
> [mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Robert
> Sent: Wednesday, October 31, 2007 11:21 AM
> To: cisco-voip@puck.nether.net
> Subject: [cisco-voip] Phone registration status
>
> Greetings, All!
>
> I have need to be able to see if a given telephone is registered. I
> presume there is a way to check in the database but have not found
> anything that seems obvious. Is there an SQL field that shows
> registration status and optionally, the IP address of the device?
>
> Thanks!
>
> Robert
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
> -----------------------------------------
> Disclaimer:
>
> This e-mail communication and any attachments may contain
> confidential and privileged information and is for use by the
> designated addressee(s) named above only. If you are not the
> intended addressee, you are hereby notified that you have received
> this communication in error and that any use or reproduction of
> this email or its contents is strictly prohibited and may be
> unlawful. If you have received this communication in error, please
> notify us immediately by replying to this message and deleting it
> from your computer. Thank you.
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
| |
| Robert 2007-10-31, 1:12 pm |
| On Wed, 2007-10-31 at 11:26 -0400, Lelio Fulgenzi wrote:
> you can also see the registration status from the callmanager web page.
> but you probably already knew that.
hehehhee Yeah... I need a non-interactive way
On Wed, 2007-10-31 at 10:26 -0500, Wes Sisk wrote:
> That said there are a few ways to query device registration status:
> 1. mmfspy from the command prompt of the CM server
> 2. SNMP looking at the device table in the CCM mib. It gives the
> same information as mmfspy
> 3. http://<server>/ccmadmin/reports/DeviceListX.asp gives the same
> information as mmfspy
mmfspy - spiffy tool, very quick, but interactive. :/
SNMP - will have to investigate this, but at first glance, this may be a
good bet for what I'm doing here...
DeviceListX.asp - also spiffy and I can wget the info, though it does
not come back quickly since it gives me the status of not just one
device but all of them. Takes about 7.5 seconds for 1144 lines.
I have been moving all my command line tools to a web server so that
more than just the two admins can benefit from them. In the process, I
have combined several of them and added some functionality. Every time I
add something cool, it makes me want more and registration status and/or
the phone's IP is the next bit I'd like to see on the telephone info
page 
Thanks, especially to Wes, for all the help!
Robert
| |
| Lelio Fulgenzi 2007-10-31, 1:12 pm |
| OK.
You can also set up alarms using CallManager alarms and a syslog host and
some processing scrips.
----- Original Message -----
From: "Robert" <rsingleton@morsco.com>
To: <cisco-voip@puck.nether.net>
Sent: Wednesday, October 31, 2007 12:59 PM
Subject: Re: [cisco-voip] Phone registration status
> On Wed, 2007-10-31 at 11:26 -0400, Lelio Fulgenzi wrote:
>
> hehehhee Yeah... I need a non-interactive way
>
> On Wed, 2007-10-31 at 10:26 -0500, Wes Sisk wrote:
>
>
> mmfspy - spiffy tool, very quick, but interactive. :/
>
> SNMP - will have to investigate this, but at first glance, this may be a
> good bet for what I'm doing here...
>
> DeviceListX.asp - also spiffy and I can wget the info, though it does
> not come back quickly since it gives me the status of not just one
> device but all of them. Takes about 7.5 seconds for 1144 lines.
>
> I have been moving all my command line tools to a web server so that
> more than just the two admins can benefit from them. In the process, I
> have combined several of them and added some functionality. Every time I
> add something cool, it makes me want more and registration status and/or
> the phone's IP is the next bit I'd like to see on the telephone info
> page 
>
> Thanks, especially to Wes, for all the help!
>
> Robert
>
>
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
| |
| Robert 2007-10-31, 7:11 pm |
| On Wed, 2007-10-31 at 13:43 -0400, Lelio Fulgenzi wrote:
> OK.
>
> You can also set up alarms using CallManager alarms and a syslog host and
> some processing scrips.
That is on my todo list as well, to get notification when a phone goes
unregistered. Could be handy for a lot of things.
The immediate need however is for my web app to be able look up the
current status of a given phone when I pull up the info on that DN.
Thanks again!
Robert
| |
|
|
|
|
|