This commit is contained in:
Christopher Cookman 2026-06-21 23:04:13 -06:00
parent 971f24482c
commit cfdf0017fa

View file

@ -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, 3, 10000");
const exten = await call.getVariable("EXTEN_INPUT");
console.log(`Got ${exten}`);
if (!exten) break;