0.0.3 ā€¢ Published 8 months ago

typescript-agi-ipcom v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Welcome to typescript-agi šŸ‘‹

Version Documentation Maintenance License: MIT

NPM

NodeJS TypeScript Library for Asterisk AGI Interfaces

šŸ  Homepage

Install

npm install typescript-agi

Run tests

npm run test

Example Usage

import {
    AGIServer, 
    Channel
} from 'typescript-agi';

const agiServer = new AGIServer();

agiServer.on('channel', async(channel: Channel) => {
    await channel.answer();
    await channel.sayNumber(12345);
    await channel.hangup();
});

agiServer.start();

Documentation

Library documentation is available at https://brandonlehmann.github.io/typescript-agi/

Author

šŸ‘¤ Brandon Lehmann brandonlehmann@gmail.com

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Brandon Lehmann <brandonlehmann@gmail.com>.

This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago