This commit is contained in:
Christopher Cookman 2023-02-07 09:38:42 -07:00
parent c07e6e147a
commit 0d98136c49
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
2 changed files with 1 additions and 2 deletions

View file

@ -42,7 +42,6 @@ module.exports = {
user {
extension
name
voicemail
}
}
}

View file

@ -309,7 +309,7 @@ dcClient.on('interactionCreate', async interaction => {
case "list":
interaction.reply({ content: "<a:loading:1072556278884352050>", ephemeral: true })
pbxClient.request("list", {}).then((result) => {
pbxClient.request(funcs.generateQuery("list", {})).then((result) => {
let extensions = result.response.extension;
// key:value pairs of extension:username
let extensionList = {};