wcr_enable
Enables whole-call recording (WCR) for this application session.
|
Value |
Boolean DEFAULT: false (disabled) |
|
How to set |
In the application's session xml in the <sessionparameters> section under <logging>. |
|
Usage |
Occasionally changed. |
The server.rtp.wcr.enable parameter sets the default for all sessions using that Speech Server. Setting this parameter or setting the SIP header P-Nuance-Enable-WCR overrides the setting of server.rtp.wcr.enable for the current session only.
For example, to set this parameter in the session.xml file:
<?xml version="1.0"?>
<sessionconfig version="1.0.0" xml:base="file:/usr/local/Nuance/Recognizer/config">
<sessionparameters>
<global>
<param name="company_name"><value>mycompany</value></param>
<param name="application_name"><value>myapp</value></param>
</global>
<logging>
<sessionparameters>
<param name="wcr_enable"><value>true</value></param>
</sessionparameters>
</logging>
</sessionparameters>
</sessionconfig>
The system stores WCR files with the call logs. See Call log directories and files.
Related parameter