This commit is contained in:
Christopher Cookman 2026-06-21 23:02:27 -06:00
parent fa4840f85a
commit 6d521c9df7

View file

@ -15,7 +15,7 @@ x.on('call', async (call) => {
await call.Playback("beep"); await call.Playback("beep");
while (true) { while (true) {
await call.Read("EXTEN_INPUT", "beep", "", "", 1, 0); await call.Read("EXTEN_INPUT", "beep", "", "", 3, 0);
const exten = await call.getVariable("EXTEN_INPUT"); const exten = await call.getVariable("EXTEN_INPUT");
console.log(`Got ${exten}`); console.log(`Got ${exten}`);
if (!exten) break; if (!exten) break;