Siebel Communications Server Administration Guide > Configuring Session Communications > Exporting and Importing Configuration Data >

File Format for .def Files


The Siebel Communications Server .def file are text files that employ the file format described below:

  • The names in brackets ([ ]) identify elements such as drivers, profiles, commands, and events. Each bracketed name is followed by lines containing names and values for parameters.
  • Field values are enclosed in double quotation marks (which are not used for this data within the Administration - Communications screen), and are indicated using an equals sign (=), as in the following example line from a communications command:

    DeviceCommand = "MakeCall"

  • Parameters are used in .def files to represent some elements that, in the current version, you would not specify using parameters when you work in the Administration - Communications screen. For example, the line below, for an event handler definition, associates the event handler with an event response:

    Response = "InboundConsumerCall"

  • Any lines preceded by a semicolon (;) are not in effect and may contain explanatory comments.
  • A file exported from version 7.x contains lines like the following, to enable it to be handled differently (as an upgrade case) than files exported from previous versions. Do not remove these lines from your export files. (Files exported from versions subsequent to 7.0 may include an updated version number.)

    [Siebel]
        CommServerVersion = "7.0"

If you need to manually prepare a file for import, you can export a file of the same type containing preconfigured data, then check that your file to be imported uses the correct format.

Siebel Communications Server Administration Guide