-- Mike Ashton Quality Track International Work: +1 647 724 3500 x251 Cell: +1 416 527 4995 QTI CONFIDENTIAL AND PROPRIETARY INFORMATION The contents of this material are confidential and proprietary to Quality Track International, Inc. and may not be reproduced, disclosed, distributed or used without the express permission of an authorized representative of QTI. Use for any purpose or in any manner other than that expressly authorized is prohibited. If you have received this communication in error, please immediately delete it and all copies, and promptly notify the sender.
- Yes, the applications the client uses is all web based. In fact it's a portal built solely on Flex/Flash.
- No purpose to record the whole desktop but the open Internet Explorer or Firefox browsers only.
- No need to filter sensitive data. Whole screen can be captured.
- Login is done using Windows NT login for desktop. For phone sets it is via login/log-off to Queue.
So, you actually track every function of the application (e.g. if button SOLD is pressed then you log that)? And how is the "Watch" or "REMAKE" of the situation done? is it done on another dummy system where it has a copy of the web based portal and then you run the mouse movements and clicks over it to create the impression of what was done?
If so, then you need a parallel system to the one existing so that if a movement is re-made then it's changes are not reflected onto the system.
Am I right with my assumptions above?
Thanks again for the feedback,
Bruce
Date: Wed, 26 Jan 2011 12:44:23 -0500
From: Mike....@QualityTrack.com
To: aste...@uc.org
Subject: Re: [on-asterisk] Recorded audio files with video of screen capture - Any ideas?
Bruce,
Mike
--
Mike Ashton
Quality Track International
--------------------------------------------------------------------- To unsubscribe, e-mail: asterisk-u...@uc.org For additional commands, e-mail: asteri...@uc.org
Bruce,
There are a number of ways to attack this. Here are just a few approaches I
can think of:
1) Local audio/screen cap with hardware dongle
You could use screencap software on the agent PC and pipe the phone call
into the audio-in on the PC using a dongle.
Screen cap software might be something like CamStudio (
http://sourceforge.net/projects/camstudio/). I haven't used it. I just
googled and it came up.
Hardware dongle could be something like
http://www.walmart.com/ip/Telerecorder-Tape-Recorder-to-Telephone-Adapter/10038429.
I've used things like this before. Anything at an agents desk tends
to
take a beating and these things are another point of failure. If you're not
monitoring recordings, they can fail and nobody notices that you're missing
agent recordings for days/weeks/months.
2) Write an app that does it from somewhere on the network
Assumption: There are decent and fairly easy to use SDKs for VNC and SIP. I
think that this is fairly reasonable.
Plan: You could pull the video stream from the VNC SDK and use the SIP SDK
to act like a SIP agent and Monitor the agents line. If you watch the AMI
interface for incoming call events on the agent's extension then this option
has the huge advantage of being able to create individual AV files for each
call with date, agent extension and callerID such as
YYYY-MM-DD-2033-4165552222.AVI
3) Google. (actually searching 'record vnc' at sourceforge)
At the risk of doing all of your homework for you, it looks like this
package would do everything you want with just a little bit of scripting to
trigger the recordings and merge the audio and video files:
http://www.unixuser.org/~euske/python/vnc2flv/index.html
There are commercial solutions for this. I remember being pitched on them
years ago when I was in the call centre biz. You might be doing your client
a favour by looking for an off the shelf solution and pointing them in that
direction.
Best of luck,
Dave