The below SQL Query can be used to pull the details of Unassigned Dn’s
Tables used.
- NumPlan – This table contains information about all patterns configured in CUCM.
Sql Query.
run sql select dnorpattern from numplan where iscallable = 'f'
Note:-unassociated DN IsCallable to False
