LogoLogo
  • 👋START HERE
    • Welcome!
  • â„šī¸General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • May 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
        • May 2024
        • April 2024
        • March 2024
        • February 2024
        • January 2024
        • 2023
        • 2022
        • 2021
        • Dialog Design Update
    • Glossary of Terms
    • Authentication Methods
      • SSO (Single Sign-On)
      • Built-In User Management
    • Acceptable Use Policy
  • âš™ī¸Rule-based Automation
    • Overview
      • Account Settings
        • Profile
        • Team
        • Roles and Permissions
          • User Management
          • Project Permissions
      • Basic Concepts
        • Project Management
        • Version Management
        • Multi-Lingual Bots
          • Supported Languages
        • Managing User Interactions
          • Unexpected User Input
          • No User Input
    • Dialog Interface
      • Blocks
        • Conversation Logic
          • Start Conversation
          • Global
          • State
          • Intermediate Response
          • To Previous State
          • End Conversation
        • Subdialog
          • Reusable Subdialogs
        • Phone
          • Continue Listening
          • Call Control
        • Technical Logic
          • Service
          • Condition
          • Storage
        • Other
          • Note
      • Speech Assets
        • Intents
          • Utterances
          • Descriptions
        • Slots
          • Custom Slots
            • List Slots
            • Machine Learning Slots
            • Regex Slots
            • LLM Slots
          • Prebuilt Slots
            • DTMF Slot
        • Text Snippets
        • Dictionary
      • Variables
        • Intents
        • Slots
        • Storage
        • Text Snippets
        • Environments
        • Platform
        • Context
      • Services
        • Service Integration Guide
        • Service Development
        • Service Branches and Error Handling
        • Public Services
          • Date and Birthdate Recognition
          • Spelling Post-Processing for Phone
          • IBAN Validation
          • License Plate Validation
          • Address Search
          • Street Names per Postal Code
          • Email Service
          • SMS Service
          • API Adapter
          • Salesforce-Flow Connector
          • Opening Hours
          • Speech-to-Text Hints
          • Fuzzy Match Names
          • Delay Service
      • Debugger
        • Phone 2
        • WhatsApp
        • Textchat 2
    • Environments Interface
      • Service Keys
    • Deployments Interface
      • Creating a Release
      • Editing a Release
    • Text-to-Speech
      • Azure
      • ElevenLabs
      • OpenAI via Azure (Preview)
      • SSML
        • Audio
        • Break
        • Emphasis
        • Prosody
        • Say-as
        • Substitute
        • Paragraph and Sentence
        • Voice
    • Autocomplete
    • Parloa APIs
      • CallData Service and API
      • Conversation History API
      • Textchat V2 API
    • Phone Integrations
      • Genesys Cloud
        • Setting up the SIP Trunk
        • Sending/Receiving UUI Data
        • Creating a Script to Display UUI
      • SIP
      • Tenios
        • Setting Up an Inbound Connection
        • Setting Up an Outbound Connection
        • Transferring a Call
      • Twilio
      • Public IPs and Port Information
    • AI Integration Overview
      • Dual Intent Recognizer (DIR)
      • Dual Tone Multifrequency (DTMF) Intent
    • Analytics and Debugging
      • Understanding Conversations and Transactions
      • Managing Caller ID Data
      • Hangup Events and Triggered Analytics
      • Analytics Transactions: Data Structure and Insights
      • Dialog Analytics
      • Audit Logs
      • Parloa-hosted Analytics
    • Data Privacy
      • Anonymizing Personally Identifiable Information
    • NLU Training
      • NLU Training Best Practices
    • How To
      • Create a Scalable and Maintainable Bot Architecture
      • Implement OnError Loop Handling
      • Resolve the 'Service Unavailable' Error
    • Reference
      • Parloa Keyboard Shortcuts
      • Frequently Asked Questions (FAQ)
      • JavaScript Cheat Sheet
        • Using Regular Expressions (Regex)
  • 🧠Knowledge Skill
    • Introduction
    • Knowledge Collections
    • Knowledge Sources
    • Knowledge Skill Setup
      • Step 1 – Create a Knowledge Skill Agent
      • Step 2 – Configure a Knowledge Skill Agent
      • Step 3 – Configure a Knowledge Skill Agent
Powered by GitBook
On this page
  • Prerequisites
  • Step 1 – Set Up the SIP Trunk
  • Step 2 – Create the Release in Parloa

Was this helpful?

Export as PDF
  1. Rule-based Automation
  2. Phone Integrations

Twilio

PreviousTransferring a CallNextPublic IPs and Port Information

Last updated 1 year ago

Was this helpful?

Twilio is an excellent alternative for connecting to Parloa if you cannot connect via SIP directly from your PBX.

Prerequisites

Keep these two pieces of information handy for the next steps.

Step 1 – Set Up the SIP Trunk

  1. Click on Create new SIP Trunk.

  1. Give your trunk any friendly name, for example, Parloa (since this trunk will point to Parloa’s Infrastructure).

  2. In the General settings, at the minimum, we recommend enabling Secure Trunking, Call Transfer (SIP REFER), and Symmetric RTP. Enabling PSTN transfer will depend on your specific use case.

  1. Click on Origination.

  2. Click on Add new Origination URI. This is where you will need your custom subdomain from the Prerequisites section. The SIP URI should be sip:<your customerID>.voip.parloa.com. For example, it will be sip:sales-engineering@voip.parloa.com.

  3. Click Add.

  4. Go to Numbers.

  5. Click Add a number. Here you will associate phone numbers with the SIP trunk.

Once you have added numbers, these numbers will be routed to Parloa. Now we have to configure them in Parloa.

Step 2 – Create the Release in Parloa

Having configured Twilio to route calls to Parloa, you now need to configure Parloa to direct these calls to your bot.

  1. Log into Parloa and choose the project you want to connect.

  2. Navigate to the Deployments tab → click Add New Release.

  3. Select Phone 2, and click Next.

  4. Select Peering / Inbound registration.

  5. Under the authentication method:

  6. Add the URI: For example, your URI might look like this: 49XXXXX@sales-engineering.voip.parloa.com.

    • The "user" part of the URI (everything before the @) is the Twilio phone number without special characters (+ and whitespace).

    • The "domain" part of the URI (everything after the @) is your custom Parloa subdomain.

  7. Click Next, adjust any additional settings as needed (we recommend adding the phone number in the description for easier identification), and click Create.

Congratulations! You can now dial the Twilio number, and it will be directed to your bot.

Start by logging into your and navigate to Develop → Elastic SIP Trunking → Manage → Trunks.

Whitelisted IPs – Add the Frankfurt .

âš™ī¸
Twilio account
Twilio Public IPs