|
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 |
- |
|
|