Table Of Contents
P
parameter (ccn application)
P
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.
parameter {parameter-name "value"}
Syntax Description
parameter-name
|
Specifies the parameter to set. These parameters are specified in the application script.
|
value
|
Specifies the value for the parameter. The value must be written within double quotes.
|
Command Modes
CCN configuration application mode
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Usage Guidelines
Use the parameter command to change or set the value of an application parameter.
Examples
The following examples sets 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