cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1521
Views
0
Helpful
2
Replies

Login Group History

GaryFurash
Level 1
Level 1

Does the application store the *history* of what devices are logged into what linegroup? For example: at 9:55, who was logged into linegroup "group 1". 

 

I can get the current linegroup setup as follows

 

 SELECT lg.name AS LineGroup
    ,   n.dnorpattern
    ,   dhd.hlog
  FROM linegroup                 AS lg
INNER JOIN linegroupnumplanmap AS lgmap
    ON lgmap.fklinegroup=lg.pkid
INNER JOIN numplan             AS n
    ON lgmap.fknumplan = n.pkid
INNER JOIN devicenumplanmap    AS dmap
    ON dmap.fknumplan = n.pkid
INNER JOIN device              AS d
    ON dmap.fkdevice=d.pkid
INNER JOIN devicehlogdynamic   AS dhd
    ON dhd.fkdevice=d.pkid
ORDER BY lg.name
1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

Not aware of any historical data on hunt login status stored by CUCM.

It is possible to monitor hunt login/logout events in real time using the TAPI/JTAPI APIs, so you could build a service that monitors device HLog events, stores to a database and produces reports: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/jtapi_dev/12_5_1/cucm_b_cisco-unified-jtapi-developers-guide-1251/cucm_b_cisco-unified-jtapi-developers-guide-1251_chapter_010.html#reference_C0A487E357ADA50123C577AFDCCAF215

View solution in original post

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

Not aware of any historical data on hunt login status stored by CUCM.

It is possible to monitor hunt login/logout events in real time using the TAPI/JTAPI APIs, so you could build a service that monitors device HLog events, stores to a database and produces reports: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/jtapi_dev/12_5_1/cucm_b_cisco-unified-jtapi-developers-guide-1251/cucm_b_cisco-unified-jtapi-developers-guide-1251_chapter_010.html#reference_C0A487E357ADA50123C577AFDCCAF215

Thanks!
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: