Giter Club home page Giter Club logo

incident-notification-escalation-loop's People

Contributors

jlbrs avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

cweems salampop

incident-notification-escalation-loop's Issues

Issue with calling parameters not being read in functions/call/start.protected.js

The calling parameters are not being read from the inbound parameters or the Start function to determine the current number of retries. This is causing issues with the functionality of the exports.handler function in the file functions/call/start.protected.js.

exports.handler = async function handler(context, event, callback) {
const twilioClient = context.getTwilioClient();
const url = https://${context.DOMAIN_NAME}/call/webhook?${serialize(event)};
twilioClient.calls
.create({
to: event.to,
from: event.from,
machineDetection: 'Enable',
url,
})

Calling sequence not working properly

When trying to use the calling sequence feature on the app, it is not working properly. The app is only calling the first number and then it keeps repeating the message over and over again, ignoring any input from the user. This makes it impossible to complete the calling sequence

Expected Behavior:
The app should call each phone number in the calling sequence, wait for the user to answer or leave a voicemail, and then move on to the next number in the sequence.

Actual Behavior:
The app calls only the first number in the sequence (only if I pass it manually ) and then keeps repeating the message, ignoring any input from the user.

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.