How to find Extension/Phones not in use anymore

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • amiguel123
    Member
    • Nov 2011
    • 7

    How to find Extension/Phones not in use anymore

    I need to find a command to run that will let me know what extensions that have phones assigned to them that are no longer in use. For example, x4444 has not been used in a year or something like that.

    Thanks,
    Andrew
  • mskinner
    Genius
    .
    • May 2010
    • 209

    #2
    There is no command in CM that would provide information on translated stations that haven't been used for a specific period of time. I would suggest you do something with CDR and a Call Accounting package.

    Comment

    • amiguel123
      Member
      • Nov 2011
      • 7

      #3
      Thank you for the help.

      Comment

      • aa1
        Guru
        .
        • Feb 2010
        • 185

        #4
        some ideas

        some ideas:

        - One of methods would be to use syslog. CM can send the messages to an external syslog server. Then scripts can be written to extract and track that. or a special program can be written to capture the data and store them in a little database. The difficulty with this method is that there is no way to get the report now. One would need to capture data for a month or so. another disadvantage is that a syslog message might not be generated if a phone is logged in and never logs off during that period of time (or never reboots, un-registers, etc....)

        - List registered command on CM/SAT can be pulled from CM twice a day for few months and compare it against list station output. This would probably be the easiest. ASA (site admin) had the reports: “list registered-ip-stations” and “list station”. Of course, this will give results only for ip stations. not for digital, analog and perhaps OPTIM

        - If there is an AES server, then it can also be done using CTI applications behind AES (nice recording for example does this normally). the 3rd party application could ask CM for a list of status, query their status and etc.. neverthless, an application would need to be written.

        Arbi

        Comment

        Loading