/etc/yate/callcounters.conf is in yate-core 5.4.0-1-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [general]
; Global settings of the per context call counters
; parameter: string: Name of the call parameter to use for context counting
; This parameter must exist in the call.cdr messages by adding a line
; like: context=false to the [parameters] section of cdrbuild.conf
;parameter=
; direction: string: Direction of the call legs counted, set empty to count all
;direction=incoming
; allcounters: boolean: Add all counters instead of just the current context
;allcounters=false
[priorities]
; Numerical priorities of installed message handlers
; call.cdr: integer: Priority of CDR message handler used to count calls
;call.cdr=20
; call.route: integer: Priority of handler used to add counters to routing message
;call.route=20
|