cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
536
Views
5
Helpful
3
Replies

BE5000: How to disable a VoiceBox?

mmantz
Level 1
Level 1

                   LDAP Direktory integration is enabled on our BE5000. Now we need to delete a VoiceMailBox. How to do this without deleting the user in the LDAP/AD?

3 Replies 3

testeven
Cisco Employee
Cisco Employee

Hi,

When using BE you need to delete the user from call manager and then sync it from UC.

Regards, 

Tere. 

If you find this post helpful, please rate!

Regards, Tere. If you find this post helpful, please rate! :)

clileikis
Level 7
Level 7

Hi there,

Just to add, from the CMBE5K system guide:

You cannot delete an end user in Cisco Unity Connection Administration, unless you have enabled LDAP synchronization and the Cisco DirSync service deletes the user in Cisco Unified Communications Manager Administration after you delete the user in the LDAP directory. If the Cisco DirSync service deletes the user for Cisco Unified Communications Manager, you must manually delete the user in Cisco Unity Connection, as described in the

User Moves, Adds, and Changes Guide for Cisco Unity Connection. If you do not delete the user in Cisco Unity Connection Administration, Cisco Unity Connection classifies the user as orphaned.

http://www.cisco.com/en/US/docs/voice_ip_comm/cucmbe/admin/8_6_1/ccmsys/a04direc.html#wp1137937

HTH,

Chris

mmantz
Level 1
Level 1

Hi,

i found the solution:

run cuc dbquery unitydirdb SELECT ObjectId from vw_User WHERE Alias = 'dmueller'

run cuc dbquery unitydirdb EXECUTE PROCEDURE csp_UserDelete (pObjectId = '79694ae5-b71c-48e9-9651-694fd78cc5e6')

Run this commands from the commandline, where dmueller is the user you want to delete. Copy the output to the 2. command (pObjectId = ....)

Best Regards

Markus Mantz