05-08-2008 12:47 PM - edited 03-18-2019 08:54 PM
I am having an issue with the dial by name feature in the AA script. Where is the directory located? Is it the directory entries in the telephony services mode or is it actually in the CUE configuration?
Thanks in advance.
Nathan Richie
05-08-2008 02:54 PM
Hi Nathan,
The CUE AA searches all names entered in the CUE directory.
Hope this helps!
Rob
05-09-2008 04:43 AM
Rob,
Thanks for your reply. I guess I am confused on what constitutes the CUE directory. Is it the ' username mariam phonenumber "6909" ' command? If so, how would it differentiate between the first and last name?
Thank you in advance.
Nathan
05-09-2008 05:09 AM
Hi Nathan,
Yes, you are right on the money! You do not have to enter a First and Last name as this is optional. In your example the AA would search on Mariam.
The following information is required for adding or modifying a user:
â¢Username-The user ID. The username must be at least 3 and no more than 32 characters in length. Cisco Unity Express allows only letters, numbers, and the characters underscore (_), dot (.), and dash (-) in user IDs. Users IDs must start with a letter. Do not use spaces in the username.
â¢(Optional) Full name-First and last name of the user. Enter this name in quotation marks (" ").
â¢(Optional) Group-Name of an existing group in which this user is a member.
â¢Password-Temporary password for this user. The password must be at least 3 and no more than 32 characters in length. Spaces are not allowed. When the user logs in to the GUI for the first time, the application requires the user to change the password. The user's password does not expire.
â¢PIN-Personal identification number. The PIN must be at least 3 and no more than 16 digits in length. When the user logs in to the voice-mail system for the first time, the application requires the user to change the PIN. The PIN does not expire.
SUMMARY STEPS
EXEC mode:
1. username name [create | delete | fullname [first "first-name" | last "last-name" |
display "full-name"] | group group-name | language | password password | pin number]
2. show users
or
show user detail username name
3. copy running-config startup-config
Configuration mode:
1. config t
2. username name [create | phonenumber phone-number | phonenumberE164 full-number]
3. exit
4. show users
or
show user detail username name
5. copy running-config startup-config
http://www.cisco.com/en/US/docs/voice_ip_comm/unity_exp/rel2_1/ccm_cli/ch4users.html#wp1060327
Hope this helps!
Rob
05-09-2008 06:10 AM
Rob,
Thanks for your help!
Regards,
Nathan
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