04-02-2013 01:02 AM - edited 03-16-2019 04:33 PM
I have taken a client that has Call MAnager 8.5 installed with several remote sites. I am doing an inventory of the installation (phones, DIDs, pickup groups...). I take everything froom the Call Manager or gateways, but I don't know how to get in a fast way the calling forwards.
I have found searching in the forum, this post https://supportforums.cisco.com/thread/2010685 but there shows me only the forward all configs. I have tryed to change the query, using the database tables in this documents http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_reference_guides_list.htm but I can't do it.
Is there any way to do it faster than entering in each phone to verify it?
Thanks a lot
David
04-02-2013 01:43 AM
Hi David.
If you use Bulk tool, and Export all phones detail, you should find all info you need.
HTH
Regards
Carlo
04-02-2013 03:09 AM
David,
You can use this query where xxxx is the extension of the phones you want to run query for..
NB: cfbdestination refers to cfb external and cfnadestination refers to cfna external destination
sql select d.name as device, n.dnorpattern, cfd.cfadestination, cfbdestination, cfbintdestination, cfnadestination, cfnaintdestination 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 dnorpattern like 'xxxx%'
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