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",