From b6db2555b72658436345d682adb4a52599e70f8e Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 21 Jun 2026 23:05:26 -0600 Subject: [PATCH] dev --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 56d85b8..7324734 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,7 @@ x.on('call', async (call) => { await call.Playback("beep"); while (true) { - await call.Read("EXTEN_INPUT, beep, 3, 10000"); + await call.Read("EXTEN_INPUT,beep,1,,10000"); const exten = await call.getVariable("EXTEN_INPUT"); console.log(`Got ${exten}`); if (!exten) break;