View | Details | Raw Unified | Return to bug 23223
Collapse All | Expand All

(-)a/C4/SIP/SIPServer.pm (-1 / +3 lines)
Lines 28-33 use constant LOG_SIP => "local6"; # Local alias for the logging facility Link Here
28
# A script with no MAIN namespace?
28
# A script with no MAIN namespace?
29
# A module that takes command line args?
29
# A module that takes command line args?
30
30
31
#Disable syspref cache
32
C4::Context->disable_syspref_cache;
33
31
# Set interface to 'sip'
34
# Set interface to 'sip'
32
C4::Context->interface('sip');
35
C4::Context->interface('sip');
33
36
34
- 

Return to bug 23223