# ============================================================================== # # Copyright (c) 2001-2015 Nuance # # User Configuration file for NSS. The value in this file override the values in NSSserver.cfg # # Rules: # - Lines beginning with '#' are considered comments and ignored # - No comments are supported within a line (following other items) # - Each line is made of three items, a Name, a Type and a Value # - These three items (strings) can be separated by tabs or spaces # - Only the Value string can contain spaces, except trailing spaces # which are ignored # - All items are case-sensitive # - Supported types are 'Environment', 'VXIString', 'VXIInteger' # - The 'Environment' type is used to set and remove an environment # variable # - Types other than 'Environment' indicate you want to set a map # property # - All properties will be passed as a single map argument to SB # functions # - Environment variables set here will apply not only to the script # environment, but to the real application as well # - To remove a variable from the environment, supply no Value for it # - To use a variable within the script, use the syntax '$(VARIABLENAME)' # - Variables can only be used within Value items, not in Names and Types # # Examples: # Name Type Value # ------------------------------------------------- # Set an integer property: myModule.myIntegerKey VXIInteger 1234 # Set a string property: myModule.myStringKey VXIString Any string # Set an env. variable: MY_VARIABLE Environment C:\TEMP;D:\ # Remove an env. variable: MY_EX_VARIABLE Environment # Use an env. variable: myModule.myEnvKey VXIString $(MY_VARIABLE) # # You can use several variables within a Value: $(TYPE)://$(DRIVE)/$(PATH) # # ============================================================================== server.log.filename VXIString $(NUANCE_DATA_DIR)/system/diagnosticLogs/nss1.log server.mrcp2.sip.transport.tcp.port VXIInteger 5060 server.mrcp2.sip.transport.udp.port VXIInteger 5060 server.mrcp2.sip.transport.tls.port VXIInteger 5061 server.mrcp2.transport.tcp.port VXIInteger 6075 server.mrcp2.transport.tls.port VXIInteger 6076 server.rtp.port VXIInteger 7892 #server.nvs.Address VXIString 127.0.0.1:9200 #server.nvs.ConnectionTimeout VXIInteger 5000 server.nvs-client.Port VXIInteger 9305 server.nvs-client.LogPath VXIString $(NUANCE_DATA_DIR)/system/diagnosticLogs/nvs-client1.log #server.nvs-client.LogLevel VXIInteger 0 #server.nvs-client.LogMaxSize VXIInteger 100 ### # RTSP port to use for the server. # If the paramater is commented then RTSP server does not start. server.mrcp1.transport.port VXIInteger 4900 ### # Default NRS server location #server.nrs.serverAddress VXIString localhost:8200 ### # NLPS server address #server.nlps.serverAddress VXIString wss://localhost:8443/nlps # User-supplied configuration file. #server.mrcp2.osrspeechrecog.userconfig.path VXIString $(NUANCE_DATA_DIR)/system/config/User-nrs01.xml ### # Address of the license manager in the format port@host. # Default is 27000@localhost #server.licenseManager.Address VXIString 27000@localhost ### # Specifies the listening tcp port for the calllog server # The default value when not enabled is 10101 server.callLog.tcp.port VXIInteger 10101 ### # Specifies the listening tls port for the calllog server # The default value when not enabled is 10102 server.callLog.tls.port VXIInteger 10102 server.mrcp2.resource.1.dll VXIString nvsspeechsynth server.mrcp2.resource.0.name VXIString Nuance Open Speech Recognizer server.mrcp2.sip.maxCountOfSession VXIInteger 2 server.nvs.Address VXIString localhost:9200 server.mrcp2.resource.4.cfgprefix VXIString server.mrcp2.recorder. server.nlps.serverAddress VXIString wss://localhost:8443/nlps server.mrcp2.resource.1.type VXIString speechsynth server.mrcp2.resource.0.cfgprefix VXIString server.mrcp2.osrspeechrecog. server.mrcp2.resource.4.type VXIString recorder server.mrcp1.resource.3.cfgprefix VXIString server.mrcp1.osrspeechrecog. server.mrcp1.resource.2.name VXIString Nuance Vocalizer server.mrcp2.osrspeechrecog.userconfig.path VXIString $(NUANCE_DATA_DIR)/system/config/User-nrs01.xml server.mrcp2.resource.1.name VXIString Nuance Vocalizer server.mrcp2.resource.0.type VXIString speechrecog dtmfrecog server.mrcp2.resource.4.name VXIString Nuance Speech Recorder server.mrcp1.resource.3.name VXIString Nuance Open Speech Recognizer for MRCPv1 server.mrcp1.osrspeechrecog.userconfig.path VXIString $(SWISRSDK)/config/Baseline.xml server.mrcp1.resource.2.dll VXIString mrcp1nvsspeechsynth server.mrcp1.resource.3.url VXIString media/speechrecognizer server.mrcp1.resource.2.url VXIString media/speechsynthesizer server.mrcp2.resource.1.cfgprefix VXIString server.mrcp2.rsspeechsynth. server.mrcp2.resource.0.dll VXIString nrsspeechrecog server.mrcp1.resource.2.cfgprefix VXIString server.mrcp1.rsspeechsynth. server.nrs.serverAddress VXIString localhost:8200 server.mrcp1.resource.3.dll VXIString mrcp1osrspeechrecog server.mrcp2.resource.4.dll VXIString recorder server.mrcp2.osrspeechrecog.userconfigTemplate.path VXIString $(SWISRSDK)/config/Baseline.xml server.callLog.cleanupRates.0 VXIString Company:;Application:;WCR:365d;POSTEP:365d;PREEP:365d;EXPOSEPLAYABLE:15m;SAVEWAVEFORM:365d;RECORDING:365d;LOG:365d server.mrcp2.sip.contact.HostName VXIString 192.168.38.208