Specifications
5-36
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
Examples
The following is sample output from the show ccn application and show ccn trigger commands:
se-10-0-0-0# show ccn application
Name: voicemail
Description: voicemail
Script: voicebrowser.aef
ID number: 1
Enabled: yes
Maximum number of sessions: 8
logoutUri: http://localhost/voicemail/vxmlscripts/mbxLogout.jsp
uri: http://localhost/voicemail/vxmlscripts/login.vxml
Name: autoattendant
Description: autoattendant
Script: aa.aef
ID number: 2
Enabled: yes
Step 3
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 4
no ccn trigger [sip | jtapi | http] phonenumber number
Example:
se-10-0-0-0(config)# no ccn trigger sip phonenumber
7200
Deletes a trigger associated with this application.
Repeat this command for each trigger associated
with the application.
Step 5
no ccn application name
Example:
se-10-0-0-0(config)# no ccn application autoattendant
Deletes the application called name.
Step 6
exit
Example:
se-10-0-0-0(config)# exit
Returns to privileged EXEC mode.
Step 7
show ccn application
Example:
se-10-0-0-0# show ccn application
Displays the currently configured applications.
Confirm that the deleted application is not shown.
Step 8
show ccn trigger
Example:
se-10-0-0-0# show ccn trigger
Displays the triggers for each configured
application. Confirm that the deleted triggers are
not displayed.
Step 9
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.
Command or Action Purpose