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
  • P-Asserted-Identity
  • P-intrinsics
  • Refer-To
  • Referred-By
  • User-to-User
  • Bonus! Creating DDIs in Tenios

Was this helpful?

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

Transferring a Call

PreviousSetting Up an Outbound ConnectionNextTwilio

Last updated 4 months ago

Was this helpful?

To transfer a call from Parloa to another Public Switched Telephone Network (PSTN) destination, such as your contact center, use the SIP REFER option within the block.

This operation requires configuring the following predefined SIP headers to ensure a successful call transfer:

These SIP headers are case-sensitive. You must add them exactly as displayed here. For example, User-to-User will not work if entered as User-To-User.

P-Asserted-Identity

Tenios uses the P-Asserted-Identity header as the Caller ID for the outgoing transfer call. To configure this header:

  1. Click the + icon to add a new header.

  2. In the userID field, enter P-Asserted-Identity.

  3. In the Value field, specify the desired Caller ID. This is usually the Caller ID from the incoming call to Parloa. Format the Caller ID using the URI structure: sip:[CallerNumber]@[TeniosID].tenios.com

Ensure you have the legal right to use the number you set as the outgoing Caller ID.

P-intrinsics

In the Avaya Experience Platformâ„ĸ Public Cloud, you can use P-intrinsics SIP headers to send small amounts of interaction-related information between on-premise and cloud components. A P-intrinsics SIP header consists of up to 10 key-value pairs, with a maximum payload size of 1 kilobyte.

Refer-To

The Refer-To header specifies the destination number for the transfer. This value is automatically populated based on the input provided in the designated text box. Format the destination as a Uniform Resource Identifier (URI): sip:[DestinationNumber]@[TeniosID].tenios.com

Referred-By

The Referred-By header is critical for Tenios to verify whether the SIP trunk is authorized to initiate transfers to the PSTN. This header should include the SIP username from your SIP account or SIP trunk. Format it as a URI.

If your IP trunk configuration does not use authentication (such as when no SIP username is specified), you may omit the username portion from the URI.

User-to-User

The User-to-User header enables the transfer of information from your telephony system to Parloa without requiring a third-party service. The information can vary but commonly includes the Conversation ID of your telephony system. This ID can then be used by the bot for additional services.

Bonus! Creating DDIs in Tenios

Certain Tenios numbers support Direct Dial-In (DDI) functionality, which allows you to create multiple extensions from a single main number. This feature is useful for managing various versions or environments of your Parloa bot.

For example:

  • Main number: +49 12312

  • DDI range: +49 123123-0 to +49 123123-999

For organizational purposes, consider assigning a unique main number to each Parloa bot, and use DDIs to indicate the bot's version or environment. For instance:

🤖 Bot 1
  • +49 1111-1 for Production

  • +49 1111-2 for Staging/Testing

  • +49 1111-3 for Development

🤖 Bot 2
  • +49 2222-1 for Production

  • +49 2222-2 for Staging/Testing

  • +49 2222-3 for Development

The hyphen (-) in DDI numbers is not dialed. For example, dial +49 1111-3 as +49 11113.

âš™ī¸
Call Control
P-Asserted-Identity
P-intrinsics
Refer-To
Referred-By
User-to-User
With SIP Username
Without SIP Username