07-31-2013 01:16 PM - edited 03-16-2019 06:39 PM
It is possible to run some type of report with a given date range that would output each time a user has activated call forwarding on their line?
Thanks!
Solved! Go to Solution.
07-31-2013 01:56 PM
No, this data is not tracked, you can run a query to see who has it activated at any time, but not show activation/deactivation.
HtH,
Chris
07-31-2013 01:56 PM
No, this data is not tracked, you can run a query to see who has it activated at any time, but not show activation/deactivation.
HtH,
Chris
07-31-2013 02:17 PM
Thanks for the reply.
07-31-2013 02:28 PM
Just as Chris has mentioned..You can run the sql query below from CUCM OS CLI to see which user has their CFA set
run sql select d.name as device, n.dnorpattern, cfd.cfadestination from device as d inner join devicenumplanmap as dmap on dmap.fkdevice=d.pkid inner join numplan as n on dmap.fknumplan=n.pkid inner join callforwarddynamic as cfd on cfd.fknumplan=n.pkid where (cfd.cfadestination!='')
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
07-31-2013 05:34 PM
The only possible way to do this, would be to parse thru the CUCM traces and look for the CFA softkey event, that's the only place where it's recorded when they press it.
It's far from being practical, but if you really need that data...
HTH
java
if this helps, please rate
www.cisco.com/go/pdihelpdesk
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide