Recording Calls Automatically

⌘K
  1. Home
  2. Programmable Voice
  3. HMP Elements
  4. Recording Calls Automatically

Recording Calls Automatically

Listening to outbound calls can be very helpful in troubleshooting call problems and determining call settings. Before changing any Call Progress values, capture some recordings of the outbound calls. Every time an outbound number is dialed, the audio received is recorded as the call is placed and answered.

This feature is built into HMP Elements. You can do this by modifying HmpElementsServer.exe.config and modifying the following settings:

AnalyzeCallRecordingPath

The AnalyzeCallRecordingPath will record the first part of a call, and place it in the given directory.

<setting name="AnalyzeCallRecordingPath" serializeAs="String">
  <value />
</setting>

AnalyzeCallLogLevel

The AnalyzeCallLogLevel should be set to 0, unless you need it set to some other setting for diagnostic purposes.

<setting name="AnalyzeCallLogLevel" serializeAs="String">
  <value>0</value>
</setting>
Was this article helpful to you? No Yes 15

How can we help?