Coder Social home page Coder Social logo

node-red-contrib-jambonz's People

Contributors

avoylenko avatar davehorton avatar glenns83 avatar jontyk avatar michaelschattgen avatar sammachin avatar snyk-bot avatar tesarm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

node-red-contrib-jambonz's Issues

No way to feed the Say node with dynamic content

I'm not really sure this is an issue, but it would be useful if we could feed the Say node with msg.payload instead of static text only.
The current Say node only allows for a static content box which it will tts. But what if data data is now dynamic and retrieved from an outside source.

I see no way to feed that into the Say node.

Gather node does not maintain custom audio choice

There is small bug in the gather node under the prompt settings.
If the prompt settings are changed lets say google, dutch, wavenet-d) on next open it will keep the vendor (google) and language (dutch) choice but the voice always defaults to standard-a-female.

The Say node is unaffected.

Tag not working for dial confirm hook

I am currently running into the following scenario:

The flow defines some variables and eventually gets to a dial node
The dial node has an action hook and a confirm hook configured
These hooks require the variables defined by the previous step
We tag these variables right before the dial node

The confirm hook does not get the customerData provided on the msg.call object
The action hook does get the customerData provided on the msg.call object

Is there a way to access the tagged data in a confirm hook as well?

console.log in populateApplications converts circular structure to json

When we try to get applications from jambonz, it logs conn to console which throws an error - see below

  RED.nodes.registerType('create-call',{
   ... 
           var populateApplications = function() {
           ...
           console.log(`server id ${serverId} has conn ${JSON.stringify(conn)}`);
    

error:


VM408:1381 Uncaught TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'd'
    |     property '$bidiHandler' -> object with constructor 'o'
    --- property 'session' closes the circle
    at JSON.stringify (<anonymous>)
    at HTMLSelectElement.populateApplications (<anonymous>:1381:62)

it should log only necessary information or not log at all.

Need to update AWS SDK

Getting a message in the Node-RED startup about deprecation of the AWS SDK

(node:24100) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy

Creating this issue to remind me to look into updating the dependency

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.