📞
Opentact
  • Opentact API Reference Sheet
  • Authentication
  • Quick Start guide
    • Set Up Your Opentact Portal
    • Set Up a Phone Number
    • Set Up a SIP Connection
    • Set Up a Voice Profile
  • Phone Numbers
    • Advanced Number Search
    • Order Telephone Number
  • Messaging
    • Sending an SMS
    • Search SMS
    • Retrieve Extended SMS Info
    • TO BE ADDED OR NOT
  • Call Control
    • TO BE ADDED OR NOT
    • Untitled
  • Account
    • User
    • Profile
      • Messaging Profile
      • Voice Profile
      • Profile TN info
    • Leases
    • Payment
    • Address
    • Account Office Hours
  • Dictionary
  • SIP Trunking
    • SIP Control App
    • SIP User Group
    • SIP Connection
      • SIP Connection
      • SIP User Invite
      • SIP User
      • Dictionary
      • SIP TN Leases
    • SIP Configuration Overview
    • //Bring your own carrier??
    • SIP Response Codes
  • SIPControlApp
    • Call flow XML
      • <Callback />
      • <Play />
      • <Say />
      • <Hangup />
      • <Pause />
      • <Record />
      • <Dial />
      • <Gather />
        • <Switch />
          • <Case />
          • <Default />
          • <Error />
Powered by GitBook
On this page

Was this helpful?

  1. SIPControlApp
  2. Call flow XML

<Callback />

fetch and execute remote CallFlow xml

GET

Path Parameters

Name
Type
Description

method

string

GET / POST Default: GET

url

string

remote callflow xml url

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Say>Thank you for entering the code 5</Say>
    <Dial>
        <Number>911</Number>
    </Dial>
</Response>
<Callback url="https://api.opentact.org/rest/call_flow" />
PreviousCall flow XMLNext<Play />

Last updated 4 years ago

Was this helpful?