@@ -, +, @@ --- C4/SIP/SIPServer.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/C4/SIP/SIPServer.pm +++ a/C4/SIP/SIPServer.pm @@ -28,6 +28,9 @@ use constant LOG_SIP => "local6"; # Local alias for the logging facility # A script with no MAIN namespace? # A module that takes command line args? +#Disable syspref cache +C4::Context->disable_syspref_cache; + # Set interface to 'sip' C4::Context->interface('sip'); --