NCA - Common Config Options
Â
Detailed NCA Analysis Logging
To enable detailed analysis logging do the following:
EditÂ
call-analyzer-engine-logging.properties which is found in the config directory of NCA
SetÂ
log4cplus.logger.netborder.cpa=DEBUGÂ at the top of the file. By default this logger is at the top of the file as a comment.
Save the file and restart both NCA services
You will find the detailed logging in the NCA engine files. This will show you packet by packet how the analysing occurs. Â
Â
Shorten Post Connect Timeout
By default NCA times out after 10 seconds if it has not decided what is occurring on the line. In some countries this is too long to keep the call connected without bridging to an agent. The variable below will allow you to shorten the time.Â
EditÂ
CallAnalyzerAsOutboundProxy.call-properties or CallAnalyzerGenesysOCS.call-properties depending on the mode you are using. This file is located in the config directory of NCA.Â
Add the new optionÂ
app.nca.PostConnectTimeout.ms into the file; this option is defined in ms. To set this to 5 seconds you would then put app.nca.PostConnectTimeout.ms=5000.Â
Save the file and restart both NCA services