VoiceGuide IVR Software Main Page
Jump to content

2 Line Call Recording

Recommended Posts

Thanks, the example now works.

Would like to suggest a working example in the next build of VG for the 2 line recording vgs file.

Share this post


Link to post

Have fixed the sample that was shipping in latest versions of v7.

 

Regarding the ACD call recording:

 

The current Config.xml ACD entry is:

<acd>
 <callrecord_dir>C:\calls\sales</callrecord_dir>
</acd>

Here is sample of what that section should look like:

<acd>
<queues>

<queue>
<name>sales</name>
<paths>
on {timeout 1200} goto [Voicemail box 0001]
on {1} goto [sales opt1 selected]
</paths>
<callrecord_dir>C:\acdlog1</callrecord_dir>
</queue>

<queue>
<name>accounts</name>
<paths>
on {timeout 1200} goto [Voicemail box 0002]
on {1} goto [accounts_self_service]
</paths>
<callrecord_dir>C:\acdlog2</callrecord_dir>
</queue>

</queues>
</acd>

The callrecord_dir is set on a per-queue basis

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×