cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1302
Views
18
Helpful
4
Replies

Is there a way of pulling a report off CM showing all phones that have diverts on?

josh.royle
Level 1
Level 1

Can someone help me with this question ? its for a customer of ours, we need to find a list of phones with diverts on, is there a way of showing this without going through them one by one ?

4 Replies 4

bvanturn
Cisco Employee
Cisco Employee

Try if running this SQL query from the CLI helps you, it should list all DN's that have CFA enabled to VM or a DN:

run sql select dnorpattern,cfadestination,cfavoicemailenabled from CallForwardDynamic c, numplan n where c.fknumplan = n.pkid and (cfadestination != '' or cfavoicemailenabled ='t')

josh.royle
Level 1
Level 1

Thanks both of you, your help is much appreciated.

Rob Huffman
Hall of Fame
Hall of Fame

Hi Joshua,

Chris represents a company called Variphy

He is kind enough not to blatantly advertise this on CSC but you can see the attached doc.

Cheers!

Rob

Hello bvanturn very good this command! (+5)

Regards
Leonardo Santana

*** Rate All Helpful Responses***