diff --git a/debug.js b/debug.js index edacd58..d66b32e 100644 --- a/debug.js +++ b/debug.js @@ -19,13 +19,13 @@ const fpbx = new FreepbxManager({ dbPool: pool, }); -fpbx.listExtensions() - .then((extensions) => { - console.log(JSON.stringify(extensions, null, 2)); - }) - .catch((err) => { - console.error(err); - }); +// fpbx.listExtensions() +// .then((extensions) => { +// console.log(JSON.stringify(extensions, null, 2)); +// }) +// .catch((err) => { +// console.error(err); +// }); fpbx.getNextAvailableExtension() .then((extension) => {