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

Can't Install version 2.0.0 #83

Closed bliteknight closed 4 years ago

bliteknight commented 4 years ago

Trying to use this module, but the latest built in npm is 1.2.1

What do I need to do to get version 2.0.0 because the example on how to use it does not work in 1.2.1

Thanks.

englercj commented 4 years ago

v2 has not yet been released.

You can look at v1.2.1 examples if you need to still though: https://github.com/englercj/node-esl/tree/v1.2.1

bliteknight commented 4 years ago

ok thanks, awesome work by the way.