In certain instances where the call is written to the CallCabinet folder BEFORE completion, the following can be implemented in order to ensure that the call is complete prior to processing.
-
-
Delay WAV processing until the modified time of the WAV file is older than “n” number of seconds (compared to current time on the server), in order to do this add the following line to the CCConfig.txt file:
DelayWAVprocessing:<120>
Which would delay processing for 120 seconds. <0> disables the feature and is the default.
-