Administration XML Developer Forums

« Back to Administration XML Questions

Checking "Active" box on a DN

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
What is the SQL statement to use to check the "Active" box on a DN? I know there is no way of doing it through updateLine so need to go the SQL route.
 
Thanks,
 
Mike

Can you specify on which screen you see the 'Active' checkbox?

Can you specify on which screen you see the 'Active' checkbox?

David,
 
It is on the Directory Number page if the DN is not associated to any devices. I found in the db docs the field iscallable in the numplan table and that seems to do the trick. Are there any adverse effects of manipulating this field directly via SQL?
 
Thanks,
 
Mike

Gotcha...from the UCM help:
 
Checking this check box allows calls to this DN to be forwarded (if
forwarding is configured). If check box is not checked, Cisco Unified
Communications Manager ignores the DN.
 
This matches my understanding, it is present basically to allow the admin to configure unused 'dummy' numbers for certain call forwarding scenarios - not aware of any other effects.