arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Load balancing does not seem to work correctly #906

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With load balancing enabled try to call an extension on serverB in same domain 
from serverA.

Call just hangs for about 30 seconds and then goes through to voicemail on same 
server. The call to serverB is never attempted.

This seems to be memcache related as adding the following line:

source = "database";

just before:

                --build the XML string from the database
                        if (source == "database") then
                                --database connection
                                        if (continue) then
in file: /app/xml_handler/resources/scripts/directory/directory.lua

Seems to cure the issue.

Original issue reported on code.google.com by Digitald...@gmail.com on 7 Apr 2015 at 12:21