I've installed 2 Freeswitch on different servers and would like to have Kamailio load balance between them.
I've installed Kamailio following:
http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git
I've created dispatcher.list and added:
loadmodule "dispatcher.so"in the kamailio.cfg.
modparam("dispatcher", "list_file", "../etc/dispatcher.list")
ds_select_dst("1", "0");in the kamailio.cfg that was created originally.