08-30-2012 02:21 AM - edited 03-16-2019 12:56 PM
I’d like to know if I can run a report from call manager that will show me what Calling Search Space value is for the ‘Forward All’ - Is this possible without checking each line individually?
08-30-2012 03:42 AM
There's no report that I know of that can do this. But you can find out by using the console command line:
run sql SELECT dnorpattern, numplan.description AS DNDescription, cfadestination, callingsearchspace.name AS CSS FROM numplan JOIN callforwarddynamic ON numplan.pkid=callforwarddynamic.fknumplan JOIN callingsearchspace ON callingsearchspace.pkid=callforwarddynamic.fkcallingsearchspace_cfa
GTG
08-30-2012 04:21 AM
You can use BAT to get this data.
1. Go to Cisco Unified CM Administration --> Bulk Administration --> Import/Export --> Export --> Type in a file name
2. Under Device Data --> select "Phone"
3. Under Job Infoirmation --> select Run Immediately or Run Later as per your requirement
4. Submit
5. Go to Bulk Administration -->Job Scheduler, make sure that the status of the job is completed
6. Go to Bulk administration --> Upload/Download files --> Select your file --> Download
You will get a excel sheet by the name "phone" populated with all phone details. Look for 'Directory Number' column and the corresponding "Forward All CSS 1" column.
Regards,
Gagarin
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