The wvrsysconf command

Purpose

Allows direct manipulation of the system telephony parameters as an alternative to using the graphical menus.

Syntax

To export the parameters for editing:

wvrsysconf -e [-f filename] [-u profile [-p password]] [-h]

To import the parameters after editing and validating:

wvrsysconf -i -f filename [-u profile [-p password]] [-h]

Flags

–e
Specifies export. Schema definition file wvrSysConf.xsd is generated; if a filename is not specified in the –f option, the data file wvrSysConf.xml is also generated.
–i
Specifies import. Parameter values are imported from the file that is specified in the –f option.
–f filename
The name of the file to be used for exporting or importing the telephony parameters.
–u profile
The name of the administrator profile. If this flag is not specified, a prompt is displayed requesting the profile and associated password (the password is not echoed to the screen).
–p password
The password associated with the administrator id. If this flag is not specified, a prompt is displayed requesting the password (the password is not echoed to the screen).
–h
If this flag is included, only the help screen is displayed.

Exit status

One of the following values is returned (if the –h flag is specified):

0
Successful completion.
1
Failed to open message catalog
2
Password check failed
3
Failed to access database
4
Failed to access database master record
5
Failed on screen IOCTL
6
Help
7
Usage error
8
Import failed
9
Export failed