From cd9722255764970ad272cd70991ddc62697b0e69 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 21 Jun 2026 23:38:11 -0600 Subject: [PATCH] dev --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 1cd6213..8885abd 100644 --- a/index.js +++ b/index.js @@ -14,9 +14,9 @@ agi.on('call', async (call) => { }); console.log(`Call from ${callerid} (${calleridname}) to ${extension} in context ${context} on channel ${channel} with uniqueid ${uniqueid}`); - setInterval(() => { - call.Playback("beep"); - }, 1500) + // setInterval(() => { + // call.Playback("beep"); + // }, 1500) while (true) { await call.Read("EXTEN_INPUT,,1,,10000"); const exten = await call.getVariable("EXTEN_INPUT");