cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
456
Views
10
Helpful
4
Replies

Report that shows when a user has activated cfwdall UCM 8.6

slade
Level 1
Level 1

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!

1 Accepted Solution

Accepted Solutions

Chris Deren
Hall of Fame
Hall of Fame

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

View solution in original post

4 Replies 4

Chris Deren
Hall of Fame
Hall of Fame

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

Thanks for the reply.

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"

Please rate all useful posts

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

HTH

java

if this helps, please rate
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: