Create a fully customized video call queue.
This is a proof-of-concept custom-branded application that enables users to dial into a video call queue powered by Webex Call Management Group, facilitating a structured connection between the requester and the agent.
This web application offers a support queue system that can be integrated into E2C use cases. It empowers demo builders to craft a custom-branded experience, enabling users to dial into up to 4 queues, each tailored to provide a unique experience while awaiting connection to an agent. This Proof of Concept (PoC) is specifically designed to address the following use cases:
"To enhance the customer experience, I aim to provide a welcoming greeting as they enter the lobby to be connected with the lobby ambassador."
"I want my support team to be available 24 hours, covering all areas of the workplace, to address any support issues in real time."
This PoC leverages a Webex Group Call Management feature powered by Webex Cloud Calling behind the scene to provide queue system to manage requests and establish a SIP connections between the responder and requester. Here is the list of services that are required before launching the application. For more information please click here
User dials into call queue in kiosk mode with SIP protocol handler feature enabled on the device, to connect to the responder.
Responder will receive incoming calls once they are available, Responder could also transfer the call back in the queue or end the call.
As indicated in the title, this workflow closely parallels the one detailed earlier. The sole distinction lies in the augmentation of user capabilities for SIP URI dialing management, encompassing functionalities such as addition, removal, and updates. The architectural design remains consistent with the previously illustrated framework.
These instructions assume that you have:
- Docker installed and running on a Windows (via WSL2), macOS, or Linux machine.
Open a new terminal window and follow the instructions below to setup the project locally for development/demo.
-
Clone this repository and change directory:
git clone https://github.com/wxsd-sales/video-queue && cd video-queue
-
Copy
.env.example
file as.env
:cp .env.example .env
-
Review and follow to Register your Integration on Webex guide.
- Your registration must have the following Webex REST API scopes:
Scope Description spark-people See details for any device in your organization spark:kms Permission to interact with encrypted content - Use these Redirect URIs:
https://localhost/auth/webex/callback
http://localhost/auth/webex/callback
- Take note of your Client ID and Client Secret. Assign these values to the
WEBEX_AUTHORIZATION_CODE_CLIENT_ID
andWEBEX_AUTHORIZATION_CODE_CLIENT_SECRET
environment variables within the.env
file respectively.
- Your registration must have the following Webex REST API scopes:
-
Review and follow the Creating a Webex Bot guide. Take note of your Bot ID and Bot access token. Assign these values to the
WEBEX_BOT_ID
andWEBEX_BOT_TOKEN
environment variables within the.env
file respectively. -
Set other environment variables as needed in the
.env
file. -
Start the application using:
docker-compose up
Lastly, navigate to http://localhost
in your browser and follow instructions.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch in your forked repo (
git checkout -b myrepo/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin myrepo/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Please reach out to the WXSD team at wxsd@external.cisco.com.