This commit is contained in:
Claeb101 2023-03-05 06:23:30 -05:00
commit 2f6b9cdc57

View File

@ -72,7 +72,7 @@ app.post("/respond", async (req, res) => {
transferSession(req.body.CallSid, operatorPhone);
twiml.say(
{ voice: "Polly.Sali" },
{ voice: "Polly.Salli" },
"We're connecting you to a counselor now."
);