touched-agi
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

touched-agi

A simple and easy to use FastAGI.

This is was based of TS-AGI.

Install

npm install touched-agi

or

yarn add touched-agi

import { Agi } from "touched-agi";

const agi = new Agi();

agi.use(async (ctx: any) => {
    await ctx.getData("beep", 13000, 13);
});

agi.listen(3000, () => {
    console.log("Running on port 3000");
});

Add to Asterisk extensions.conf

[default]
exten = > 1000,1,AGI(agi://localhost:3000)

Links

Asterisk AGI


Package Sidebar

Install

npm i touched-agi

Weekly Downloads

0

Version

0.0.18

License

ISC

Unpacked Size

2.06 kB

Total Files

2

Last publish

Collaborators

  • ouri028