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
Hi. I’m using “bgapi” to send commands to Freeswitch and I was expecting to receive the BACKGROUND_JOB event with the command’s response after the action was effectively executed, which is...
When trying to run the Channels example I'm getting this result. However the README has no information about this. What should it be?
Hi! Just noticed that using bgapi to create an originate is not as expected. It should return the job-id for the task and instead it wait for the call answer/reject...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.17.1 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
For Nodejs this is go to library for FS programming. However, it lacks documentation and this is so painful. I got looking around and found this and thought this might...
net.Socket emits "end" only on successful closing, but it emits "close" in error conditions as well.
##### Any way to deserialise serialised object back to `Event` ? This would be useful with clustering (one use case) in which master process listens to the events, serialises and...
In case FS gets restarted I also need to create new esl conection on node. Have you implemented a function which tries to reconnect in an interval in case connection...