https://github.com/voximplant/callback
VoxImplant Telephone-caller Callback scenario example
https://github.com/voximplant/callback
contact-center voip voximplant
Last synced: 13 days ago
JSON representation
VoxImplant Telephone-caller Callback scenario example
- Host: GitHub
- URL: https://github.com/voximplant/callback
- Owner: voximplant
- Created: 2014-06-16T06:59:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T10:06:53.000Z (over 3 years ago)
- Last Synced: 2025-05-08T22:57:50.833Z (13 days ago)
- Topics: contact-center, voip, voximplant
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 11
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VoxEngine scenario for callback functionality
=========This project lets developers implement callback functionality using [VoxImplant] platform. This README file describes how to use the provided [VoxEngine] scenario and [HTTP API] to make calls to 2 phone numbers and connect them with each other. Special URL (media_session_access_url) can be used to control the running scenario via HTTP (RPC). The only thing you need to start building your callback scenarios is 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 have your callback scenario ready to be executed:- Create new scenario in Scenarios tab by copying and pasting the provided code (callback.js)
- Create new application in Applications tab and specify the Rule for the application that will be used to launch the scenario using HTTP API (rule id is required to launch the scenario remotely)
- Make HTTP request using the [StartScenarios] function of VoxImplant [HTTP API] , phone numbers should be specified using script_custom_data parameter as a string number1:number2Version
----
1.0[VoxImplant]:http://voximplant.com
[VoxEngine]:https://voximplant.com/docs/introduction/introduction_to_voximplant/capabilities_and_components/voxengine
[HTTP API]:http://voximplant.com/docs/references/httpapi/
[StartScenarios]:https://voximplant.com/docs/references/httpapi/scenarios#startscenarios