This file is indexed.

/etc/yate/fileinfo.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
24
[general]
; Global settings for the file info module


[call.route]
; This section configures call.route handling
; All parameters are applied on reload unless specified they are not
; All parameters prefixed with "param_" will be set in the message when
;  successfully routed

; priority: integer: call.route message handler priority
; This parameter is not applied on reload
;priority=90

; file_send_target: string: Target to use when routing
;file_send_target=filetransfer/send/

; set_default_params: boolean: Set default routing parameters
; If enabled the following parameters will be set (parameters prefixed with
;  'param_' may override these parameters):
;   autoclose=true
;   wait_on_drop=10000
; Defaults to yes
;set_default_params=yes