05-21-2013 05:17 PM - edited 03-16-2019 05:26 PM
Hi guys,
We have a need to find out all numbers that has set call fwd to a specfic number, is there a way to find it easily from CUCM? we are using version 8.
Solved! Go to Solution.
05-21-2013 07:00 PM
the way to do this is to use BULK Administration in CUCM. got to BULK administration>Phones>Export Phones>All details.
This will create a CSV file, chuck that into Excell and do a search for the call forward specific number you are interested in. This will then tell you what extensions and MAC addresses it is active on.
Easy
=============================
Please remember to rate useful posts, by clicking on the stars below.
=============================
05-21-2013 07:00 PM
the way to do this is to use BULK Administration in CUCM. got to BULK administration>Phones>Export Phones>All details.
This will create a CSV file, chuck that into Excell and do a search for the call forward specific number you are interested in. This will then tell you what extensions and MAC addresses it is active on.
Easy
=============================
Please remember to rate useful posts, by clicking on the stars below.
=============================
05-21-2013 07:38 PM
or alternatively you can export the phones into csv as well.
Sent from Cisco Technical Support Android App
05-22-2013 01:34 AM
Hi,
You can also refer tis URL for running a SQL query provided by Mr. William Bell.
http://www.ucguerrilla.com/2012/04/cucm-sql-queries-listing-call-forward.html
regds,
aman
05-22-2013 01:37 AM
You can also use sql query to achieve this..This is the query you need. Just change the number to the number you want. I find this easier that using BAT and exporting all data
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 n.pkid=dmap.fknumplan inner join callforwarddynamic as cfd on cfd.fknumplan=n.pkid where (cfd.cfadestination = '917035551212')
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
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