Inbound Call Control
Introduction
Opentact offers versatile solutions for controlling inbound calls through two distinct methods: Call Flow XML and Call Control API. This section provides an overview of the Call Flow XML, a powerful tool for defining XML documents that intricately manage the flow of inbound calls.
Call Flow XML:
Static or Dynamic Hosting: Call Flow XML can be either hosted as a static document within Opentact or dynamically provided through a Call Flow webhook URL.
Interactive Manipulation with <Gather>: Within the Call Flow XML, Opentact introduces interactive manipulation using the <Gather>
tag. This feature prompts the callee to input a DTMF key. Once received, Opentact triggers a RESTful API specified by you, and based on the API's return, a new Call Flow XML is generated, tailoring the call flow to the specific user input.
Example Call Flow XML:
In this example, Opentact dynamically fetches a new Call Flow XML based on the received DTMF input, offering a tailored call experience. Explore the possibilities of interactive call control with Opentact's Call Flow XML.
Last updated