This file is indexed.

/etc/yate/lateroute.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[general]
; Global settings of the late routing module

; enabled: boolean: Enable late routing module operation
;enabled=true if the list of types is not empty

; priority: int: Priority of call.execute and msg.execute handler
;priority=75

; types: list: Comma separated list of target types to be late routed
;  For each target of the form type/NNN a route request for NNN will be made
;  The "pstn" and "voice" types must be enabled in the ENUM module
;types=lateroute,route,pstn,voice


; regexp: string: Regular expression describing callto match rules
;  OBSOLETE - do not use, for backwards compatibility only
;regexp=

; called: string: Template for creating calling number from regexp match
;  OBSOLETE - do not use, for backwards compatibility only
;called=\0


[route type]

; call.execute: string: route_type parameter to be set when sending call.route
;  for a call.execute message
; This parameter is ignored if 'route_type' is already set
; This parameter is not applied on reload
; Defaults to 'call' if missing
;call.execute=call

; msg.execute: string: route_type parameter to be set when sending call.route
;  for a msg.execute message
; This parameter is ignored if 'route_type' is already set
; This parameter is not applied on reload
; Defaults to 'msg' if missing
;msg.execute=msg