cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
440
Views
0
Helpful
4
Replies

How to know if any of the users have call forwarding enabled?

krushnadongave
Level 1
Level 1

Hi Team,

I am using CUCM 10.5.

I would like to know how many users have set forwarder on their extensions.

Can somebody help me out?

Regards,

Krushna

4 Replies 4

Deepak Rawat
Cisco Employee
Cisco Employee

run sql select n.dnorpattern, cfd.cfadestination, cfd.cfavoicemailenabled from numplan as n inner join callforwarddynamic as cfd on cfd.fknumplan=n.pkid order by n.dnorpattern

Regards

Deepak

Hi Deepak,

Thanks for your quick response!!.

As I am beginner, sorry i could not understand your post.

I don't know about SQL.

Is there any another way to know?

Regards,

Krushna

Go to CUCM CLI and run the command As-Is, copy the output which it shows and that's it. You do not need to do anything at all, there is no SQL Knowledge required at all whatsoever.

Regards

Deepak

Or you can simply run an export all from BAT, and then just sort via the call forward field you're interested in.

HTH

java

if this helps, please rate