englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

Add stop function for esl Server #26

Closed AlexMarlo closed 10 years ago

englercj commented 10 years ago

Cool, thanks!

AlexMarlo commented 10 years ago

Could you publish this version to npm repository?

englercj commented 10 years ago

Sure thing, I will have to do it tonight when I am on my personal machine.

In the meantime you can point your package.json to the git repo:

{
    "dependencies": {
        "modesl": "git+https://github.com/englercj/node-esl.git"
    }
}
AlexMarlo commented 10 years ago

Great! Thanks

englercj commented 10 years ago

v0.0.11 has been published. https://www.npmjs.org/package/modesl

AlexMarlo commented 10 years ago

i've seen, thanks