11-05-2011 05:50 AM - edited 03-16-2019 07:53 AM
Hello,
is there a way in CM8.5 with BAT or with SQL to find all DNs that are CFA forwarded and to what number, regardless if DN is unassigned, assigned to a phone or assigned to a route-point.
Thanks!
Solved! Go to Solution.
11-05-2011 06:17 AM
Roman,
SQL query:
admin:run sql select n.dnorpattern,cfd.cfadestination,cfd.cfavoicemailenabled from numplan as n inner join callforwarddynamic as cfd on cfd.fknumplan=n.pkid where ((cfd.cfadestination != '') or (cfd.cfavoicemailenabled='t'))
HTH.
Regards,
Bill
Please remember to rate helpful responses and identify
11-05-2011 06:17 AM
Roman,
SQL query:
admin:run sql select n.dnorpattern,cfd.cfadestination,cfd.cfavoicemailenabled from numplan as n inner join callforwarddynamic as cfd on cfd.fknumplan=n.pkid where ((cfd.cfadestination != '') or (cfd.cfavoicemailenabled='t'))
HTH.
Regards,
Bill
Please remember to rate helpful responses and identify
11-06-2011 08:45 PM
Thanks Bill
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