You always want to get the most out of your investment. Push the limits of what your server can do to get the most out of it. Asterisk gives you a great way to get a lot of calls through a single server, but sometimes people wonder why they’re hitting a limit that’s lower than others get. Sometimes it’s just a matter of bandwidth. Sometimes it’s inefficient codec usage. Overuse of an application with a flaw (such as MeetMe) can cause performance issues. Very often, it’s the Asterisk call recordings that are to blame. If you’re very, very careful, there are ways to do better with your recordings. If you’re not careful, disaster and disarray await. Continue reading “Handle More Calls With Asterisk, But Only If You’re Careful”
Mixing Your Recordings Your Way With Asterisk
Using the Asterisk Monitor application is a great way to record your calls. Sometimes, though, you have specific requirements for how the recordings are mixed, processed, or otherwise handled. Asterisk does give you a way to do this. An example that came up recently was that the Q/A department needed to be able to distinguish the two sides of the call. By default, Monitor records both the inbound and outbound audio, then mixes the two channels together into a mono recording. If the caller and call center agent had similar voices, this was tough to do. If there were audio or voice problems, it would be hard to tell which side was having the issue. They were looking for a way to have their call center software for Asterisk do this. Continue reading “Mixing Your Recordings Your Way With Asterisk”
Call Center Recordings in Amazon S3
As has been discussed before, call centers sometimes have issues with recordings piling up. Amazon S3 has been the solution for several Q-Suite clients.
One tool that comes in handy for managing files with S3 is s3cmd. If you’re an Ubuntu user, you can even use apt (Advanced Package Toolset) to install. Other distributions also likely offer support.
Continue reading “Call Center Recordings in Amazon S3”
Moving Asterisk Recordings to Amazon S3
It’s increasingly common for users of Asterisk who have to manage a large number of recordings to want to push their backlog of recordings to the Cloud. It saves on local storage, and is nearly infinitely expandable. Continue reading “Moving Asterisk Recordings to Amazon S3”