From ce91c23674faf5950d4aede626e9031faee554c3 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Sun, 5 Mar 2023 03:36:46 -0500 Subject: [PATCH] test: testing test test --- src/call.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/call.js b/src/call.js index 4fbec1c..ee82e5c 100644 --- a/src/call.js +++ b/src/call.js @@ -31,6 +31,7 @@ app.post("/receive", async (req, res) => { const twiml = new VoiceResponse(); await createSession(req.body.CallSid, req.body.From); + console.log(`created session with CallSid: ${callId}`); const gather = twiml.gather({ action: "/call/respond",