Specifications
19-24
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 19 Advanced Configuration
Scheduling CLI Commands
This command will produce output similar to the following, showing one of the three options displayed
below:
se-10-0-0-0# show voicemail detail mailbox cjwhite
Owner: /sw/local/users/cjwhite
Type: Personal
Description:
Busy state: idle
Enabled: true
Allow login without pin: [no |
yes - from subscriber's phone numbers |
yes - from any phone number]
Mailbox Size (seconds): 3000
Message Size (seconds): 60
Play Tutorial: false
Fax Enabled: true
Space Used (seconds): 12
Total Message Count: 1
New Message Count: 1
Saved Message Count: 0
Future Message Count: 0
Deleted Message Count: 0
Fax Message Count: 0
Expiration (days): 30
Greeting: standard
Zero Out Number:
Created/Last Accessed: Jun 05 2007 17:06:07 PDTumber: 1
Encrypting PINs in Backup Files
Before release 3.0, PINs were stored as clear text in LDAP and were therefore visible in the backup file.
This is because user PINs are stored in LDAP, which is backed up in LDIF format. This feature applies
SHA-1 hash encryption to PINs before storing them in the LDAP database. As a result, when a user logs
in to voice mail, the PIN they submit is hashed and compared to the PIN attribute retrieved from the
LDAP directory.
To migrate from earlier version, you must convert from a clear PIN to a hashed PIN in the LDAP
directory. Typically, you do this immediately after a system upgrade from an earlier version or after a
restore operation from an old backup. At this point, the clear PIN is removed from the database and
replaced with the encrypted PIN.
Because encryption using SHA-1 is not reversible, after the conversion is complete, you cannot disable
or turn off this feature to restore the encrypted PIN to its clear form.
Note This feature does not require any configuration using the GUI or CLI.
Scheduling CLI Commands
Beginning in Cisco Unity Express 8.0, you can schedule the execution of a block of CLI commands.
Blocks of commands are entered interactively, using a symbol delimiter character to start and stop the
execution. The execution of the block of commands begins in EXEC mode, but mode-changing
commands are allowed in the command block.
The following limitations apply in Cisco Unity Express 8.0:
• The maximum size of the block of commands is 1024 characters ,including new lines.