Code Monkey home page Code Monkey logo

Comments (2)

sjwalter avatar sjwalter commented on June 8, 2024

What does the dashboard debugger say? Can you paste its contents?

It could be a multitude of things. Do you control callerId +155555555? (I'm
assuming you're using a legit number in your code--but that number must be
either a Twilio number in your account or a caller id you've verified with
Twilio.

On Fri, Jan 20, 2012 at 11:41 AM, Nick Merwin <
[email protected]

wrote:

I'm trying to get it to just forward the call -- not sure what I'm doing
wrong here:

phone.setup(function() {
 phone.on('incomingCall', function(reqParams, res) {
   console.log("New Call:");

       var dial = new Twiml.Dial({Number: new Twiml.Num("+15555555"),
callerId: "+15555555"});

       res.append(dial);
       res.send();
 });
});

Twilio is saying app error but I'm not seeing anything in my logs --
perhaps a timeout. Do I need to listen for the answered event or am I just
getting the Twiml API wrong?

Thanks!


Reply to this email directly or view it on GitHub:
https://github.com/sjwalter/node-twilio/issues/21

from node-twilio.

ukd1 avatar ukd1 commented on June 8, 2024

This library is deprecated in favor of the official library - https://github.com/twilio/twilio-node

from node-twilio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.