HOWTO Call Center Logging
Call centers have a requirement for logging of screen captures and audio during a session.
The call center applications may have limited functionality or complex setup requirements.
IGEL OS can be configured to capture the audio and screen shots outside of the call center applications.
Applications to setup
- Audio: Pipewire
pw-cat
built into IGEL OS 12 - Screen Shot Tool:
scrot
via IGEL Community GitHub App Recipe scrot - Compress Audio WAV file:
ffmpeg
via IGEL Community GitHub App Recipe ffmpeg
Optional Applications not included in script
- SimpleScreenRecorder:
simplescreenrecoder
via GIEL Commmunity GitHub Recipe simplescreenrecorder
Call Center Logging Script
Example script that can be started as part of the call center application start-up. For this example, the script is run with native Cisco Webex client. IGEL Community on GitHub App Recipe Webex
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
|
Items left to work on
- Method for moving the zipped sessions to a central server
- Setting up central server to convert audio files to text files via Whisper CLI, an advanced open-source speech recognition tool developed by OpenAI
Steps to view / play files
- To play the audio file:
1 |
|
- To view all images:
1 |
|