cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
556
Views
0
Helpful
1
Replies

Find if any number is call forwarding to another

hudsonp17
Level 1
Level 1

Is it possible to find out if a number is forwarding to specific DN without clicking on every number and checking if it is forwarded?

I have a user who is getting a lot of calls that are seem like they are being forwarded from one of our call in lines. The problem is we have dozens of these lines and it would take a great deal of time to check all of them; thus the question above. 

Cisco Unified CM Administration

System version: 9.1.2.13900-10

Thank you 

Phil

1 Reply 1

Jitender Bhandari
Cisco Employee
Cisco Employee

Hi

you can run the below query

run sql select dnorpattern,cfadestination,cfavoicemailenabled from  CallForwardDynamic c, numplan n where c.fknumplan = n.pkid and  (cfadestination != '' or cfavoicemailenabled ='t')

HTH

JB