Specifications
5-32
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Managing Applications
• Script name for the application.
• Maxsessions value. See the “Sharing Ports Among Applications and Triggers” section on page 46.
• Name and value for each parameter that the script requires. These may vary, depending on the script
that you have created.
Note For more information about creating scripts, see the Cisco Unity Express Guide to Writing
Scripts.
SUMMARY STEPS
1. config t
2. ccn application full-name [aa | ivr]
3. default [description | enabled | maxsessions | script | parameter name]
4. description “text”
5. maxsessions number
6. no [description | enabled | maxsessions | script | parameter name]
7. parameter name “value”
8. script name
9. enabled
10. end
11. show ccn application [aa | ivr]
12. copy running-config startup-config
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
ccn application full-name [aa | ivr]
Example:
se-10-0-0-0(config)# ccn application myscript aa
Specifies the application to configure and enters
application configuration mode. The full-name
argument specifies the name of the application to
configure.
The optional parameter aa specifies that the
application being configured is an Auto-Attendant
application. The optional parameter ivr specifies
that the application being configured is an IVR
application. The default application type (when no
optional parameter is specified) is
Auto-Attendant.