FreeSWITCH ESL Node.js typescript Implementation
npm install freeswitch-eslThis library helps connecting with Freeswitch via the event socket layer and abstracts most of the socket communications to an easy API. Most of the credit goes to englercj. I've merely ported the code with a few bug fixes, and attempted to define a few types. I've also added a few unit tests.
TypeScript
The easiest way to install is via npm:
``shell``
npm install freeswitch-esl
As in "Mod ESL".
This module is distributed under the Mozilla Public License 2.0.