mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Updated to make calls
This commit is contained in:
parent
d7cee30787
commit
5fc3bd80ba
@ -100,9 +100,6 @@ module.exports = function(RED) {
|
||||
msg.payload = JSON.stringify(msg.payload);
|
||||
}
|
||||
try {
|
||||
// console.log("Twilio SMS or Call");
|
||||
// console.log( this.twilioType);
|
||||
// console.log("-----");
|
||||
// decide if we are to Send SMS
|
||||
var tonum = node.number || msg.topic;
|
||||
if( this.twilioType == "call" ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user