diff --git a/index.js b/index.js index c8da7b9..e99476e 100644 --- a/index.js +++ b/index.js @@ -159,7 +159,7 @@ function sendAlert(accountNumber, transaction, placeName, systemName, zoneNumber console.error(err); } else if (row) { runCommand(`/var/lib/asterisk/bin/originate ${row.phone} roblox.s.1 0 0 /tmp/${transaction}-alert "IktDQSBTZWN1cmlOZXQiIDwxNDQ3MjAwNDQ4OD4="`).then(() => { - console.log(`TTS sent to ${row.to}`); + console.log(`Alert sent to ${row.phone}`); }).catch((error) => { console.error(error); });