The wvrsysconf utility provides direct manipulation of the telephony parameters that are used in system configuration. It does this by exporting the parameters and their values in the form of an XML document. It also creates an XML Schema Definition (XSD) file that contains any restrictions on the permitted values for the parameters.
Figure 1 shows how wvrsysconf creates Document Object Model (DOM) representations of the telephony parameters held in the Blueworx Voice Response database, and then exports these to the XML data file ( wvrSysConf.xml is the default name), and the XML schema definition file (wvrSysConf.xsd).
You can edit the XML data file (using your preferred editor) to change the required parameters to the values you want. Once complete, you can then validate the file against the permitted values that are held in wvrSysConf.xsd, using a standard XML/XSD validation tool, such as that provided in WebSphere Developer Studio.
Once you have a valid XML document, you can use wvrsysconf again to import the document into the Blueworx Voice Response database. At the time of the import, a new schema definition file is created, and this is used to re-validate the XML data. This process is shown in Figure 2.