Remove full list from debug
This commit is contained in:
parent
53fec894f7
commit
fd27047cbb
14
debug.js
14
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) => {
|
||||
|
|
Loading…
Reference in a new issue