Skip to content

Instantly share code, notes, and snippets.

@voipnorm
Last active October 21, 2019 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voipnorm/26a451f2d6e353455d26929b69fee5fb to your computer and use it in GitHub Desktop.
Save voipnorm/26a451f2d6e353455d26929b69fee5fb to your computer and use it in GitHub Desktop.
async function callHistory() {
const history = await this.xapi.command("CallHistory Recents", {Limit: 1, DetailLevel: "Full"});
console.log(history);
return history;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment