Table Of Contents
P
parameter (ccn application)
P
Last Updated: May 1, 2006
parameter (ccn application)
parameter (ccn application)
To set the value for a CCN application parameter, use the parameter command in Cisco Unity Express configuration application mode. This command does not have a no form.
parameter parameter-name "value"
Syntax Description
parameter-name
|
Specifies the parameter whose value is being set. These parameters are specified in the application script.
|
"value"
|
Specifies the value for the parameter. The value must be entered within double quotes.
|
Command Modes
Configuration application
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco Unified Communications Manager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco Unified Communications Manager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Usage Guidelines
Following are the parameters that may be configured for the aa.aef script:
•
welcomePrompt—default: AAWelcome.wav
•
operExtn—default: none
•
holidayPrompt—default: AAHolidayPrompt.wav
•
businessOpenPrompt—default: AABusinessOpen.wav
•
businessClosedPrompt—default: AABusinessClosed.wav
•
businessSchedule—default: systemschedule
•
disconnectAfterMenu—default: false
•
allowExternalTransfers—default: false
Following are the parameters that may be configured for the aa_simple.aef script:
•
welcomePrompt—default: AAWelcome.wav
•
operExtn—default: 0
•
MaxRetry—default: 3
•
holidayPrompt—default: AAHolidayPrompt.wav
•
businessOpenPrompt—default: AABusinessOpen.wav
•
businessClosedPrompt—default: AABusinessClosed.wav
•
playExtensionsPrompt—default: AASPlayExtensions.wav
•
extensionLength—default: 1
•
businessSchedule—default: systemschedule
•
disconnectAfterMenu—default: false
•
allowExternalTransfers—default: false
Use the default parameter command to configure custom-defined parameters.
Examples
The following examples sets the value of the MaxRetry parameter to 6:
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn application autoattendant
se-10-0-0-0(config-application)# parameter MaxRetry "6"
se-10-0-0-0(config-application)# end
se-10-0-0-0(config)# exit
Related Commands