LogoLogo
  • 👋START HERE
    • Welcome!
  • â„šī¸General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • 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
  • Setting Up the SIP Account
  • Routing a Phone Number to the SIP Account
  • Creating the Release in Parloa

Was this helpful?

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

Setting Up an Outbound Connection

PreviousSetting Up an Inbound ConnectionNextTransferring a Call

Last updated 1 year ago

Was this helpful?

For scenarios where an inbound connection is not feasible and you need Parloa to initiate calls, setting up an outbound connection via SIP Accounts in Tenios becomes necessary. Here's how to configure Parloa as a SIP User Agent to these accounts.

Prerequisites

Setting Up the SIP Account

The initial step involves creating a SIP account within Tenios. Here's how to proceed:

  1. Log into your Tenios account and navigate to SIP Accounts, located under Setup on the left side of the screen. Important: Remember to note your Registrar domain as it's crucial for later steps.

  2. Click Add SIP Account.

  3. Enable Allow outbound calls to the PSTN and input the necessary information.

Routing a Phone Number to the SIP Account

With the SIP account ready, the next task is to direct calls from a specific phone number to this account. Follow these steps:

  1. Navigate to Number Routing.

  2. Search for your phone number and select Edit to configure the routing.

  3. For Step 1, choose Call Forward. Then, in Add Destination, pick SIP Account and select the SIP account you just created.

After saving, you've completed the setup in Tenios!

Creating the Release in Parloa

Having prepared Tenios to route calls to the SIP account, it's time to set up your Parloa bot to register with this new SIP account. Proceed as follows:

  1. Log into Parloa and select 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 Outbound registration.

  5. Fill in your SIP username and password, along with your registrar hostname (previously noted), which should resemble 123123.tenios.com. These three settings are essential for the configuration.

Congratulations! Your calls to the Tenios number will now be routed to the newly created SIP account and answered by your Parloa bot.

Click Next and then Create to finalize. Your Parloa bot will register with Tenios. Shortly, you should see that the Phone State in Parloa is live, indicating successful registration. You can also verify this by checking the registration status on the Tenios page under the SIP account details.

âš™ī¸