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

node-esl for LB #44

Closed murugan-pandian closed 9 years ago

murugan-pandian commented 9 years ago

node-els is fine with one freeswitch server if i run two or more freeswitch with opensip(SIP Proxy ) how i can handle ESL

englercj commented 9 years ago

This module was intentionally meant to be low-level. ALl it does is implement a JS API into ESL. You can connect to multiple FSWs or just one. How you build clustering and synchronization is entirely up to you and your application. This library doesn't provide any of that.

englercj commented 9 years ago

Closing for now, let me know if I need to reopen.