02-23-2016 07:34 AM - edited 03-19-2019 10:47 AM
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
02-23-2016 07:47 AM
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
02-23-2016 08:18 AM
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
02-23-2016 08:24 AM
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
02-23-2016 09:36 AM
Or you can simply run an export all from BAT, and then just sort via the call forward field you're interested in.
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