cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
283
Views
0
Helpful
2
Replies

Forward no answer or busy inventory

Ana Sotorrios
Level 1
Level 1

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

2 Replies 2

Hi David.

If you use Bulk tool, and Export all phones detail, you should find all info you need.

HTH

Regards

Carlo

Please rate all helpful posts "The more you help the more you learn"

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

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"

Please rate all useful posts