Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4267980
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T06:58:23+00:00 2026-05-21T06:58:23+00:00

According to the docs I should be able to have Twilio initiate a call

  • 0

According to the docs I should be able to have Twilio initiate a call for me with

twilio:place_call( "3125551212", "7735551212", somewebhook);

I can’t seem to get it working quite right. Does the webhook need to be there, and if so what should it respond with? I just want to initiate a phone call and have it connect me with my phone- I don’t need any other Twilio intervention.

UPDATE:

Okay I think I got it worked out. The webhook (which I’m just putting into KRL) just needs this: twilio:dial("7735551212"); where that number is my number. So the person receiving the call from me will have a few seconds of dead air pause when they first pick up. To help with that, I’m also prepending it with this twilio:say("Hi, one moment please"); Here’s the final rule:

rule twilconnect is active {
select when twilio twilconnect                     
{
    twilio:say("Hi, one moment please");        
    twilio:dial("7735551212");
}

}

And the rule that initializes everything looks like this:

rule makethecall is active {
  select when web make_the_call
  pre {
    tocall = event:param("tocall");
  }

  {         
    notify("Calling " + tocall,"...");
    twilio:place_call( tocall, "+17735551212", "http://webhooks.kynetxapps.net/t/{appid}/twilconnect");       
  }

}

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T06:58:24+00:00Added an answer on May 21, 2026 at 6:58 am

    You seemed to have answered your own question, but here seems to be the issue that confused you.

    The twilio module’s place_call() action is used when you need to initiate a new outbound call when there isn’t already a call.

    When you want to have an already in process call that you want to connect to an external number, you want the dial() action.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to docs at http://code.google.com/p/minify/wiki/UriRewriting $min_serveOptions['rewriteCssUris'] = false; I should be able to add
According to the Mac Dev Center docs, you should be able to set the
According to the docs here I should be able to use Y.one(#container).appended( newImages, function(){
According to the docs I should be able to simply define this in my
According to the docs, I should be able to handle key events like keypress
have an Android app that uses the RECEIVE_BOOT_COMPLETED. According to the docs, I should
According to the docs String text = String.format(%5.1e, 3.1415f); Should produce something like 3.1E+00
According to the Qt docs, it Prepares the item for a geometry change. Call
According to the PHP docs, one can initialize properties in classes with the following
According to this section in the Django docs I should use {% blocktrans %}

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.