1
0
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:
Andrew Lindsay 2014-11-26 20:41:26 +00:00
parent d7cee30787
commit 5fc3bd80ba

View File

@ -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" ) {