9 lines
502 B
Plaintext
9 lines
502 B
Plaintext
# OpenSIPS emits only analytics observations here. No network destination.
|
|
if (($programname == 'opensips' or $syslogtag startswith '/usr/sbin/opensips[') and $msg contains 'CRA1|') then {
|
|
action(type="omfile" file="/var/log/lisglosips/caller-analytics.log"
|
|
fileOwner="syslog" fileGroup="lisglosips" fileCreateMode="0640"
|
|
queue.type="LinkedList" queue.filename="caller-analytics"
|
|
queue.maxDiskSpace="256m" queue.saveOnShutdown="on"
|
|
action.resumeRetryCount="-1")
|
|
}
|