node-esl
node-esl copied to clipboard
FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
I no longer have time to look after this repository, and I haven't worked with Freeswitch in many years. If you're interested in actively maintaining this library please let me...
I'm running synchronous outbound ESL socket toward the node-esl server. If the server starts an `conn.execute(xxxx)` command, and the socket disconnects during the execution, the execute() never returns and hangs...
net.Socket emits "end" only on successful closing, but it emits "close" in error conditions as well.
I would like to be able to handle the `linger` command similar to the way we handle the myevents command.
[This package](https://www.jsdelivr.com/package/npm/modesl) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Hi there Are any plans to finish / release the typescript version? Thanks