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

Connection to a Freeswitch cluster #74

Closed ghost closed 5 years ago

ghost commented 5 years ago

Can we connect to a FSW cluster having more than 1 FSW instance?

englercj commented 5 years ago

There is no built-in helpers for clusters, but you can connect to multiple instances.

englercj commented 5 years ago

Closing since this has been answered. If someone wants to describe what cluster-related utilities they would like to see in a new issue I wouldn't mind building some.