|
Table Of Contents
C
calendar biz-schedule
To configure a business-hours schedule, use the calendar biz-schedule command in Cisco Unity Express configuration mode. To delete a schedule, use the no form of this command.
calendar biz-schedule schedule-name
no calendar biz-schedule schedule-name
Syntax Description
Defaults
Open 24 hours a day, 7 days a week (SystemSchedule file)
Command Modes
Cisco Unity Express configuration
Command History
Usage Guidelines
Cisco Unity Express supports up to four business schedules.
Each 24-hour day is divided into half-hour time slots. Specify the time slots when the company is open or closed.
The system default is "open" for 24 hours each day.
To configure a business-hours schedule using the graphical user interface (GUI), choose the
Voice Mail > Business Hours Settings option.Use the GUI to copy one business schedule to another schedule, which can then be modified.
The Cisco Unity Express system ships with one default schedule called "SystemSchedule." This schedule treats the business as open 24 hours per day, 7 days per week. Use the GUI Voice Mail > Business Hours Settings option or CLI commands to modify or delete this schedule. If you have created multiple schedules, use the GUI or CLI commands to associate the desired schedule with the auto attendant (AA). You do not have to reboot the system to have the new schedule take effect.
When a caller reaches the AA, the AA plays the welcome prompt and checks if the current day is a holiday. If it is a holiday, the AA plays the holiday greeting to the caller and does not check the business-hours schedule.
If the current day is not a holiday, the system checks if the business is open. If so, the business open prompt plays. In the canned AA, this prompt (AABusinessOpen.wav) is empty. If the business is closed, the system plays the business closed prompt. In the canned AA, this prompt (AABusinessClosed.wav) says "We are currently closed. Please call back later."
You can customize these two prompts by recording more meaningful messages. The prompts must be .wav files with the format G.711 u-law, 8 kHz, 8 bit, Mono. Use the GUI Voice Mail > Prompts option or the CLI commands to upload the customer prompts. Alternatively, you can record these prompts using the Administration via Telephone (AvT) system. After uploading or recording these custom prompts, use the GUI Voice Mail > Auto Attendants option or the CLI commands to associate the new prompts with the AA. The new prompts take effect as soon as they are configured; the system does not need to be restarted.
Examples
The following example creates a business-hours schedule:
se-10-0-0-0# config t
se-10-0-0-0(config)# calendar biz-schedule normal
Adding new schedule
se-10-0-0-0(config-business)# closed day 1 from 00:00 to 24:00
se-10-0-0-0(config-business)# closed day 2 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 2 from 17:30 to 24:00
se-10-0-0-0(config-business)# closed day 3 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 3 from 17:30 to 24:00
se-10-0-0-0(config-business)# closed day 4 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 4 from 17:30 to 24:00
se-10-0-0-0(config-business)# closed day 5 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 5 from 20:00 to 24:00
se-10-0-0-0(config-business)# closed day 6 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 6 from 18:00 to 24:00
se-10-0-0-0(config-business)# closed day 7 from 00:00 to 09:00
se-10-0-0-0(config-business)# closed day 7 from 13:00 to 24:00
se-10-0-0-0(config-business)# end
se-10-0-0-0(config)# exit
The following example deletes a business-hours schedule:
se-10-0-0-0# config t
se-10-0-0-0(config)# no calendar biz-schedule normal
se-10-0-0-0(config)# exit
Related Commands
calendar holiday
To configure a holiday list, use the calendar holiday command in Cisco Unity Express configuration mode. To delete a holiday, use the no form of this command.
calendar holiday date yyyy mm dd [description holiday-description]
no calendar holiday date yyyy [mm [dd]]
Syntax Description
Defaults
No holiday lists are configured.
Command Modes
Cisco Unity Express configuration
Command History
Usage Guidelines
A holiday list contains user-designated calendar dates for a specified year. When a caller reaches the auto attendant (AA), the welcome prompt script checks if the current day is a holiday. If it is a holiday, the AA plays the holiday prompt to the caller. In the canned AA script provided with the Cisco Unity Express package, this prompt (AAHolidayPrompt.wav) is "We are closed today. Please call back later." You can customize this prompt by recording a more meaningful message, such as "We are closed today for a holiday. If this is an emergency, please call 1-222-555-0150 for assistance. Otherwise, please call back later."
The prompt must be a .wav file with the format G.711 u-law, 8 kHz, 8 bit, Mono. Use the GUI Voice Mail > Prompts option or CLI commands to upload the custom prompt. Alternatively, you can record the prompt using the Administration via Telephone (AvT) system. After uploading or recording the custom prompt, use the GUI Voice Mail > Auto Attendant option or the CLI commands to associate the new prompt with the AA. The new prompt takes effect as soon as it is configured; the system does not need to be restarted.
A list can contain a maximum of 26 holidays for the year.
Cisco Unity Express supports up to three holiday lists: the previous year, the current year, and the next year. If a year has no configured entries, the system treats that year as having no holidays.
The administrator can delete entries from a previous year list but cannot add or modify that list in any other way.
The system automatically deletes the "previous year" list when the a new calendar year begins. For example, if the active lists are:
2004—Previous Year
2005—Current Year
2006—Next Year
On January 1, 2006, the active lists are:
2005—Previous Year
2006—Current Year
2007—Next Year
The system automatically deletes the holiday list for 2004, changes the designations of the 2005 and 2006 holiday lists, and permits holidays for 2007 to be configured.
To configure the holiday list for the current year and next year using the GUI, choose the Voice Mail > Holiday Settings option.
To copy holidays from one year to the next, choose the GUI option Copy all to next year under Voice Mail > Holiday Settings.
Examples
The following example creates a holiday list for 2005:
se-10-0-0-0# config t
se-10-0-0-0(config)# calendar holiday date 2005 05 30 description "Memorial Day"
se-10-0-0-0(config)# calendar holiday date 2005 07 04 description "Independence Day"
se-10-0-0-0(config)# calendar holiday date 2005 11 24 description "Thanksgiving Day"
se-10-0-0-0(config)# calendar holiday date 2005 11 25 description "Thanksgiving Day"
se-10-0-0-0(config)# exit
The following examples illustrate deleting holidays from the holiday list.
Note Use this command with caution, as this operation is irreversible and may cause loss of holiday configuration for the entire year.
The following example deletes a holiday from the 2005 holiday list:
se-10-0-0-0# config t
se-10-0-0-0(config)# no calendar holiday date 2005 05 30
se-10-0-0-0(config)# exit
The following example deletes the holidays from a specific month in the 2005 holiday list:
se-10-0-0-0# config t
se-10-0-0-0(config)# no calendar holiday date 2005 11
se-10-0-0-0(config)# exit
The following example deletes all the holidays for a specific year:
se-10-0-0-0# config t
se-10-0-0-0(config)# no calendar holiday date 2005
se-10-0-0-0(config)# exit
Related Commands
ccm-manager address
To configure the IP address or hostname of Cisco CallManager servers, use the ccm-manager address command in Cisco Unity Express JTAPI configuration mode. To set a server address to 0.0.0.0, use the no form of this command.
ccm-manager address {primary-server-ip-address | primary-server-hostname} [[secondary-server-ip-address [tertiary-server-ip-address | tertiary-server-hostname] | secondary-server-hostname [tertiary-server-ip-address | tertiary-server-hostname]]
no ccm-manager address {server-ip-address | server-hostname}
Syntax Description
Command Modes
Cisco Unity Express JTAPI configuration
Command History
Usage Guidelines
Use the ccm-manager address command to specify a maximum of three Cisco CallManager servers. Enter multiple IP addresses or hostnames on one command line or use separate command lines to enter each IP address or hostname.
The no form of the command sets the server's IP address to 0.0.0.0.
Examples
The following example configures the JTAPI subsystem with three Cisco CallManager servers.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn subsystem jtapi
se-10-0-0-0(config-jtapi)# ccm-manager address 10.100.10.120 10.110.10.120 10.120.10.120
se-10-0-0-0(config-jtapi)# end
se-10-0-0-0(config)#
Related Commands
ccm-manager credentials
To specify the Cisco CallManager JTAPI username and password in encrypted form, use the ccm-manager credentials command in Cisco Unity Express JTAPI configuration mode.
ccm-manager credentials hidden credentials
Syntax Description
Command Modes
Cisco Unity Express JTAPI configuration
Command History
Usage Guidelines
Use the ccm-manager credentials command to specify the Cisco CallManager JTAPI username and password in encrypted form.
Examples
The following example configures the JTAPI subsystem with an encrypted username and password.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn subsystem jtapi
se-10-0-0-0(config-jtapi)# ccm-manager credentials hidden +DuGhIBvqsghj6p6aBUoRQ4E0vzCD5YHSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35jwAAAA A=
se-10-0-0-0(config-jtapi)# end
se-10-0-0-0(config)#
Related Commands
ccm-manager username
To specify the Cisco CallManager JTAPI user, use the ccm-manager username command in Cisco Unity Express JTAPI configuration mode. To delete the JTAPI user, use the no form of this command.
ccm-manager username jtapi-user-id password jtapi-user-password
no ccm-manager username
Syntax Description
Command Modes
Cisco Unity Express JTAPI configuration
Command History
Usage Guidelines
Use the ccm-manager username command to specify the Cisco CallManager JTAPI user.
The no form of the command removes the user ID and password.
Examples
The following example configures the JTAPI subsystem with the JTAPI user jtapiuser with password myjtapi.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn subsystem jtapi
se-10-0-0-0(config-jtapi)# ccm-manager username jtapiuser password myjtapi
se-10-0-0-0(config-jtapi)# end
se-10-0-0-0(config)#
Related Commands
ccn application
To create a CCN application and to enter configuration application mode, use the ccn application command in Cisco Unity Express configuration mode. To delete the application, use the no form of this command.
ccn application full-name
no ccn application full-name
Syntax Description
Command Modes
Cisco Unity Express configuration
Command History
Usage Guidelines
This command specifies the name of the application to configure on the Cisco Unity Express module. The command switches to application configuration mode, which supports several configurable parameters.
Examples
This example creates the application autoattendant.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn application autoattendant
se-10-0-0-0(config-application)# end
se-10-0-0-0(config)#
Related Commands
Command DescriptionDisplays details for each configured application.
Displays configured script names and descriptions.
ccn call terminate
To terminate an active call, use the ccn call terminate command in Cisco Unity Express EXEC mode.
ccn call terminate {callimplid | portimplid} impli-id
Syntax Description
callimplid
Terminates a call. with a specified call implementation ID.
portimplid
Terminates a call from a specified port implementation ID.
impli-id
Implementation ID of the call to be terminated.
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
Use this command to terminate active voice calls in the Cisco Unity Express system.
Use the show ccn call route command to display the implementation IDs of the calls.
Examples
The following examples terminate calls with call implementation ID 4085555010 and port implementation ID 1567/1:
se-10-0-0-0# ccn call terminate callimplid 4085555010
se-10-0-0-0# ccn call terminate portimplid 1567/1
Related Commands
ccn copy prompt
To copy customized prompt files from Cisco Unity Express to another location, use the ccn copy prompt command in Cisco Unity Express EXEC mode.
ccn copy prompt prompt-filename url ftp://destination-ip-address/prompt-filename [language xx_YY] [username name password password]
Syntax Description
prompt-filename
Name of the prompt file to be copied.
ftp://url destination-ip-address
Destination server where the prompt file will be stored.
language xx_YY
(Optional) Language of the prompt. See Release Notes for Cisco Unity Express Release 2.2 for a list of supported languages.
username name
(Optional) Specifies the login name for the server. The default is "anonymous".
password password
(Optional) Specifies the login password.
Command Modes
Cisco Unity Express EXEC
Command History
Cisco Unity Express Release Modification1.1
This command was introduced.
1.1.2
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
2.0
The language option was added.
Usage Guidelines
Using the language option copies the prompt in language xx_YY to the specified server. Otherwise, the system copies the prompt in the system default language to the server. The prompts must be previously recorded .wav files. Use the Administration via Telephone (AvT) to record the prompts from the telephone user interface (TUI).
Examples
The following example copies the French prompt file AAHello.wav to an FTP server:
se-10-0-0-0# ccn copy prompt AAHello.wav url ftp://172.16.10.0/AAHello.wav language fr_FR
Related Commands
ccn copy script
To copy customized script files from Cisco Unity Express to another location, use the ccn copy script command in Cisco Unity Express EXEC mode.
ccn copy script script-filename url ftp://destination-ip-address
Syntax Description
script-filename
Name of the script file to be copied.
url ftp://destination-ip-address
Destination URL where the prompt file will be stored.
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
Use the ccn copy script command to store script files on a server. Use the Cisco Unity Express script editor program to create the scripts, which specify how the incoming auto attendant calls are handled. This includes what prompts the caller hears, when alternate prompts are played, which extensions should be dialed based on the caller's key presses, and other similar call handling characteristics.
Examples
The following example copies the script file AAnight.aef to an FTP server:
se-10-0-0-0# ccn copy script AAnight.aef url ftp://172.16.10.0/Scripts
Related Commands
ccn copy url
To copy customized script or prompt files to Cisco Unity Express from another location, use the ccn copy url command in Cisco Unity Express EXEC mode.
Prompt File
ccn copy url ftp://source-ip-address/prompt-filename.wav prompt prompt-filename.wav [language language] [username username password password]
Script File
ccn copy url ftp://source-ip-address/script-filename.aef script script-filename.aef [username username password password]
Syntax Description
ftp://source-ip-address
Url of the server where the file is stored.
prompt prompt-filename
Name of the prompt file to be copied.
script script-filename
Name of the script file to be copied.
language language
(Optional) Language of the prompt. See Release Notes for Cisco Unity Express Release 2.2 for a list of supported languages.
username username
(Optional) Specifies the login name for the server. The default is "anonymous".
password password
(Optional) Specifies the login password.
Command Modes
Cisco Unity Express EXEC
Command History
Cisco Unity Express Release Modification1.1
This command was introduced.
1.1.2
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
2.0
The language option was added.
Usage Guidelines
Use the ccn copy url command to retrieve prompt and script files from a server.
Examples
The following example copies the script file MyScript.aef from an FTP server:
se-10-0-0-0# ccn copy url ftp://172.168.10.0/MyScript.aef script MyScript.aef
Related Commands
ccn delete
To delete a prompt or script from the Cisco Unity Express module, use the ccn delete command in Cisco Unity Express EXEC mode.
ccn delete {prompt prompt-filename [language xx_YY] | script script-filename}
Syntax Description
prompt prompt-filename
Name of the prompt file.
language xx_YY
(Optional) Language of the prompt. See Release Notes for Cisco Unity Express Release 2.2 for a list of supported languages.
script script-filename
Name of the script file.
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
Use this command to delete auto-attendant .wav greeting prompts or an application .aef script file. Use the show ccn prompts or show ccn scripts command to display configured prompts and scripts before deleting one.
Use the language option to delete a user prompt from that language. Otherwise, the system deletes the prompt from the system default language. Release 2.0 supports only one installed language.
Examples
The following example deletes the script vm.aef:
se-10-0-0-0# ccn delete script vm.aef
The following example deletes the French welcome prompt AAHello.wav:
se-10-0-0-0# ccn delete prompt AAHello.wav language fr_FR
Related Commands
Command DescriptionConfigures an application.
Copies prompt files from Cisco Unity Express to another location.
Displays configured CCN prompt files.
Displays configured CCN script files.
ccn engine
To configure the features shared by all the Cisco Unity Express subsystems and to enter configuration engine mode, use the ccn engine command in Cisco Unity Express configuration mode.
ccn engine
Syntax Description
This command has no options or keywords.
Command Modes
Cisco Unity Express configuration
Command History
Examples
The following example enters configuration engine mode:
se-10-0-0-0> enable
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn engine
se-10-0-0-0(config-engine)# end
se-10-0-0-0(config)#Related Commands
Command DescriptionConfigures an application.
Configures the subsystems on Cisco Unity Express.
Configures the triggers for handling calls to Cisco Unity Express.
Displays the CCN engine statistics.
ccn subsystem jtapi
To enter the Java Telephony Application Programming Interface (JTAPI) configuration mode, use the ccn subsystem jtapi command in Cisco Unity Express configuration mode. This command does not have a no form.
ccn subsystem jtapi
Syntax Description
This command has no arguments or keywords.
Command Modes
Cisco Unity Express configuration
Command History
Examples
The following example enters JTAPI configuration mode:
se-10-0-0-0(config)# ccn subsystem jtapi
se-10-0-0-0(config-jtapi)# end
se-10-0-0-0(config)#
Related Commands
ccn subsystem sip
To enter Session Initiation Protocol (SIP) configuration mode, use the ccn subsystem sip command in Cisco Unity Express configuration mode. This command does not have a no form.
ccn subsystem sip
Syntax Description
This command has no arguments or keywords.
Command Modes
Cisco Unity Express configuration
Command History
Examples
The following example enters SIP configuration mode:
se-10-0-0-0> enable
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn subsystem sip
se-10-0-0-0(config-sip)# end
se-10-0-0-0(config)#
Related Commands
ccn trigger jtapi phonenumber
To configure the triggers that activate Cisco Unity Express JTAPI application functions and to enter trigger configuration mode, use the ccn trigger jtapi phonenumber command in Cisco Unity Express configuration mode. To delete the trigger, use the no form of this command.
ccn trigger jtapi phonenumber number
no ccn trigger jtapi phonenumber number
Syntax Description
Command Modes
Cisco Unity Express configuration
Command History
Usage Guidelines
The number value should be the last four digits of the full telephone number that callers dial to reach the auto attendant.
Examples
The following example enters configuration mode for the trigger 7800.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn trigger jtapi phonenumber 7800
se-10-0-0-0(config-trigger)# end
se-10-0-0-0(config)#
Related Commands
ccn trigger sip phonenumber
To configure the triggers that activate Cisco Unity Express SIP application functions and to enter trigger configuration mode, use the ccn trigger sip phonenumber command in Cisco Unity Express configuration mode. To delete the trigger, use the no form of this command.
ccn trigger sip phonenumber number
Syntax Description
Command Modes
Cisco Unity Express configuration
Command History
Usage Guidelines
An application may have several triggers that invoke it, but a trigger must be associated with only one application.
Examples
The following example enters configuration mode for the trigger 7800.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn trigger sip phonenumber 7800
se-10-0-0-0(config-trigger)# end
se-10-0-0-0(config)#
Related Commands
clock timezone
To set the time zone for the Cisco Unity Express system, use the clock timezone command in Cisco Unity Express configuration mode.
clock timezone [time-zone]
Syntax Description
Command Modes
Cisco Unity Express configuration
Command History
Usage Guidelines
Cisco Unity Express gets the time from the configured NTP server to date-stamp system and application functions. The clock timezone command specifies the local time zone where Cisco Unity Express is installed.
If you know the phrase for the time-zone, enter it for the time-zone value. If you do not know the time zone phrase, leave the time-zone value blank and a series of menus appear to guide you through the time zone selection process.
Examples
The following example shows how United States Pacific Time is selected using the timezone menu:
se-10-0-0-0# config t
se-10-0-0-0(config)# clock timezone
Please identify a location so that time zone rules can be set correctly.
Please select a continent or ocean.
1) Africa 4) Arctic Ocean 7) Australia 10) Pacific Ocean
2) Americas 5) Asia 8) Europe
3) Antarctica 6) Atlantic Ocean 9) Indian Ocean
#? 2
Please select a country.
1) Anguilla 18) Ecuador 35) Paraguay
2) Antigua & Barbuda 19) El Salvador 36) Peru
3) Argentina 20) French Guiana 37) Puerto Rico
4) Aruba 21) Greenland 38) St Kitts & Nevis
5) Bahamas 22) Grenada 39) St Lucia
6) Barbados 23) Guadeloupe 40) St Pierre & Miquelon
7) Belize 24) Guatemala 41) St Vincent
8) Bolivia 25) Guyana 42) Suriname
9) Brazil 26) Haiti 43) Trinidad & Tobago
10) Canada 27) Honduras 44) Turks & Caicos Is
11) Cayman Islands 28) Jamaica 45) United States
12) Chile 29) Martinique 46) Uruguay
13) Colombia 30) Mexico 47) Venezuela
14) Costa Rica 31) Montserrat 48) Virgin Islands (UK)
15) Cuba 32) Netherlands Antilles 49) Virgin Islands (US)
16) Dominica 33) Nicaragua
17) Dominican Republic 34) Panama
#? 45
Please select one of the following time zone regions.
1) Eastern Time
2) Eastern Time - Michigan - most locations
3) Eastern Time - Kentucky - Louisville area
4) Eastern Standard Time - Indiana - most locations
5) Central Time
6) Central Time - Michigan - Wisconsin border
7) Mountain Time
8) Mountain Time - south Idaho & east Oregon
9) Mountain Time - Navajo
10) Mountain Standard Time - Arizona
11) Pacific Time
12) Alaska Time
13) Alaska Time - Alaska panhandle
14) Alaska Time - Alaska panhandle neck
15) Alaska Time - west Alaska
16) Aleutian Islands
17) Hawaii
#? 11
The following information has been given:
United States
Pacific Time
Therefore TZ='America/Los_Angeles' will be used.
Local time is now: Fri Dec 24 10:41:28 PST 2004.
Universal Time is now: Fri Dec 24 18:41:28 UTC 2004.
Is the above information OK?
1) Yes
2) No
#? 1
se-10-0-0(config)#
The following example shows how United States Pacific Time is selected using the timezone name:
se-10-0-0-0# config t
se-10-0-0-0(config)# clock timezone Americas/Los_Angeles
Related Commands
closed day
To specify the hours when a business is closed, use the closed day command in Cisco Unity Express business configuration mode. To change a closed time to an open time, use the no form of this command.
closed day day-of-week from hh:mm to hh:mm
no closed day day-of-week from hh:mm to hh:mm
Syntax Description
Defaults
Default business hours are open 24 hours each day, 7 days per week.
Command Modes
Cisco Unity Express business configuration
Command History
Usage Guidelines
Each day is divided into half-hour time slots. By default, all the time slots are open. The closed day command changes an open time slot to a closed time slot.
The closed day command gives the same results as the no open day command.
Examples
The following example creates a business-hours schedule called normal:
se-10-0-0-0# config t
se-10-0-0-0(config)# calendar biz-schedule normal
Adding new schedule
se-10-0-0-0(config-business)# closed day 1 from 00:00 to 24:00
se-10-0-0-0(config-business)# closed day 2 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 2 from 17:30 to 24:00
se-10-0-0-0(config-business)# closed day 3 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 3 from 17:30 to 24:00
se-10-0-0-0(config-business)# closed day 4 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 4 from 17:30 to 24:00
se-10-0-0-0(config-business)# closed day 5 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 5 from 20:00 to 24:00
se-10-0-0-0(config-business)# closed day 6 from 00:00 to 08:30
se-10-0-0-0(config-business)# closed day 6 from 18:00 to 24:00
se-10-0-0-0(config-business)# closed day 7 from 00:00 to 09:00
se-10-0-0-0(config-business)# closed day 7 from 13:00 to 24:00
se-10-0-0-0(config-business)# end
se-10-0-0-0(config)# exit
The following example modifies the existing normal business schedule:
se-10-0-0-0(config)# calendar biz-schedule normal
Modifying existing schedule
se-10-0-0-0(config-business)# no closed day 1 from 09:00 to 12:00
se-10-0-0-0(config-business)# end
se-10-0-0-0(config)# exit
Using the command open day 1 from 09:00 to 12:00 gives the same result as the no closed day command above.
Related Commands
continue
To return the Cisco Unity Express system to online mode, use the continue command in Cisco Unity Express offline mode.
continue
Syntax Description
This command has no arguments or keywords.
Command Modes
Cisco Unity Express offline
Command History
Usage Guidelines
This command returns the Cisco Unity Express system to the previous online mode, such as after a backup procedure or to discontinue a restore to factory defaults. The system begins processing new calls and voice messages.
Examples
The following example illustrates the use of the continue command in the backup procedure:
se-10-0-0-0# offline
!!!WARNING!!!: Putting the system offline will terminate all active calls.
Do you wish to continue[n]? : y
se-10-0-0-0(offline)# backup category data
se-10-0-0-0(offline)# continue
se-10-0-0-0#
Related Commands
copy ftp
To copy a new configuration from an FTP server to another Cisco Unity Express location, use the copy ftp command in Cisco Unity Express EXEC mode.
copy ftp: {nvram:startup-config | running-config | startup-config | system:running-config}
Syntax Description
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
When you copy from the FTP server, the copy ftp command becomes interactive and prompts you for the necessary information.
You may add a username and password to the server IP address if your server is not configured to accept anonymous FTP input. The format would be: userid:password@ftp-server-address/directory.
If you do not specify a directory value, the software uses the default FTP directory.
Examples
The following example shows copying the configuration file named start from the FTP server in the default directory to the startup configuration in NVRAM:
se-10-0-0-0# copy ftp: nvram:startup-config
Address or name or remote host? admin:voice@10.3.61.16
Source filename? start
In the following example, the file named start in the FTP server configs directory is copied to the startup configuration:
se-10-0-0-0# copy ftp: startup-config
!!!WARNING!!! This operation will overwrite your startup configuration.
Do you wish to continue[y]? y
Address or name or remote host? admin:voice@10.3.61.16/configs
Source filename? start
Related Commands
copy ldap
To copy the current LDAP information, stored in the CUE database, to an FTP server, use the copy ldap command in Cisco Unity Express EXEC mode.
copy ldap url ftp://[user-id:ftp-password@]ftp-server-address[/directory]/filename
Syntax Description
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
If you do not specify a directory value, the software uses the default FTP directory.
Examples
The following example shows copying the LDAP data to the default directory on the FTP server and saving the data in the file ldapinfo.
se-10-0-0-0# copy ldap url ftp://admin:cue@10.10.67.163/ldapinfo
se-10-0-0-0#
Related Commands
Command DescriptionCopies the running configuration to another location.
Copies the startup configuration to another location.
copy log
To copy the current logging information stored in the CUE database to an FTP server, use the copy log command in Cisco Unity Express EXEC mode.
copy log {install.log | dmesg | syslog.log | atrace.log | klog.log | debug_server.log | messages.log} url ftp://[user-id:ftp-password@]ftp-server-address[/directory]/filename
Syntax Description
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
If you do not specify a directory value, the software uses the default FTP directory.
Examples
The following example shows copying the install log data to the default directory on the FTP server and saving the data in the file installinfo.
se-10-0-0-0# copy log install.log url ftp://admin:cue@10.10.67.163/lnstallinfo
se-10-0-0-0#
Related Commands
copy running-config
To copy the running configuration to another destination, use the copy running-config command in Cisco Unity Express EXEC mode.
copy running-config {ftp: | nvram:startup-config filename | startup-config | tftp:}
Syntax Description
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
When you copy to an FTP or TFTP server, the copy running-config command becomes interactive and prompts you for the necessary information. You may add a username and password to the server IP address if your server is not configured to accept anonymous FTP input. The format would be: userid:password@ftp-server-address/directory. If you do not specify a directory value, the software uses the default FTP directory.
Examples
In the following example, the running configuration is copied to the FTP server, which requires a user ID and password and has an IP address of 172.16.231.193. The running configuration is copied to the configs directory as file saved_start.
se-10-0-0-0# copy running-config ftp:
Address or name of remote host? admin:voice@172.16.231.193/configs
Source filename? saved_start
The following example shows the running configuration copied to the NVRAM saved configuration as filename startup:
se-10-0-0-0# copy running-config nvram:startup-config startup
The following example shows the running configuration copied to the startup configuration as filename start:
se-10-0-0-0# copy running-config startup-config start
The following example shows the running configuration copied to the TFTP server as filename temp_start:
se-10-0-0-0# copy running-config tftp:
Address or name of remote host? 172.16.231.190
Source filename? temp_start
Related Commands
copy startup-config
To copy the startup configuration to another destination, use the copy startup-config command in Cisco Unity Express EXEC mode.
copy startup-config {ftp: | tftp:}
Syntax Description
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
When you copy to an FTP or TFTP server, the copy startup-config command becomes interactive and prompts you for the necessary information. You may add a username and password to the server IP address if your server is not configured to accept anonymous FTP input. The format would be: userid:password@ftp-server-address/directory. If you do not specify a directory value, the software uses the default FTP directory.
Examples
In the following example, the startup configuration is copied to the FTP server, which requires a user ID and password and has an IP address of 172.16.231.193. The startup configuration is copied to the configs directory as file saved_start.
se-10-0-0-0# copy startup-config ftp:
Address or name of remote host? admin:voice@172.16.231.193/configs
Source filename? saved_start
The following example shows the startup configuration being copied to the TFTP server as filename temp_start:
se-10-0-0-0# copy startup-config tftp:
Address or name of remote host? 172.16.231.190
Source filename? temp_start
Related Commands
copy tftp
To copy the network TFTP server information to another destination, use the copy tftp command in Cisco Unity Express EXEC mode.
copy tftp: {nvram:startup-config | running-config | startup-config | system:running-config}
Syntax Description
Command Modes
Cisco Unity Express EXEC
Command History
Usage Guidelines
The copy tftp command is an interactive command and prompts you for the necessary information. You may add a username and password to the server IP address if your server is not configured to accept anonymous TFTP input. The format would be: userid:password@ftp-server-address/directory. If you do not specify a directory value, the software uses the default TFTP directory.
Copying a startup configuration from the TFTP server to the startup configuration overwrites the startup configuration. Cisco Unity Express displays a warning that asks you to confirm the overwrite.
Examples
The following example shows a TFTP server with the IP address 10.3.61.16. The TFTP server data in the source filename start is copied to the running configuration.
se-10-0-0-0# copy tftp: running-config
Address or name of remote host? 10.3.61.16
Source filename? start
In the following example, the TFTP server has the IP address 10.3.61.16. The file start in directory configs on the TFTP server is copied to the startup configuration.
se-10-0-0-0# copy tftp: startup-config
!!!WARNING!!! This operation will overwrite your startup configuration.
Do you wish to continue[y]? y
Address or name of remote host? 10.3.61.16/configs
Source filename? start
Related Commands
ctiport
To specify one or more Cisco CallManager CTI ports, use the ctiport command in Cisco Unity Express JTAPI configuration mode. To delete a CTI port, use the no form of this command.
ctiport cti-port [cti-port2 cti-port3...cti-portN ]
no ctiport cti-portN
Syntax Description
Command Modes
Cisco Unity Express JTAPI configuration
Command History
Examples
The following example configures the JTAPI subsystem with eight CTI ports.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn subsystem jtapi
se-10-0-0-0(config-jtapi)# ctiport 6400 6500 6600 6700 6800 6900 7000 7100
se-10-0-0-0(config-jtapi)# end
se-10-0-0-0(config)#
The following example deletes CTI port 6700.
se-10-0-0-0# config t
se-10-0-0-0(config)# ccn subsystem jtapi
se-10-0-0-0(config-jtapi)# no ctiport 6700
se-10-0-0-0(config-jtapi)# end
se-10-0-0-0(config)#
Related Commands
Command DescriptionSpecifies the Cisco CallManager server.
Specifies the JTAPI user ID and password.
Enters JTAPI configuration mode.
Displays statistics for the JTAPI subsystems.
Posted: Fri Jan 13 04:00:25 PST 2006
All contents are Copyright © 1992--2006 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.