Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Phone Participants activity > Setting up phone participants and review interviews in the DMZ
 
Setting up phone participants and review interviews in the DMZ
To set up phone participants and review interviews in the DMZ, use the following settings in the web.Config file:
UseFileManagerWebService
Where to read the required files:
False: From FMRoot.
True: From the File Manager web service URL, specified by the FileManagerWebServiceUrl parameter.
The default value is False.
FileManagerWebServiceUrl
(Applies only when UseFileManagerWebService is set to True.)
The URL to be used when using the file manager web services to read files, for example:
http://server_name/SPSSMR/FileManagerWebService/FileManager.asmx
MddUpdateCheckInterval
(Applies only when UseFileManagerWebService is set to True.)
The interval (number of seconds) at which the files in FMRoot are checked for updates.
The default value is 120.
Example
<add key="UseFileManagerWebService" value="True"/>
<add key="FileManagerWebServiceUrl" value="http://<internal-network-servername>/SPSSMR/FileManagerWebService/FileManager.asmx"/>
<add key="MddUpdateCheckInterval" value="120"/>
See also
Settings for the Phone Participants activity