VoiceGuide IVR Software Main Page
Jump to content

Set Up ACD System Using VG

Recommended Posts

We have been receiving receving enquiries on how to set up ACD systems with VG. Below is a bit of a summary of how to set up Automated Call Distribution systems:

Share this post


Link to post

It's quite easy to set up the call queues necessary to implement ACD functionality with just about any PBX out there which has some sort of CTI link.

 

Basically any PBX which can somehow inform VG when an extension becomes free can be used with VG to set up an ACD system.

 

When a new call arrives the VG script answering the call would be required to add information about the call to a database which lists all calls currently on hold, and then just start playing music to the caller - optionally telling caller their position in the queue or asking them to enter phone number for callback or leave a message etc etc...

 

A simple program (can be a VB Script) - lets call this program Call Router - would just have to decide which of the current call which VG has 'on hold' (ie: plays music to the caller) to transfer to the newly free extension.

So the Call Router program just has to be able to listen to information form PBX which tells it when one of the agents becomes available and then it would find the next entry in the 'CallsOnHold' database and find out on which VG line this call is right now and then issue a command (Script_Goto command) to that line and have the VG script running on that line transfer the call...

Share this post


Link to post
So the Call Router program just has to be able to listen to information form PBX which tells it when one of the agents becomes available

 

How Can I know that? How the PBX "tell" when one of the agents become available?

 

Thanks

Share this post


Link to post

PBX knows when the extension is placed back 'on-hook'.

 

Most PBX's also have a "CTI interface" through which VoiceGuide can receive this information as well. VoiceGuide can then send any calls which it has waiting to the agent which is now free.

 

The above scenario is a fairly basic one. In more advanced call centers an agent would also be able to indicate if they want to receive calls now or not using a small app running on their PC which would send information back to VoiceGuide.

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
×