https://github.com/voximplant/acd
ACD and call queuing example
https://github.com/voximplant/acd
contact-center voximplant
Last synced: 12 days ago
JSON representation
ACD and call queuing example
- Host: GitHub
- URL: https://github.com/voximplant/acd
- Owner: voximplant
- Created: 2014-11-05T07:51:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T15:03:40.000Z (about 5 years ago)
- Last Synced: 2025-05-08T22:58:00.430Z (12 days ago)
- Topics: contact-center, voximplant
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 12
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ACD and Call Queuing: simple call center
=========
This project contains a [VoxEngine] scenario and the Web client for call center operators. It uses the [ACD module] to process inbound calls by putting them in a queue and forward them to operators serving the queue. This README file describes how to use the provided files to launch the application. The only thing you need to start building your audio conferencing is a Voximplant developer account - you can get it for free at https://voximplant.com/sign-up
Quickstart
----
After you successfully created and activated your VoxImplant developer account you need to login into VoxImplant admin interface and complete these steps to build simple call center with one queue for inbound call processing:
- Create a new VoxImplant application called `callcenter` at https://manage.voximplant.com/applications, its full name will look like `callcenter.youraccountname.voximplant.com`
- Beint within this newly created application, create a couple of application users on the **Users** tab, i.e. `operator1` , `operator2`, etc.
- Create a queue on the **Queues** tab, call it `MainQueue`

- Switch to the **Scenarios** tab and create a new scenario using the file from VoxEngine folder of the project (ACD.js) at
- Buy a phone number at https://manage.voximplant.com/numbers and assign it to `callcenter` application
- Specify one rule for the application, it will be used to launch the scenario:- Name: **InboundCalls**, Pattern: **phone number you've bought**, Assigned scenario: **ACD**. It will handle all inbound calls going to the phone number.
### Using the web application
Just upload the file from the WebApp folder to your web server and change the ACCNAME variable value in the html file to your Voximplant account name, then you can log in using users credentials (your specified while created application users in Voximplant Control Panel). Inbound calls to the phone number you've bought will go to the queue we created and to operators will be serving the queue.Version
----
1.0[VoxImplant]:http://voximplant.com
[VoxEngine]:https://voximplant.com/docs/introduction/introduction_to_voximplant/capabilities_and_components/voxengine
[ACD module]:https://voximplant.com/docs/references/voxengine/acdrequest