feat: add caller connection and answer rate analytics
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# OpenSIPS emits only analytics observations here. No network destination.
|
||||
if ($programname == '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")
|
||||
}
|
||||
Reference in New Issue
Block a user