fix: close caller analytics SIP integration gaps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# OpenSIPS emits only analytics observations here. No network destination.
|
||||
if ($programname == 'opensips' and $msg contains 'CRA1|') then {
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user