This commit is contained in:
Christopher Cookman 2026-06-21 05:56:44 -06:00
parent 57736cc6de
commit b6d1c75dd1

View file

@ -1,5 +1,5 @@
const agi = require("asteriskagi")
const x = new agi()
const x = new agi({port: 4578})
x.on('call', async (call) => {
call.on("hangup", () => {