Parallel ESL

Status
Not open for further replies.
Look in:
Code:
/usr/share/freeswitch/scripts/ha_monitor.lua

We have used this for years. there is the freeswitch API thing that was used for many years.
 
Does this work with caching to file?

would you just have one of these for each server?

servers = {}
servers[#servers + 1] = {
method = 'curl';
username = "freeswitch";
password = "freeswitch";
hostname = "127.0.0.1";
port = "8080";
}
 
Status
Not open for further replies.