Specifications

5-41
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 Triggers
Examples
The following sample configuration sets two triggers on the Cisco Unity Express module:
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn trigger sip phonenumber 50150
se-10-0-0-0(config-trigger)# application voicemail
se-10-0-0-0(config-trigger)# maxsessions 4
se-10-0-0-0(config-trigger)# enabled
se-10-0-0-0(config-trigger)# end
se-10-0-0-0(config)#
se-10-0-0-0(config)# ccn trigger sip phonenumber 50160
se-10-0-0-0(config-trigger)# application autoattendant
se-10-0-0-0(config-trigger)# maxsessions 3
se-10-0-0-0(config-trigger)# enabled
se-10-0-0-0(config-trigger)# end
se-10-0-0-0#
The output of show ccn trigger looks similar to the following:
se-10-0-0-0# show ccn trigger
Name: 50150
Type: SIP
Application: voicemail
Locale: systemDefault
Idle Timeout: 10000
Enabled: yes
Maximum number of sessions: 4
Name: 50160
Type: SIP
Application: autoattendant
Step 6
locale xx_YY
Example:
se-10-0-0-0(config-trigger)# locale en_US
(Optional) Specifies the trigger language. Any
prompts being played out by an application invoked
by this trigger will be played out in this language.
Use this configuration only if you have more than one
language installed on the system. The default for this
configuration is to use the system default language as
the trigger language.
Step 7
end
Example:
se-10-0-0-0(config-trigger)# end
Returns to privileged EXEC mode.
Step 8
show ccn trigger
Example:
se-10-0-0-0# show ccn trigger
Displays the details of all configured triggers.
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