You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request.addListener('end', function() {
var session = JSON.parse(json);
var tropo = new TropoWebAPI();
var to = session.session.parameters.numbertodial;
var name = session.session.parameters.customername;
var msg = session.session.parameters.msg;
tropo.call(to);
tropo.say("OMG " + name + ", " + msg + "!");
response.end(TropoJSON(tropo));
});
The text was updated successfully, but these errors were encountered:
Only way we could get it to work:
The text was updated successfully, but these errors were encountered: